0% found this document useful (0 votes)
150 views

Ad, Da Converters

The real time embedded controller is expected to process the real world signals within a specified time. The processing of signals in real time is termed as Real Time Signal Processing which has been coined beautifully in the Signal Processing industry.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
150 views

Ad, Da Converters

The real time embedded controller is expected to process the real world signals within a specified time. The processing of signals in real time is termed as Real Time Signal Processing which has been coined beautifully in the Signal Processing industry.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Module Lesson

3 18
Embedded Systems I/O AD and DA Converters
Version 2 EE IIT, Kharagpur 1 Version 2 EE IIT, Kharagpur 2
Instructional Objectives Signal Processing
After going through this lesson the student would be able to Analog Processing
Analog Processing
x Learn about Real Time Signal Processing Analog Processor
Measurand Sensor Conditioner ADC
x Sampling Theorem LPF
x DA Conversion
x Different Methods of AD Conversions
o Successive Approximation Digital Processing
o Flash
Analog Processor
o Sigma Delta DSP DAC
LPF

Pre-Requisite Fig. 18.2 Real Time Processing of Analog Signals


Measurand is the quantity which is measured. In this case it is the analog speech signal. The
Digital Electronics, Microprocessors
sensor is a microphone. In case of your mobile set it is the microphone which is embedded in it.
The conditioner can be a preamplifier or a demodulator. The Analog Processor mostly is a Low
18 Introduction Pass Filter (LPF). This is primarily used to prevent aliasing which is a term to be explained later
in this chapter. The following is the Analog to Digital Converter which has a number of stages to
The real time embedded controller is expected to process the real world signals within a convert an analog signal into digital form. The Digital Signal Processing is carried out by a
specified time. Most of the real world signals are analog in nature. Take the examples of your system with a processor. Further the processed signal is converted into analog signal by the
mobile phone. The overall architecture is shown on Fig.18.1. The Digital Signal Processor (DSP) Digital to Analog Converter which finally sends the output to the real world through another
is fed with the analog data from the microphone. It also receives the digital signals after Low Pass Filter.
demodulation from the RF receiver and generates the filtered and noise free analog signal
through the speaker. All the processing is done in real time. The functional layout of the ADC and DAC is depicted in Fig.18.3
The processing of signals in real time is termed as Real Time Signal Processing which has
been coined beautifully in the Signal Processing industry.
ADC
xs(t) xq(t) b bits
x(t) Sampler Quantizer Coder
RF receiver (Rx) x(t) xq(n) [xb(n)]
Speaker
DSP p(t)
Antenna
RF transmitter (Tx) Microphone DAC

Display b bits
Micro- Decoder Sample/hold
[yb(n)] y(n)
controller
Keyboard
Fig. 18.3 The functional layout of the ADC and DAC

Fig. 18.1 The block diagram

The detailed steps of such a processing task is outlined in Fig.18.2

Version 2 EE IIT, Kharagpur 3 Version 2 EE IIT, Kharagpur 4


The DA Converter 3
In theory, the simplest method for digital-to-analog conversion is to pull the samples from f. Reconstructed analog signal
2
memory and convert them into an impulse train.

3 1

Amplitude
a. Impulse train 0
2

1 -1
Amplitude

0 -2

-1 -3
0 1 2 3 4 5
Time
-2
Fig. 18.4(c) The reconstructed analog signal after filtering
-3 A digital word (8-bits or 16-bits) can be converted to its analog equivalent by weighted
0 1 2 3 4 5 averaging. Fig. 18.5(a) shows the weighted averaging method for a 3-bit converter.
Time A switch connects an input either to a common voltage V or to a common ground. Only
Fig. 18.4(a) The analog equivalent of digital words switches currently connected to the voltage source contribute current to the non-inverting input
summing node. The output voltage is given by the expression drawn below the circuit diagram;
SX = 1 if switch X connects to V, SX = 0 if it connects to ground. There are eight possible
3 combinations of connections for the three switches, and these are indicated in the columns of the
table to the right of the diagram. Each combination is associated with a decimal integer as
c. Zeroth-order hold shown. The inputs are weighted in a 4:2:1 relationship, so that the sequence of values for 4S3 +
2
2S2 + S1 form a binary-coded decimal number representation. The magnitude of Vo varies in
units (steps) of (Rf/4R)V from 0 to 7. This circuit provides a simplified Digital to Analog
1 Converter (DAC). The digital input controls the switches, and the amplifier provides the analog
Amplitude

output.
0

-1

-2

