Signal-to-noise ratio

Signal-to-noise ratio

Signal-to-noise ratio (often abbreviated SNR or S/N) is a measure used in science and engineering that compares the level of a desired signal to the level of background noise. It is defined as the ratio of signal power to the noise power. A ratio higher than 1:1 indicates more signal than noise. While SNR is commonly quoted for electrical signals, it can be applied to any form of signal (such as isotope levels in an ice core or biochemical signaling between cells).

Signal-to-noise ratio is sometimes used informally to refer to the ratio of useful information to false or irrelevant data in a conversation or exchange. For example, in online discussion forums and other online communities, off-topic posts and spam are regarded as "noise" that interferes with the "signal" of appropriate discussion.

Contents

Definition

Signal-to-noise ratio is defined as the power ratio between a signal (meaningful information) and the background noise (unwanted signal):


\mathrm{SNR} = \frac{P_\mathrm{signal}}{P_\mathrm{noise}},

where P is average power. Both signal and noise power must be measured at the same or equivalent points in a system, and within the same system bandwidth. If the signal and the noise are measured across the same impedance, then the SNR can be obtained by calculating the square of the amplitude ratio:


\mathrm{SNR} = \frac{P_\mathrm{signal}}{P_\mathrm{noise}} = \left ( \frac{A_\mathrm{signal}}{A_\mathrm{noise} } \right )^2,

where A is root mean square (RMS) amplitude (for example, RMS voltage). Because many signals have a very wide dynamic range, SNRs are often expressed using the logarithmic decibel scale. In decibels, the SNR is defined as


\mathrm{SNR_{dB}} = 10 \log_{10} \left ( \frac{P_\mathrm{signal}}{P_\mathrm{noise}} \right ) = {P_\mathrm{signal,dB} - P_\mathrm{noise,dB}},

which may equivalently be written using amplitude ratios as


\mathrm{SNR_{dB}} = 10 \log_{10} \left ( \frac{A_\mathrm{signal}}{A_\mathrm{noise}} \right )^2 = 20 \log_{10} \left ( \frac{A_\mathrm{signal}}{A_\mathrm{noise}} \right ).

The concepts of signal-to-noise ratio and dynamic range are closely related. Dynamic range measures the ratio between the strongest un-distorted signal on a channel and the minimum discernable signal, which for most purposes is the noise level. SNR measures the ratio between an arbitrary signal level (not necessarily the most powerful signal possible) and noise. Measuring signal-to-noise ratios requires the selection of a representative or reference signal. In audio engineering, the reference signal is usually a sine wave at a standardized nominal or alignment level, such as 1 kHz at +4 dBu (1.228 VRMS).

SNR is usually taken to indicate an average signal-to-noise ratio, as it is possible that (near) instantaneous signal-to-noise ratios will be considerably different. The concept can be understood as normalizing the noise level to 1 (0 dB) and measuring how far the signal 'stands out'.

[note 1]

Alternative definition

An alternative definition of SNR is as the reciprocal of the coefficient of variation, i.e., the ratio of mean to standard deviation of a signal or measurement:[2][3]


 \mathrm{SNR} = \frac{\mu}{\sigma}

where μ is the signal mean or expected value and σ is the standard deviation of the noise, or an estimate thereof.[note 2] Notice that such an alternative definition is only useful for variables that are always positive (such as photon counts and luminance). Thus it is commonly used in image processing,[4][5][6][7] where the SNR of an image is usually calculated as the ratio of the mean pixel value to the standard deviation of the pixel values over a given neighborhood. Sometimes SNR is defined as the square of the alternative definition above.

The Rose criterion (named after Albert Rose) states that an SNR of at least 5 is needed to be able to distinguish image features at 100% certainty. An SNR less than 5 means less than 100% certainty in identifying image details.[8]

Yet another alternative, very specific and distinct definition of SNR is employed to characterize sensitivity of imaging systems; see signal to noise ratio (imaging).

Related measures are the "contrast ratio" and the "contrast-to-noise ratio".

SNR for various modulation systems

Amplitude Modulation

Channel Signal-to-Noise Ratio is given by

\mathrm{(SNR)_{C,AM}}=\frac{A_c^2(1+k_a^2P)}{2WN_0}

where W is the bandwidth and ka is modulation index

Output Signal-to-Noise Ratio (of AM receiver) is given by

\mathrm{(SNR)_{O,AM}}=\frac{A_c^2k_a^2P}{2WN_0}

Frequency Modulation

Channel Signal-to-Noise Ratio is given by

\mathrm{(SNR)_{C,FM}}=\frac{A_c^2}{2WN_0}

Output Signal-to-Noise Ratio is given by

\mathrm{(SNR)_{O,FM}}=\frac{A_c^2k_f^2P}{2N_0W^3}

Improving SNR in practice

Recording of the noise of a thermogravimetric analysis device that is poorly isolated from a mechanical point of view; the middle of the curve shows a lower noise, due to a lesser surrounding human activity at night.

