example for .options interp (reduces memory, speeds up plotting)
This commit is contained in:
parent
bdb54257c7
commit
fb90bebcab
|
|
@ -16,6 +16,8 @@
|
||||||
|
|
||||||
.global dzero done
|
.global dzero done
|
||||||
|
|
||||||
|
.options interp ; strongly reduces memory requirements
|
||||||
|
|
||||||
** input signal
|
** input signal
|
||||||
* SIN(VO VA FREQ TD THETA)
|
* SIN(VO VA FREQ TD THETA)
|
||||||
vin inp inm dc 0 sin(0 'inampl' 'infreq' 0 0)
|
vin inp inm dc 0 sin(0 'inampl' 'infreq' 0 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue