Photonica

Signal-to-noise ratio (SNR)

The ratio of signal power to noise power, characterizing the quality of a measurement or communication channel. Determines achievable bit error rate, dynamic range, and detection sensitivity.

The signal-to-noise ratio (SNR) is the dimensionless ratio of signal power (or amplitude squared) to noise power in a measurement. It is the universal figure of merit for any measurement, sensor, or communication channel — the larger the SNR, the better the system's ability to distinguish signal from noise.

Definitions. Two equivalent forms:

SNR  =  PsignalPnoise  =  Vsignal2Vnoise2,\text{SNR} \;=\; \frac{P_\text{signal}}{P_\text{noise}} \;=\; \frac{|V_\text{signal}|^2}{|V_\text{noise}|^2},

where powers are time-averaged. SNR is typically expressed in decibels:

SNRdB  =  10log10 ⁣(PsignalPnoise)  =  20log10 ⁣(VsignalVnoise).\text{SNR}_\text{dB} \;=\; 10 \log_{10}\!\left(\frac{P_\text{signal}}{P_\text{noise}}\right) \;=\; 20 \log_{10}\!\left(\frac{V_\text{signal}}{V_\text{noise}}\right).

Standard SNR levels and their implications.

SNR (dB)SNR (linear)Quality / use
6010610^6High-quality audio, instrumentation
5010510^5Studio-quality recording
4010410^4Typical communication standard
3010310^3Acceptable for BER <1012< 10^{-12} at 10 Gb/s
20100Threshold for many digital communications
1750Q-factor 7; BER 1012\sim 10^{-12}
1320BER threshold with forward error correction
1010Detection threshold for many radar / lidar
64Near sensitivity limit for typical optical receivers
01Signal equal to noise; not useful

SNR vs noise figure. Noise figure (NF) of an amplifier or receiver describes how the system degrades input SNR:

NFdB  =  SNRin,dBSNRout,dB.\text{NF}_\text{dB} \;=\; \text{SNR}_\text{in,dB} - \text{SNR}_\text{out,dB}.

A noise-free amplifier has NF = 0 dB; real amplifiers have NF >> 0 dB. EDFAs typically have NF = 4 – 6 dB; low-noise electrical amplifiers achieve NF < 1 dB.

SNR for an optical receiver. Combining the principal noise sources (shot, thermal, dark current, etc.) for a photodiode with photocurrent Is=RPI_s = RP:

SNR  =  Is22q(Is+Id)Δf+4kBTΔf/RL+iTIA2Δf,\text{SNR} \;=\; \frac{I_s^2}{2q(I_s + I_d) \Delta f + 4 k_B T \Delta f / R_L + i_\text{TIA}^2 \Delta f},

where IdI_d is dark current, RLR_L is the load resistance, and iTIAi_\text{TIA} is TIA input-referred current noise.

In two limiting regimes:

  • Thermal-noise-limited (low signal): SNRPs2\text{SNR} \propto P_s^2 — doubling signal quadruples SNR
  • Shot-noise-limited (high signal): SNRPs\text{SNR} \propto P_s — doubling signal doubles SNR

The crossover signal power is typically 10 – 100 μW for telecom receivers.

SNR and bit error rate. For binary on-off keying (OOK) and assuming Gaussian noise, the bit error rate (BER) relates to SNR through the Q-factor:

BER  =  12erfc ⁣(Q2),Q  =  SNR.\text{BER} \;=\; \frac{1}{2} \text{erfc}\!\left( \frac{Q}{\sqrt{2}} \right), \qquad Q \;=\; \sqrt{\text{SNR}}.

Specific BER-vs-Q values:

BERQ (linear)SNR (dB)
10310^{-3}3.099.8
10610^{-6}4.7513.5
10910^{-9}6.015.6
101210^{-12}7.0416.9
101510^{-15}7.9618.0

For modern coherent receivers with PAM4 modulation, OSNR is the more useful metric than electrical SNR; relationships are nonlinear.

SNR penalty and improvement. System-level engineering tracks how each element adds noise or degrades SNR:

  • Pre-detection optical amplifier (EDFA): improves SNR by lifting signal above receiver thermal noise floor
  • Multiple averaging: improves SNR by N\sqrt{N} for NN independent measurements
  • Coherent detection: improves SNR by LO-amplification of weak signal
  • Lock-in detection: improves SNR by narrowing measurement bandwidth
  • DSP and equalization: can recover SNR lost to deterministic distortions (ISI, dispersion)

SNR vs OSNR. In optical communications, two complementary metrics exist:

  • OSNR: optical signal-to-noise ratio, measured at the optical input of the receiver before detection. Quantifies the optical signal against ASE noise from upstream amplifiers.
  • SNR (electrical): ratio at the electrical output, including detector and electronics noise.

For shot-noise-limited detection, OSNR and electrical SNR are simply related; for thermal-noise-limited detection, they are decoupled.

SNR improvement techniques.

TechniqueMechanismSNR improvement
Optical amplificationReduce relative impact of thermal noiseup to ~25 dB
Coherent detectionLO amplificationUp to ~ 20 dB vs direct
Lock-in detectionNarrowband filteringBWwide/BWnarrow\sqrt{BW_\text{wide}/BW_\text{narrow}}, often 30 – 50 dB
Boxcar averagingTime-gated integrationLike lock-in for pulsed signals
Spatial filteringReject off-axis noise10 – 30 dB depending on geometry
Polarization filteringReject orthogonal polarization noiseup to 30 dB
Cooling the detectorReduce thermal/dark current noise5 – 30 dB depending on temperature

SNR in single-photon counting. For dim signals, the signal "level" is the photon arrival rate rsr_s [counts/s]; the noise consists of detector dark counts rdr_d and any background light counts rbr_b. The SNR is:

SNRcounting  =  rs2Trs+rd+rb,\text{SNR}_\text{counting} \;=\; \frac{r_s^2 \cdot T}{r_s + r_d + r_b},

where TT is the integration time. For shot-noise-limited counting (dark/background negligible): SNR=rsT\text{SNR} = r_s T = total number of photons detected. To reach 60 dB SNR (10610^6), you need 10610^6 photons — same as in the bright limit.

References: Saleh & Teich, Fundamentals of Photonics (3rd ed., 2019), Ch. 18 (photodetection); Agrawal, Fiber-Optic Communication Systems (4th ed., 2010), Ch. 4; Razavi, Design of Integrated Circuits for Optical Communications (2nd ed., 2012) for the IC noise treatment.