How to simulate the input-referred noise voltage of an amp?

Status
Not open for further replies.

ericzhang

Member level 1
Joined
Feb 23, 2004
Messages
32
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
249
How to simulate the input-referred noise voltage of an amp
or LNA in HSPICE? Thnaks a lot!
 

Re: How to simulate the input-referred noise voltage of an a

Just add a ac sweep and a noise analysis statement. This is an example for hspice:

.include 'opamp.sp'
.global vdd vss
x1 vp vn out opamp
vdd vdd 0 10
vss vss 0 -10
vp vp 0 0 ac 1 0
vn vn 0 0
.op
.option post
.ac dec 10 1 1e+9
.noise v(out) vp 10 $ vp is the refered input
.print noise inoise onoise
$ ...
.end

The inoise is the input-refered noise and is printed into the hspice output file.
 

Re: How to simulate the input-referred noise voltage of an a

Is the same in OrCAD PSpice 9.0 :?:

Useless. Cross-posting. Other post deleted.
Warning!
 

Re: How to simulate the input-referred noise voltage of an a

.noise in cadence
or hspice
you can get it
through artist
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…