-3
0 1 2 3 4 5
Time
Fig. 18.4(b) The analog voltage after zero-order hold

Version 2 EE IIT, Kharagpur 5 Version 2 EE IIT, Kharagpur 6


V S3 S2 S1
The AD Converter
R 0 0 0 0 The ADC consists of a sampler, quantizer and a coder. Each of them is explained below.
S3
Rf 1 0 0 1
Sampler
2R
S2 2 0 1 0
- The sampler in the simplest form is a semiconductor switch as shown below. It is followed by a
+ 3 0 1 1 hold circuit which a capacitor with a very low leakage path.
4R V0
S1 4 1 0 0 Semiconductor
5 0 1
Switch
1 Analog signal Sampled signal


V0 = -R f S3 V + S2 V + S1 V
R 2R 4R 6 1 1 0
Capacitor
-R 7 1 1 1
= f V(4S3 + 2S2 + S1)
4R
Control signal
Fig. 18.5(a) The binary weighted register method

1
V Rf 0.8
S3
2R 2R 0.6
- 0.4
S2 + V0
2R R 0.2
0
0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
V 1
S1
2R R 1(S3) = 3R 2 S3 Fig. 18.6 The Sample and Hold Circuit
1(S2) = V 1 S2
3R 4
2R
1(S1) = V 1 S1
3R 8


V0 = -R f S3 V 1 + S2 V 1 + S1 V 1
3R 2 3R 4 3R 8
= - Rf V (4S3 + 2S2 + S1)
24R
Fig. 18.5(b) R-2R ladder D-A conversion circuit
Fig. 18.5(b) depicts the R-2R ladder network. The disadvantage of the binary weighted register is
the availability and manufacturing of exact values of the resistances. Here also the output is
proportional to the binary-coded decimal number.

The output of the above circuits as given in Fig. 18.5(a) and 18.5(b) is equivalent analog
values as shown in Fig. 18.4(a). However to reconstruct the original signal this is further passed
through a zero order hold (ZOH) circuit followed by a filter (Fig.18.2). The reconstructed
waveforms are shown in Fig. 18.4(b) and 18.4(c).
Version 2 EE IIT, Kharagpur 7 Version 2 EE IIT, Kharagpur 8
Analog Signal
2 3025
1.5 c. Digitized signal
Amplitude

1 3020

Digital number
0.5
3015
0
-0.5
0 0.5 1 1.5 2 2.5 3 3.5 4 3010
time(ms)
Sampled Signal after the capacitor
2
3005
1.5
Amplitude

1 3000
0.5 0 5 10 15 20 25 30 35 40 45 50
0 Sample number

-0.5 Fig. 18.8(b) The Quantized Value


0 0.5 1 1.5 2 2.5 3 3.5 4
time(ms)
Fig. 18.7 Sample and Hold Signals Coder
Quantizer This is an optional device which is used after the conversion is complete. In microprocessor
based systems the Coder is responsible for packing several samples and transmitting them
The hold circuit tries to maintain a constant voltage till the next switching. The quantizer is onwards either in synchronous or in asynchronous manner. For example in TI DSK kits you will
responsible to convert this voltage to a binary number. The number of bits in a binary number find the AD converters with CODECs are interfaced to McBSP ports (short form of Multi-
decides the approximation and accuracy. channel Buffered Serial Ports). Several 16-bit sampled values are packed into a frame and
The sample hand hold output can assume any real number in a given range. However because of transmitted to the processor or to the memory by Direct Memory Access (DMA). The Coder is
finite number of bits (say N) the levels possible in the digital domain 0 to 2N-1 which corresponds responsible for controlling the ADC and transferring the Data quickly for processing. Sometimes
to a voltage range of 0 to V volts the Codec is responsible for compressing several samples together and transmitting them. In your
desktop computers you will find audio interfaces which can digitize and record your voice and
3.025 store them in .wav format. Basically this AD conversion followed by coding. The wav format is
b. Sampled analog signal the Pulse-Code-Modulated (PCM) format of the original digital voice samples.
3.020
The Sampling Theorem
Amplitude (in volts)

