Increasing SQNR by Increasing the Sample Rate
February 3, 2020
Back to: Sampling & Reconstruction
The lesson Quantization and Noise proves that the quantization noise floor is flat with a power of π₯2/12 for all π.Β However, the band-limited signal πΈΜ(π) is not. Moreover, πΈΜ(π) gets βtallerβ and effectively more narrow as π₯s increases (see Theorem 1 in the lesson DTFT of a Sampled Sequence.)
Therefore, the signal-to-noise ratio drops as π₯s increases as long as there is proper low-pass reconstruction filtering at the output. This means that more of the quantization noise is filtered out. We refer again to the figure presented in the lesson Increasing SQNR by Increasing Bits Per Sample.
In the figure, the noise floor increases as the number of bits decreases (π₯ will increase) but the noise floor does not increase with the sample rate.
Thus, with a sufficiently high sample rate (π₯s) and sufficient low-pass filtering, it is possible to design a system with a high SNQR even with just one bit (π = 1). More specifically, every time the sample rate is doubled, the SQNR increases by a factor of 4 (about 6dB or 1 bit). This is demonstrated by the next theorem.
Theorem 4
Proof
(1)
(2)
(3)
(4)
As a low-pass filter eliminates half the spectral content:
(5)
(6)
(7)
(8)
(9)
Example
Suppose we want to sample at π = 1 bit.
According to Theorem 3, π²π°ππ±π½π‘ β 6.02 Γ 1 + 1.76 = 7.78 dB. In an ideal system, the π²π°ππ±π½π‘ for π = 16 bits is π²π°ππ±π½π‘ β 6.02 Γ 16 + 1.76 β 98 dB.
To sample at π = 1 and have a quality of π = 16 (98dB), how fast do we need to sample?
According to Theorem 4, SQNR increases by 6.02dB every time the sample rate doubles. Therefore, the sample rate must double (98 β 7.78)/6.02Β = 14.99 = 15 times. In other words, the sample rate must increase to 215 or 32,768 times the Nyquist rate.
Therefore, if our original sample rate was 44.1 kHz, our new sample rate would need to be approximately 1.45 GHz.
Alternative Techniques
A high sample rate tends to be impractical and sometimes undesirable. However, there are alternative techniques with more relaxed sample rates. These techniques include:
- Differential quantization/delta modulation encodes the difference between two successive samples rather than encoding every sample as-is. If the consecutive samples are correlatedβ βas we might expect for band-limited signalsβ βthe difference between the samples tends to be small and results in less quantization noise. The next lesson discusses delta modulation in more detail.
- Noise shapingΒ is often implemented using a signal processing topology called delta-sigma modulation. This topology uses a feedback path that passes the desired signal through and pushes the noise energy into higher frequency bands (noise shaping) which can subsequently be filtered out. Thus, SQNR is reduced, but the quantization is only 1-bit and the sample rate may only need to be increased by 256 times the Nyquist rate. Noise shaping and delta-sigma modulation are presented in the Noise Shaping/Delta-Sigma Modulation section.