tannayroli
Newbie level 1
I need to simulate a sinusoidal varying resistor with spice. (physical model of stm spin noise)
something like
RR1 1 0 50*sin(FREQ)
I know how to do it it with Eldo:
-----
vv1 N1 0 sin(0 1 300meg 0 0)
rr1 N1 0 50
Rvarysin Nx Ny value={100*v(N1)}
-----
But I need to use it with a regular spice simulation. I use ngspice.
Does anyone know wich netlis I may use?
Thanks
something like
RR1 1 0 50*sin(FREQ)
I know how to do it it with Eldo:
-----
vv1 N1 0 sin(0 1 300meg 0 0)
rr1 N1 0 50
Rvarysin Nx Ny value={100*v(N1)}
-----
But I need to use it with a regular spice simulation. I use ngspice.
Does anyone know wich netlis I may use?
Thanks