Electronic – How to any spectral analysis show that Sigma-Delta ADC reduces quantization noise

adcnoisenoise-spectral-densitysampling

Quantization noise refers to the modeling of the difference between an analog signal and its quantized version as an additive noise process. The power of the quantization noise can be calculated by the assumption that the difference between the analog signal and the quantized signal is uniformly distributed inside the quantization level (the power is proportional to the variance of this distribution). Under this assumption, if you quantize to N bits, with uniformly separated levels, you get that the signal to quantization noise power ratio is about 6N dB.

Now, so far I haven't spoken at all about frequency or spectrum, since the quantization noise is added to each sample of the signal without regard to the sampling rate, or the frequency of the analog signal itself.

A Sigma-Delta ADC is known to reduce quantization noise. The explanation usually involves talking about high-pass filtering of the noise, and stuff like that. But I don't understand how anything can change the power of the noise, as it is still true that the quantized signal has an error somewhere within the quantization level, and by definition of quantization you can't get a smaller error than that (maybe the answer is that Sigma-Delta ADC makes the error not uniformly distributed?). And how can the frequency domain help to analyze this?

I would appreciate to see a concrete worked-out example with numbers/parameters that show how the Sigma-Delta ADC operates on a given signal, giving low quantization noise.

Best Answer

Any quantized signal has a certain minimum quantization noise level, which is related to the number of bits per sample as you have noted. Even a delta-sigma converter cannot reduce the noise below this theoretical floor.

The noise reduction (noise shaping) that is talked about in these converters relates to the fact that they use a very coarse quantizer (very often a single comparator yielding just one bit a time), which has a very high quantization noise level at its output. This noise is uniformly distributed throughout the spectrum defined by its sample rate (which is very high).

It is the function of the noise-shaping circuitry to shift as much of this noise energy as possible to a frequency band outside the band occupied by the signal of interest, in order to get as close to the minimum noise level in the passband as possible. The noise is then removed by digital filtering. At the same time, the sample rate is reduced to the desired output sample rate (decimation).

Ultimately, a very noisy string of high-speed 1-bit samples is converted to a nearly-optimal string of N-bit samples at a lower speed. The key advantages of this approach are that it's possible to get both high resolution and high linearity with relatively low cost — properties that are particularly valuable in applications such as digital audio.