Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

modeling a sin varying resistor with spice

Status
Not open for further replies.

tannayroli

Newbie level 1
Joined
Jun 8, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
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
 

You can do

.step param R list 0.1 0.2 0.25 ...

and list all of sinus values with the precision you like. It's only way I know how to do it.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top