OK, ich weiß jetzt, wie das geht.
Es gibt 3 Hauptlärmquellen, die berechnet werden müssen:
- Thermisches Rauschen der Widerstände
- Spannungsrauschen des Operationsverstärkers
- Stromrauschen des Operationsverstärkers, der mit den Widerständen zusammenwirkt, um ein Spannungsrauschen zu erzeugen
Req=(Rm+Rs+Rp)∥(Rf+Rg)
Wenn also beispielsweise Rs = 100 Ω, Rm = Rp = 1 kΩ und Rf = Rg = 100 kΩ, dann ist Req = 2,1 kΩ.
vn=4kBTRΔf−−−−−−−−√
Zum Beispiel würden bei Req = 2,1 kΩ bei 27 ° C und einer Audiobandbreite von 22 kHz die Widerstände 0,87 μV RMS beitragen Audiobandbreite beispielsweise ein Eingangsrauschen von = –121 dBV liefern.
Dann finden Sie die Spannungs- und Stromstörungen des Operationsverstärkers im Datenblatt. Normalerweise:
- Req klein ist, möchten Sie einen BJT-Eingangsoperationsverstärker, die eine geringere Spannungsrauschen (0,7-5 nV / √Hz) hat, aber höhere Stromrauschen (500-4.000 fA / √Hz).
- Re q
v~vR M S= v~⋅ & Dgr; f---√
Wenn der Operationsverstärker beispielsweise ein TLC071 mit einer äquivalenten Eingangsrauschspannungsdichte von 7 nV / √Hz ist, trägt das Spannungsrauschen des Operationsverstärkers 7 nV / √Hz √ (22 kHz) = 1,04 μV RMS bei = –120 dBV.
Das Widerstandsrauschen und das Rauschen des Operationsverstärkers sind ähnlich, was bedeutet, dass sie sich um etwa 3 dB oder –117 dBV erhöhen. Um ihre Kombination genau zu berechnen, müssen Sie das Quadrat der Wurzelsumme verwenden, da sie nicht korreliert sind:
vt o t a l= vR2+ vO P2---------√
Also √ (0,87 2 +1,04 2 ) = 1,36 μV RMS = –117 dBV, wie geschätzt.
The current noise is probably irrelevant for an FET-input op-amp, so we can skip to calculating the output noise: Just multiply the input noise by the gain of the amplifier. However, you need to multiply by the "noise gain", not the signal gain. To find the noise gain of the amp, convert your existing sources into short circuits and put a test voltage source right in series with the non-inverting input of the amp:
So the op-amp will do whatever it takes for the inverting input to equal the non-inverting input. There will be one current path:
I=VoutRf+Rm+Rs+Rp+Rg
and this is related to Vt by:
Vt=I(Rm+Rs+Rp)
combining and solving:
VoutVt=Rf+Rm+Rs+Rp+RgRm+Rs+Rp
So in our case, this is a noise gain of 96.2× = +39.7 dB, and our input noise of −117 dBV becomes −77 dBV at the output. (A TINA simulation gives 137.5 μVRMS = −77 dBV, for comparison.)
More detailed steps
There are several extra steps you can do to make your calculation more accurate:
To calculate the effect of the op-amp's current noise, take the current noise and multiply it by the equivalent resistance calculated earlier. For the TLC071, this is 0.6 fA/√Hz. So, combined with Req of 2.1 kΩ, we get 0.00126 nV/√Hz. Obviously this is much smaller than the op-amp's voltage noise, so it will have no effect on the result in this example. In cases with large Req, it will have an effect. You can calculate it this way and combine it with the other sources as shown above:
vtotal=vR2+vV2+vI2−−−−−−−−−−−−√
Also likely to have an effect is the bandwidth of your measurement equipment. The previous measurements assume a brickwall filter at 22 kHz, but brickwall filters can't exist in reality. You can correct for the fall-off of a real-life filter by calculating the equivalent noise bandwidth (ENBW). Here's a table of ENBW Filter correction factors vs order. See also Why are there two sets of ENBW correction factors?
In fact, voltage noise of the op-amp is not actually a constant. It varies with frequency, so is better written as v~(f). You can calculate it more accurately with numerical integration. See Noise and what does V/√Hz actually mean?