Analog To Digital Conversion
Analog To Digital Conversion
8/10/2023
Analogue to Digital Converter
The most common technique to change an analog signal to digital data is called pulse code
modulation (PCM). A PCM encoder has the following three processes:
1. Sampling
2. Quantization
3. Encoding
1. Sampling:
Nyquist Theorem: One important consideration is the sampling rate or frequency. According
to the Nyquist theorem, the sampling rate must be at least 2 times the highest frequency
contained in the signal. It is also known as the minimum sampling rate and given by: Fs =2*fh.
2. Quantization:
The result of sampling is a series of pulses with amplitude values between the maximum and
minimum amplitudes of the signal. The set of amplitudes can be infinite with non-integral
values between two limits. The following are the steps in Quantization:
1. We assume that the signal has amplitudes between Vmax and Vmin
2. We divide it into L zones each of height d where, d= (Vmax- Vmin)/ L
3. The value at the top of each sample in the graph shows the actual amplitude.
4. The normalized pulse amplitude modulation(PAM) value is calculated using the
formula amplitude/d.
5. After this we calculate the quantized value which the process selects from the middle
of each zone.
6. The Quantized error is given by the difference between quantized value and normalised
PAM value.
7. The Quantization code for each sample based on quantization levels at the left of the
graph.[2]
3. Encoding:
The digitization of the analog signal is done by the encoder. After each sample is quantized
and the number of bits per sample is decided, each sample can be changed to an n bit code.
Encoding also minimizes the bandwidth used. Note that the number of bits for each sample is
determined from the number of quantization levels. If the number of quantization levels is L,
the number of bits is n bit = log 2 L.
DELTA MODULATION:
We have the following rules for output: If the input analog signal is higher than the last value
of the staircase signal, increase delta by 1, and the bit in the digital data is 1. If the input analog
signal is lower than the last value of the staircase signal, decrease delta by 1, and the bit in the
digital data is 0. Demodulator – The demodulator takes the digital data and, using the staircase
maker and the delay unit, creates the analog signal. The created analog signal, however, needs
to pass through a low-pass filter for smoothing.
ADAPTIVE DELTA MODULATION:
Types:
These are several common ways of implementing an electronic ADC.
• RC charge time
• Measuring analog resistance or capacitance
• Direct-conversion
• Successive approximation
• Ramp-compare
• Integrating
• Delta-encoded
• Pipelined
• Delta-sigma
• Time-interleaved
• Intermediate FM stage
• Time-stretch
References
1. Allen, Phillip E.; Holberg, Douglas R. (2002). CMOS Analog Circuit Design