All real measurements are disturbed by noise. This includes electronic noise, but can also include external events that affect the measured phenomenon — wind, vibrations, gravitational attraction of the moon, variations of temperature, variations of humidity, etc., depending on what is measured and of the sensitivity of the device. It is often possible to reduce the noise by controlling the environment. Otherwise, when the characteristics of the noise are known and are different from the signals, it is possible to filter it or to process the signal. When the signal is constant or periodic and the noise is random, it is possible to enhance the SNR by averaging the measurement.

Digital signals

When a measurement is digitised, the number of bits used to represent the measurement determines the maximum possible signal-to-noise ratio. This is because the minimum possible noise level is the error caused by the quantization of the signal, sometimes called Quantization noise. This noise level is non-linear and signal-dependent; different calculations exist for different signal models. Quantization noise is modeled as an analog error signal summed with the signal before quantization ("additive noise").

This theoretical maximum SNR assumes a perfect input signal. If the input signal is already noisy (as is usually the case), the signal's noise may be larger than the quantization noise. Real analog-to-digital converters also have other sources of noise that further decrease the SNR compared to the theoretical maximum from the idealized quantization noise, including the intentional addition of dither.

Although noise levels in a digital system can be expressed using SNR, it is more common to use Eb/No, the energy per bit per noise power spectral density.

The modulation error ratio (MER) is a measure of the SNR in a digitally modulated signal.

Fixed point

For n-bit integers with equal distance between quantization levels (uniform quantization) the dynamic range (DR) is also determined.

Assuming a uniform distribution of input signal values, the quantization noise is a uniformly-distributed random signal with a peak-to-peak amplitude of one quantization level, making the amplitude ratio 2n/1. The formula is then:


\mathrm{DR_{dB}} = \mathrm{SNR_{dB}} = 20 \log_{10}(2^n) \approx 6.02 \cdot n

This relationship is the origin of statements like "16-bit audio has a dynamic range of 96 dB". Each extra quantization bit increases the dynamic range by roughly 6 dB.

Assuming a full-scale sine wave signal (that is, the quantizer is designed such that it has the same minimum and maximum values as the input signal), the quantization noise approximates a sawtooth wave with peak-to-peak amplitude of one quantization level[9] and uniform distribution. In this case, the SNR is approximately


\mathrm{SNR_{dB}} \approx 20 \log_{10} (2^n \sqrt {3/2}) \approx 6.02 \cdot n + 1.761

Floating point

Floating-point numbers provide a way to trade off signal-to-noise ratio for an increase in dynamic range. For n bit floating-point numbers, with n-m bits in the mantissa and m bits in the exponent:


\mathrm{DR_{dB}} = 6.02 \cdot 2^m

\mathrm{SNR_{dB}} = 6.02 \cdot (n-m)

Note that the dynamic range is much larger than fixed-point, but at a cost of a worse signal-to-noise ratio. This makes floating-point preferable in situations where the dynamic range is large or unpredictable. Fixed-point's simpler implementations can be used with no signal quality disadvantage in systems where dynamic range is less than 6.02m. The very large dynamic range of floating-point can be a disadvantage, since it requires more forethought in designing algorithms.[10]

[note 3] [note 4]

Optical SNR

Optical signals have a carrier frequency that is much higher than the modulation frequency (about 200 THz and more). This way the noise covers a bandwidth that is much wider than the signal itself. The resulting signal influence relies mainly on the filtering of the noise. To describe the signal quality without taking the receiver into account, the optical SNR (OSNR) is used. The OSNR is the ratio between the signal power and the noise power in a given bandwidth. Most commonly a reference bandwidth of 0.1 nm is used. This bandwidth is independent of the modulation format, the frequency and the receiver. For instance an OSNR of 20dB/0.1 nm could be given, even the signal of 40 GBit DPSK would not fit in this bandwidth. OSNR is measured with an optical spectrum analyzer

See also

Notes

  1. ^ The connection between optical power and voltage in an imaging system is linear. This usually means that the SNR of the electrical signal is calculated by the 10 log rule. With an interferometric system, however, where interest lies in the signal from one arm only, the field of the electromagnetic wave is proportional to the voltage (assuming that the intensity in the second, the reference arm is constant). Therefore the optical power of the measurement arm is directly proportional to the electrical power and electrical signals from optical interferometry are following the 20 log rule.[1]
  2. ^ The exact methods may vary between fields. For example, if the signal data are known to be constant, then σ can be calculated using the standard deviation of the signal. If the signal data are not constant, then σ can be calculated from data where the signal is zero or relatively constant.
  3. ^ Often special filters are used to weight the noise: DIN-A, DIN-B, DIN-C, DIN-D, CCIR-601; for video, special filters such as comb filters may be used.
  4. ^ Maximum possible full scale signal can be charged as peak-to-peak or as RMS. Audio uses RMS, Video P-P, which gave +9 dB more SNR for video.

