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:


Noise analysis setup:


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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…