Estimate V_{onoise,RMS} for the circuit seen in Fig. 8.15. Verify the answer with SPICE.
The only element in this circuit that generates noise is the resistor. It generates thermal noise. The resistor’s noise voltage spectral density is \sqrt{4kTR} . The output noise spectral density is then
V_{o n o i s e}(f)=\sqrt{4k T R}\,\frac{1/j\omega C}{1/j\omega C+R}=\frac{\sqrt{4k T R}}{1+j\frac{f}{f_{3d B}}}\ \text{units},V/\sqrt{H z}or
V^2_{onoise}(f)=\frac{4kTR}{\mid 1+j\frac{f}{f_{3dB}}\mid ^2 } =\frac{4kTR}{\left\lgroup\sqrt{1+(f/f_{3dB})^2} \right\rgroup^2 }=\frac{4kTR}{1+(f/f_{3dB})^2} \ \text{units},\ V^2/Hzwhere f_{3dB}= 1/2\pi RC. This single-pole roll-off was the reason we discussed noise-equivalent bandwidth (NEB) earlier, Ex. 8.2. Using Eq. (8.17), the output RMS noise voltage is
V_{o n o i s e,R M S}=\sqrt{f_{3d B}\cdot\frac{\pi}{2}}~\cdot~\sqrt{V_{L F,n o i s e}^{2}} (8.17)
V_{o n o i s e,R M S}={\sqrt{\frac{1}{2\pi R C}\cdot{\frac{\pi}{2}}\cdot4k T R}}={\sqrt{\frac{k T}{C}}} (8.24)
The RMS value of the thermal noise in this circuit is limited by the size of the capacitor and independent of the size of the resistor. This result is very useful. This “Kay Tee over Cee” noise is frequently used to determine the size of the capacitors used in filtering or sampling circuits.
The SPICE netlist and output are seen below.
*** Example 8.6 CMOS: Circuit Design, Layout, and Simulation ***
.noise v(Vout,0) Vin dec 100 1 1G
R1 Vin Vout 10k
C1 Vout 0 1p
Vin Vin 0 dc 0 ac 1
.print noise all
.end
TEMP=27 deg C
Noise analysis… 100%
inoise_total = 1.695223e-07
onoise_total = 4.101864e-09
Using Eq. (8.24) at 300 °K, we get V_{o n o i s e,R M S}^{2}=4.14\times10^{-9}~V^{2}. V2. This is close to what SPICE gives above for onoise_total (close but not exact; we stopped the simulation at 1 GHz not infinity). The output RMS noise is 64 μV (keeping in mind that the peak-to-peak value of the thermal noise will be larger than this).
The input-referred noise, inoise_total, in this simulation example is somewhat meaningless. Changing the stop frequency in the simulation from 1 GHz to 10 GHz has little effect on the output RMS noise but does cause the input-referred noise to increase. As indicated in Eq. (8.19) and the associated discussion, the input-referred noise spectral density increases indefinitely. Integrating this spectral density from DC to infinity results in an infinite RMS input-referred voltage. Since the low-frequency gain here is one, we would specify V_{i n o i s e,R M S}=\,V_{o n o i s e,R M S}.
V_{inoise}^{2}(f)=\frac{V_{o n o i s e}^{2}(f)}{\mid A(f)\mid ^{2}}=\frac{V_{L F,n o i s e}^{2}}{1+(f/f_{3d B})^{2}}\cdot\frac{1+(f/f_{3d B})^{2}}{A_{D C}^{2}}=\frac{V_{L F,n o i s e}^{2}}{A_{D C}^{2}} (8.19)