References

  1. ^ Michael A. Choma, Marinko V. Sarunic, Changhuei Yang, Joseph A. Izatt. Sensitivity advantage of swept source and Fourier domain optical coherence tomography. Optics Express, 11(18). Sept 2003.
  2. ^ D. J. Schroeder (1999). Astronomical optics (2nd ed.). Academic Press. p. 433. ISBN 9780126298109. http://books.google.com/books?id=v7E25646wz0C&pg=PA433&dq=snr+mean+standard-deviation+ratio#v=onepage&q=snr%20mean%20standard-deviation%20ratio&f=false. 
  3. ^ Bushberg, J. T., et al., The Essential Physics of Medical Imaging, (2e). Philadelphia: Lippincott Williams & Wilkins, 2006, p.280.
  4. ^ Rafael C. González, Richard Eugene Woods (2008). Digital image processing. Prentice Hall. p. 354. ISBN 013168728X. http://books.google.com/books?id=8uGOnjRGEzoC&lpg=PA354&dq=signal%20to%20noise%20ratio%20image%20processing&pg=PA354#v=onepage&q=signal%20to%20noise%20ratio%20image%20processing&f=false. 
  5. ^ Tania Stathaki (2008). Image fusion: algorithms and applications. Academic Press. p. 471. ISBN 0123725291. http://books.google.com/books?id=VmvY4MTMFTwC&lpg=PA471&dq=signal%20to%20noise%20ratio%20squared&pg=PA471#v=onepage&q=&f=false. 
  6. ^ Jitendra R. Raol (2009). Multi-Sensor Data Fusion: Theory and Practice. CRC Press. ISBN 1439800030. http://books.google.com/books?id=7s8xpR-5rOUC&lpg=PA471&dq=blum%20and%20liu%20multi-sensor&pg=PA374#v=onepage&q=signal%20to%20noise%20ratio&f=false. 
  7. ^ John C. Russ (2007). The image processing handbook. CRC Press. ISBN 0849372542. http://books.google.com/books?id=Vs2AM2cWl1AC&lpg=PA26&dq=signal%20to%20noise%20ratio%20image&pg=PA380#v=onepage&q=signal%20to%20noise%20ratio&f=false. 
  8. ^ Bushberg, J. T., et al., The Essential Physics of Medical Imaging, (2e). Philadelphia: Lippincott Williams & Wilkins, 2006, p.280. ISBN 0-683-30118-7
  9. ^ Defining and Testing Dynamic Parameters in High-Speed ADCsMaxim Integrated Products Application note 728
  10. ^ Fixed-Point vs. Floating-Point DSP for Superior Audio — Rane Corporation technical library

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • Signal-to-Noise Ratio —   [engl.], Signal Rausch Verhältnis …   Universal-Lexikon

  • signal-to-noise ratio — UK / US noun Word forms signal to noise ratio : singular signal to noise ratio plural signal to noise ratios 1) [countable] the amount of useful information that you get from something, compared to the amount that is useless 2) a measure of the… …   English dictionary

  • signal-to-noise ratio — signalo ir triukšmo santykis statusas T sritis automatika atitikmenys: angl. signal to noise ratio vok. Signal/Rausch Verhältnis, n rus. отношение сигнал/шум, n pranc. rapport signal/bruit, m …   Automatikos terminų žodynas

  • Signal to noise ratio (image processing) — The Signal to Noise Ratio (SNR) is used in image processing as a physical measure of the sensitivity of an imaging system. Industry standards measure SNR in decibels (dB) and therefore apply the 20 log rule to the pure SNR ratio. In turn,… …   Wikipedia

  • signal-to-noise ratio measurement device — signalo ir triukšmo santykio matuoklis statusas T sritis radioelektronika atitikmenys: angl. signal to noise ratio measurement device vok. Signal Rausch Verhältnismesser, m rus. устройство для измерения отношения сигнал/шум, n pranc. dispositif… …   Radioelektronikos terminų žodynas

  • signal-to-noise ratio — noun the ratio of signal intensity to noise intensity • Syn: ↑signal to noise, ↑signal/noise ratio, ↑signal/noise, ↑S/N • Hypernyms: ↑ratio …   Useful english dictionary

  • signal-to-noise ratio — The ratio, at a selected point in the circuit, of signal power to noise power. It measures the comprehensibility of a data source or transmission link, usually expressed as the root mean square signal amplitude divided by the root mean square… …   Aviation dictionary

  • Signal-to-Noise Ratio — PP The ratio between the desired signal and the undesired noise in a recording. WikiV The ratio between useful television signal and disturbing noise or snow …   Audio and video glossary

  • signal to noise ratio — F/A/V (S/N ratio); the ratio, measured in decibels, between the audio or video signal, and the noise accompanying the signal. The higher the S/N ratio, the better the quality of the sound or picture …   Audio and video glossary

  • Signal-To-Noise Ratio — VP The ratio of a desired signal to an unwanted signal (static or noise) …   Audio and video glossary

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”