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.

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

Status
Not open for further replies.

ericzhang

Member level 1
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top