3.015 The definition of proper sampling is quite simple. Suppose you sample a continuous signal in
some manner. If you can exactly reconstruct the analog signal from the samples, you must have
done the sampling properly. Even if the sampled data appears confusing or incomplete, the key
3.010
information has been captured if you can reverse the process. Fig.18.9 shows several sinusoids
before and after digitization. The continuous line represents the analog signal entering the ADC,
3.005 while the square markers are the digital signal leaving the ADC. In (a), the analog signal is a
constant DC value, a cosine wave of zero frequency. Since the analog signal is a series of
straight lines between each of the samples, all of the information needed to reconstruct the
3.000 analog signal is contained in the digital data. According to our definition, this is proper sampling.
0 5 10 15 20 25 30 35 40 45 50
Time The sine wave shown in (b) has a frequency of 0.09 of the sampling rate. This might represent,
for example, a 90cycle/second sine wave being sampled at1000 samples/second. Expressed in
Fig. 18.8(a) Hold Circuit Output
Version 2 EE IIT, Kharagpur 9 Version 2 EE IIT, Kharagpur 10
another way, there are 11.1 samples taken over each complete cycle of the sinusoid. This 3 3
situation is more complicated than the previous case, because the analog signal cannot be a. Analog frequency = 0.0 (i.e., DC) b. Analog frequency = 0.09 of sampling rate

reconstructed by simply drawing straight lines between the data points. Do these samples 2 2
properly represent the analog signal? The answer is yes, because no other sinusoid, or 1 1

Amplitude

Amplitude
combination of sinusoids, will produce this pattern of samples (within the reasonable constraints
listed below). These samples correspond to only one analog signal, and therefore the analog 0 0
signal can be exactly reconstructed. Again, an instance of proper sampling. In (c), the situation is
-1 -1
made more difficult by increasing the sine wave's frequency to 0.31 of the sampling rate. This
results in only 3.2 samples per sine wave cycle. Here the samples are so sparse that they don't -2 -2
even appear to follow the general trend of the analog signal. Do these samples properly represent
-3 -3
the analog waveform? Again, the answer is yes, and for exactly the same reason. The samples Time (or sample number) Time (or sample number)
are a unique representation of the analog signal. All of the information needed to reconstruct the
continuous waveform is contained in the digital data. Obviously, it must be more sophisticated
than just drawing straight lines between the data points. As strange as it seems, this is proper 3 3
c. Analog frequency = 0.31 of sampling rate d. Analog frequency = 0.95 of sampling rate
sampling according to our definition. In (d), the analog frequency is pushed even higher to 0.95 2 2
of the sampling rate, with a mere 1.05 samples per sine wave cycle. Do these samples properly
represent the data? No, they don't! The samples represent a different sine wave from the one 1 1

Amplitude

Amplitude
contained in the analog signal. In particular, the original sine wave of 0.95 frequency 0 0
misrepresents itself as a sine wave of 0.05 frequency in the digital signal. This phenomenon of
sinusoids changing frequency during sampling is called aliasing. Just as a criminal might take on -1 -1
an assumed name or identity (an alias), the sinusoid assumes another frequency that is not its
-2 -2
own. Since the digital data is no longer uniquely related to a particular analog signal, an
unambiguous reconstruction is impossible. There is nothing in the sampled data to suggest that -3 -3
the original analog signal had a frequency of 0.95 rather than 0.05. The sine wave has hidden its Time (or sample number) Time (or sample number)
true identity completely; the perfect crime has been committed! According to our definition, this Fig. 18.9 Sampling a sine wave at different frequencies
is an example of improper sampling. This line of reasoning leads to a milestone in DSP, the
sampling theorem. Frequently this is called the Shannon sampling theorem, or the Nyquist
Sampling theorem, after the authors of 1940s papers on the topic. The sampling theorem Methods of AD Conversion
indicates that a continuous signal can be properly sampled, only if it does not contain frequency
components above one-half of the sampling rate. For instance, a sampling rate of 2,000 The analog voltage samples are converted to digital equivalent at the quantizer. There are various
samples/second requires the analog signal to be composed of frequencies below 1000 ways to convert the analog values to the nearest finite length digital word. Some of these
cycles/second. If frequencies above this limit are present in the signal, they will be aliased to methods are explained below.
frequencies between 0 and 1000 cycles/second, combining with whatever information that was
legitimately there.

Version 2 EE IIT, Kharagpur 11 Version 2 EE IIT, Kharagpur 12


Successive Approximation ADC
V0 100
R2
R1

0 V1 V2 V- 110 010
R3 4
2 - V- 1 V
0 V2 OG1 111 101 011 001
V4 OG2 6 DAC
V+
R4 V+
3 + 7 5 000

0 U1 3 7 5 ADC Fig. 18.11 The successive approximation counting


