Analog-to-digital Converter (ADC) is the process of converting a continuous signal from the real-word to a digital signal useful for a computer. A digital signal is sampled and quantized. The Digital-to-analog-Converter (DAC) is the conversion of a digital signal to a continuous signal.
The ADC takes place in two steps:
- Sampling: convert the independent variable to discrete, for example consider the signal every 0.01 ms. This first stage is done by a Sample-and-Hold circuit. The sample rate must be choosen according to the sampling theorem, otherwise we will experiment aliasing (frequencies overlaps) producing changes in the signal's frequencies and even phase. The sampling theorem (Nyquist-Shannon theorem) stipulates that the sampling rate must be at least twice the highest frequency component of the analog signal. The half of the sampling frequeny is generally called Nyquist frequency or Nyquist rate.
- Quantization: convert the measured or dependent variable to discrete variable.This second stage is processed by a n-bits ADC. For a 8 bit, we have 256 possible digital numbers to assign to a measured value. Introducing a quantization error, generally uniformly distributed. The precision of the data decreasing with increasing bits number. In case of slowly varying signals, it is showen that adding a low random noise to the signal, we get more stable information about the underlying process. This operation is called Dithering.
@uthor: Joan MOUBA.