Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

Noise figures in (opamp) datasheets are in expressed in V/√Hz, but

  1. Where does this unit come from, why the square root? and how should I pronounce it?
  2. How should I interpret it?
  3. I know lower is better, but will a noise figure that doubles also double the trace width on my scope?
  4. Is this value useful in calculating signal to noise ratio? Or what fun calculations can I do with this number?
  5. Is noise always expressed in V/√Hz?
share|improve this question

2 Answers

up vote 11 down vote accepted

"Volt per square root hertz".

Noise has a power spectrum, and as you might expect the wider the spectrum the more noise you'll see. That's why the bandwidth is part of the equation. The easiest is to illustrate with the equation for thermal noise in a resistor:

\$ \dfrac{v^2}{R} = 4kT\Delta f \$

where \$k\$ is Boltzmann's constant in joules per kelvin, and T is temperature in kelvin. \$\Delta f\$ is the bandwidth in Hz, just the difference between maximum and minimum frequency.
The left hand side is the expression for power: voltage squared over resistance. If you want to know the voltage you rearrange:

\$ v = \sqrt{4kT R\Delta f} \$

That's why you have the square root of the bandwidth. If you would express the noise in terms of power or energy you wouldn't have the square root.

All noise is frequency related, but energy spectra may differ. White noise has an equal power across all frequencies. For pink noise, on the other hand, noise energy decreases with frequency. Flicker noise is therefore also called \$1/f\$ noise. In that case bandwidth in itself is meaningless.

The left graph shows the flat spectrum of white noise, the right graph shows pink noise decaying 3dB/octave:

enter image description here

You can make noise visible on an oscilloscope, but you can't measure it that way. That's because what you can see is the peak value, what you need is the RMS value. The best thing you're getting out of it is that you can compare two noise levels, and estimate one is higher than the other. To quantify noise you have to measure its power/energy.

share|improve this answer
1  
It is "volts per square root hertz", "joules", "kelvin" (all in lowercase, except if they start a sentence) and "3 dB/octave" (with a space between the numeric value and unit symbol). See Tables 1 and 3 in physics.nist.gov/cuu/Units/units.html , and #5 ("meters per second" in example) and #15 in physics.nist.gov/cuu/Units/checklist.html – Telaclavo May 20 '12 at 12:07
@Telaclavo - I know! :-) But I sometimes make the mistake because I also know (some people make errors against that) that the abbreviation for a unit derived from a person's name is indeed with a capital letter. Hence the confusion. I'll fix it. – stevenvh May 20 '12 at 17:26
'flicker noise' = 'pink noise'? You base your explanation on thermal noise in a resistor, can I compare R and T with input impedance of the opamp and the chip's temperature? (my feeling says 'no', but I don't know why). – jippie Jun 17 '12 at 18:04
@jippie - Yes, flicker noise is pink. The T is obviously the chip's temperature, but R isn't about the input impedance, which in fact may be very high, like 10\$^{12}\$ \$\Omega\$. It's about resistances in the device, where the free movement of charge carriers cause the noise. That's required, otherwise an infinite resistance would cause an infinite noise and that doesn't happen. Otherwise that 10\$^{12}\$ \$\Omega\$ input impedance would cause no less than 18 mV RMS noise over the audio bandwidth. – stevenvh Jun 18 '12 at 5:18

When talking noise figures, we're not always talking about voltages. Often, we look at power instead. A power spectral density plot shows us how this power is distributed among frequencies. Integrated over the entire range of frequencies is of course the total power produced, expressed in watts, so the integrand is commonly expressed in units watts per hertz.

While the total power can be a useful measure for the amount of noise, the same is not true for voltages. Such a plot would be zero everywhere because it produces no net voltage, only variations. This variance is expressed as the signal squared, i.e. in units V², corresponding neatly to the power spectral density discussed earlier: power is proportional to the voltage squared.

If you would see how the voltage variance is distributed among frequencies, you would use the units volt squared per hertz. You can convert the variance back to signal strength by taking the square root: V/√Hz. Both are used and both mean the same thing.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.