0 V3 V+ +
V+ V- uA741 V+
OG2 6 Consider a three-bit conversion for simplicity. The counting ADC must allow for up to eight
OG1 comparisons (including zero). The search tree for an SAR search is illustrated in Fig.18.11. To
- V4 - V7 2 - V- 1
G start a conversion cycle a three-bit digital register is first cleared, and then loaded with the triplet
4 U2 100. The register state provides the input to a DAC, and that provides a reference output. This
- - V8 uA741 output is compared to the analog signal to be converted, and a decision is made whether the
0 analog signal is greater than or less than the reference signal. This comparison is essentially the
0 0 same as that made for the previous ADC, except that because of the use of the ‘half-way’ code
the result of this single comparison is used to eliminate concurrently half the possible DAC steps.
Fig. 18.10 The Counter Converter
As the tree suggests, if the analog signal is greater then all the smaller DAC outputs are
The AD conversion is indirectly carried out through DA conversion. The 3-bit input as shown in eliminated from consideration. Digital logic associated with the comparison then either clears the
Fig.18.10 to the DA converter may change sequentially from 000 to 111 by a 3-bit counter. The MSB (Most Significant Bit) to 0 or simply leaves it unchanged. In either case the next bit is set
unknown voltage (V8) is applied to one input of the comparator. When the DA output exceeds to 1, i.e., to the mid-code of the selected half, and a new comparison made. Again half the
the unknown voltage the comparator output which was negative becomes positive. This can be remaining DAC states are eliminated from consideration. Depending on the result of the
used to latch the counter value which is approximately equivalent digital value of the unknown comparison the second bit is cleared to 0, or it is left unchanged at 1. In either case the third bit is
voltage. set to 1 and the comparison step repeated. Each time a comparison is made half the remaining
DAC output states will be eliminated. Instead of having to step through 2N states for an N bit
The draw back of sequential counting is the time taken to reach the highest count is large. For conversion only N comparisons are needed. The SAR ADC is perhaps the most common of the
instance an 8-bit converter has to count 256 for converting the maximum input. It therefore has converters, providing a relatively rapid and relatively inexpensive conversion
to consume 256 clock cycles which is large. Therefore, a different method called successive
approximation is used for counting as shown in Fig.18.11. ‘Flash’ Converter
Making all the comparisons between the digital states and the analog signal concurrently makes
for a fast conversion cycle. A resistive voltage divider (see figure) can provide all the digital
reference states required. There are eight reference values (including zero) for the three-bit
converter illustrated. Note that the voltage reference states are offset so that they are midway
between reference step values. The analog signal is compared concurrently with each reference
state; therefore a separate comparator is required for each comparison. Digital logic then
combines the several comparator outputs to determine the appropriate binary code to present.

Version 2 EE IIT, Kharagpur 13 Version 2 EE IIT, Kharagpur 14


resolution. So, the conversion from analog to digital loses some information and introduces some
V0 Analog distortion into the signal. The magnitude of this error is random, with values up to ±LSB.
input
3R
2 111
6.5 Vo
8
R
110
5.5 Vo MSB
8
R 22
101
4.5 Vo
8
R 21
100 LSB
3.5 Vo
8
R 20
011
2.5 Vo
8
R
010
1.5 Vo
8 Fig. 18.13 FFT diagram of a multi-bit ADC with a sampling frequency FS
R
001
0.5 Vo If we divide the fundamental amplitude by the RMS sum of all the frequencies representing
8 noise, we obtain the signal to noise ratio (SNR). For an N-bit ADC, SNR = 6.02N + 1.76dB. To
R 3-bit ‘flash’ converter
improve the SNR in a conventional ADC (and consequently the accuracy of signal reproduction)
2
you must increase the number of bits. Consider again the above example, but with a sampling
frequency increased by the oversampling ratio k, to kFs (Fig.18.14). An FFT analysis shows that
Fig. 18.12 Flash Converter the noise floor has dropped. SNR is the same as before, but the noise energy has been spread
over a wider frequency range. Sigma-delta converters exploit this effect by following the 1-bit
Sigma-Delta (Ȉ¨) AD converters ADC with a digital filter (Fig.18.14). The RMS noise is less, because most of the noise passes
through the digital filter. This action enables sigma-delta converters to achieve wide dynamic
The analog side of a sigma-delta converter (a 1-bit ADC) is very simple. The digital side, which range from a low-resolution ADC.
is what makes the sigma-delta ADC inexpensive to produce, is more complex. It performs
filtering and decimation. The concepts of over-sampling, noise shaping, digital filtering, and
decimation are used to make a sigma-delta ADC.

