Quantization Noise Article Index for
Quantization
Website Links For
Error
 

Information About

Quantization Noise




When converting from an Analog Signal to a Digital Signal , error is unavoidable. An analog signal is continuous, with ideally infinite accuracy, while the digital signal's accuracy is dependent on the Quantization resolution, or number of bits of the Analog To Digital Converter . The difference between the actual analog value and approximated digital value due to the "rounding" that occurs while converting is called quantization error.

Many physical quantities are actually quantized by physical entities. Examples of fields where this limitation applies include Electronics (due to electrons), Optics (due to photons), Biology (due to DNA ), and Chemistry (due to Molecules ). This is sometimes known as the "quantum noise limit" of systems in those fields. This is a different manifestation of "quantization error," in which theoretical models may be analog but physics occurs digitally. Around the quantum limit, the distinction between analog and digital quantities vanishes.

QUANTIZATION NOISE MODEL OF QUANTIZATION ERROR


Quantization noise is a Model of quantization error introduced by Quantization in the Analog-to-digital Conversion (ADC) process in Telecommunication Systems and Signal Processing . It is a rounding error between the analogue input voltage to the ADC and the output digitized value. The noise is non-linear and signal-dependent. It can be modeled in several different ways.

It is expressed as a Root-mean-square error as

: N_Q = rac{ \left ( rac{V_\mathrm{AD}}{2^Q} ight )^2 }{6 \cdot T_\mathrm{S} \cdot R_\mathrm{L}^2} \,\!

where V_\mathrm{AD} \,\! is the analogue voltage range of the converter ( Volt s),
Q \,\! is the Bit Resolution of the converter,
T_\mathrm{S} \,\! is the sample interval of the converter ( Second s),
and R_\mathrm{L} \,\! is the Load Resistance of the converter ( Ohms ).

In an ideal analogue-to-digital converter, the Signal-to-noise Ratio (SNR) can be calculated from

:\mathrm{SNR_{ADC}} = 20 \log_{10}(2^Q) \approx 6.0206 \cdot Q\ \mathrm{dB} \,\!

For instance, 16-bit audio has a quoted dynamic range of 6.0206 · 16 = 96.33 dB.

This comes from a model of quantization noise in an ideal ADC where the quantization error is uniformly distributed between −1/2 LSB and +1/2 LSB. The signal is also assumed to have a uniform distribution covering all quantization levels, and the most common test signals that fulfill this are full amplitude Triangle Wave s and Sawtooth Wave s.

When the input signal is a full-amplitude Sine Wave the distribution of the signal is no longer uniform, and the corresponding equation is instead

: \mathrm{SNR_{ADC}} = \left ( 1.761 + 6.0206 \cdot Q ight )\ \mathrm{dB} \,\!

Here, the quantization noise is once again ''assumed'' to be uniformly distributed.

This is very close to the truth for high resolution ADCs, but does not accurately model the noise in low resolution ADCs (e.g. ~4 bits) where the quantization noise distribution is strongly affected by the exact amplitude of the signal.


SEE ALSO



EXTERNAL LINKS