Corrections to voltage pulses.

This commit is contained in:
Brian Taylor 2026-04-02 16:37:44 -07:00
parent e628e92bc5
commit cdd199c165
2 changed files with 9 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Mixed IO types with conversion of Pspice nand and divider.
.tran 1e-5 1e-3
.save all
*
v1 1 0 0.0 pulse(0 1 1e-4 1e-6 1e-6 1e-4 2e-4)
v1 1 0 0.0 pulse(0 1 1e-4 1e-5 1e-5 1e-3 1e-3)
r1 1 0 1k
*
abridge1 [1] [enable] atod

View File

@ -13,7 +13,7 @@ Mixed IO types
.tran 1e-5 1e-3
.save all
*
v1 1 0 0.0 pulse(0 1 1e-4 1e-6)
v1 1 0 0.0 pulse(0 1 1e-4 1e-5 1e-5 1e-3 1e-3)
r1 1 0 1k
*
abridge1 [1] [enable] atod
@ -94,4 +94,11 @@ r2 out 0 1e12
*
.ends opamp
*
.control
run
plot lpf_out v(a_out)
plot v(xlpf.outint)
eprint div8_out
.endc
*
.end