Over-sampling
First, consider the frequency-domain transfer function of a traditional multi-bit ADC with a sine-
wave input signal. This input is sampled at a frequency Fs. According to Nyquist theory, Fs must
be at least twice the bandwidth of the input signal. When observing the result of an FFT analysis
on the digital output, we see a single tone and lots of random noise extending from DC to Fs/2
(Fig.18.13). Known as quantization noise, this effect results from the following consideration:
the ADC input is a continuous signal with an infinite number of possible states, but the digital
output is a discrete function, whose number of different states is determined by the converter's

Version 2 EE IIT, Kharagpur 15 Version 2 EE IIT, Kharagpur 16


Signal Input, X1
+ X2 X3 To Digital
+ X4 Filter
-
Difference Integrator -
Amp Comparator
(1-bit ADC)
X5

(1-bit ADC)

Fig. 18.15 Block Diagram of 1-bit Sigma Delta Converter

Fig. 18.14 FFT diagram of a multi-bit ADC with a sampling frequency kFS and effect of
Digital Filter on Noise Bandwidth

Noise Shaping
It includes a difference amplifier, an integrator, and a comparator with feedback loop that
contains a 1-bit DAC. (This DAC is simply a switch that connects the negative input of the
difference amplifier to a positive or a negative reference voltage.) The purpose of the feedback
DAC is to maintain the average output of the integrator near the comparator's reference level.
The density of "ones" at the modulator output is proportional to the input signal. For an
increasing input the comparator generates a greater number of "ones," and vice versa for a
decreasing input. By summing the error voltage, the integrator acts as a lowpass filter to the input
signal and a highpass filter to the quantization noise. Thus, most of the quantization noise is
pushed into higher frequencies. Oversampling has changed not the total noise power, but its
distribution. If we apply a digital filter to the noise-shaped delta-sigma modulator, it removes
more noise than does simple oversampling.(Fig.18.16).

Fig. 18.16 The Effect of Integrator and Digital Filter on the Spectrum

Version 2 EE IIT, Kharagpur 17 Version 2 EE IIT, Kharagpur 18


Question Answers
1-bit Data Multi-bit Output
Stream Data Data Q1. What are the errors at different stages in a Real Time Signal Processing system? Elaborate
on the quantization error.
Analog Delta Sigma Digital Low Decimation
Modulator Pass Filter Ans: Refer to text
Input Filter
Q2. What are the difference specifications of a D-A converter?
Fig. 18.17 The Digital Side of the Sigma-Delta modulator
Ans: No. of bits (8-bits, 16-bits etc), Settling Time, Power Supply range, Power
Digital Filtering Consumption, Various Temperature ratings, Packaging

The output of the sigma-delta modulator is a 1-bit data stream at the sampling rate, which can be Q3. What are the various specifications of an A-D converter?
in the megahertz range. The purpose of the digital-and-decimation filter (Fig.18.17) is to extract
information from this data stream and reduce the data rate to a more useful value. In a sigma- Ans: No. of bits (8-bits, 16-bits etc), No. of channels, Conversion Time, Power Supply
delta ADC, the digital filter averages the 1-bit data stream, improves the ADC resolution, and range, Power Consumption, Various Temperature ratings, Packaging
removes quantization noise that is outside the band of interest. It determines the signal
bandwidth, settling time, and stop band rejection. Q4. How to construct a second order Delta-Sigma AD Converter.

Conclusion Ans: Refer to text and Fig.18.15

In this chapter you have learnt about the basics of Real Time Signal Processing, DA and AD Q5. What method you will adopt to digitize a slowly varying temperature signal without using
conversion methods. Some microcontrollers are already equipped with DA and AD converters AD converter?
on the same chip. Generally the real world signals are broad band. For instance a triangular wave
though periodic will have frequencies ranging till infinite. Therefore anti-aliasing filter is always Ans: Instead of AD Converters use Voltage to Frequency Converters followed by a counter
desirable before AD conversion. This limits the signal bandwidth and hence finite sampling
frequency. The question answer session shall discuss about the quantization error, specifications
of the AD and DA converters and errors at the various stages of real time signal processing. The
details of interfacing shall be discussed in the next lesson.
The AD and DA converter fall under mixed VLSI circuits. The digital and analog circuits
coexist on the same chip. This poses design difficulties for VLSI engineers for embedding fast
and high resolution AD converters along with the processors. Sigma-Delta ADCs are most
complex and hence rarely found embedded on microcontrollers.

Version 2 EE IIT, Kharagpur 19 Version 2 EE IIT, Kharagpur 20

You might also like