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 thermal noise of a resistor in Cadence?

Status
Not open for further replies.

maldiniz

Junior Member level 1
Joined
Dec 12, 2009
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,379
Hi, guys! I'm now trying to design an amplifier to amplify thermal noise of a resistor, say, 1GΩ. I'm quite new to this topic as well as the software-Cadence. The simulation is supposed to be done by Spectre. But how can I simulate the thermal noise? Can anybody help?

Thanks a lot!
 

And the equivalent bandwidth is 100MHz
 

Re: How to simulate the thermal noise of a resistor in Caden

Schematic:
79_1261067808.jpg


Noise analysis setup:
37_1261067834.jpg


In analog environment add next outputs:

nsd = value(getData("out" ?result "noise") 0)
n_rms = sqrt(nsd*nsd*100M)

where nsd - square root of noise spectral density (V/sqrt(Hz)), n_rms - rms noise of resistor (V).
 
that's great! I'll try it out soon. Thanks a lot!!!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top