Title: Introduction to Mechatronics
1Digital to Analog Converters
Andrew Gardner Muhammad Salman David
Fernandes Jevawn Roberts
2 Outline
What is a DAC? Different Types of DACs Binary
Weighted Resistor R-2R Ladder Specifications Comm
only used DACs Application
3Introduction A DAC is a Digital to Analog
converter. It converts a binary digital number
into an analog representation, most commonly
voltage though current is also used sometimes.
0101
0011
0111
1001
1001
1010
1011
DAC
4Introduction Each binary number sampled by the
DAC corresponds to a different output level.
5Typical Output DACs capture and hold a number,
convert it to a physical signal, and hold that
value for a given sample interval. This is known
as a zero-order hold and results in a piecewise
constant output.
DAC
6Binary Weighted Resistor DAC
- Utilizes a summing op-amp circuit
- Weighted resistors are used to distinguish each
bit from the most significant to the least
significant - Transistors are used to switch between Vref and
ground (bit high or low)
7Summing OP-Amps
- Inverting summer circuit used in Binary Weighted
Resistor DAC. - V(out) is 180 out of phase from V(in)
8Binary Weighted Input DAC
- Ideal Op-amp
- No current into
- op-amp
- Virtual ground at
- inverting input
- Vout -IRf
MSB
LSB
9Calculation
10Contd
n totalbits
11Advantages and Disadvantages
- Advantage
- Easy principle/construction
- Fast conversion
- Disadvantages
- Requirement of several different precise input
resistor values Requires large range of
resistors (20481 for 12-bit DAC) with necessary
high precision for low resistors one unique value
per binary input bit. (High bit DACs) - Larger resistors more error.
- Precise large resistors expensive.
12R-2R Resistor Ladder DAC
Vref
MSB
LSB
Bit 0 0 0 0
Vout
4-Bit Converter
13R-2R DAC Example
V0
V1
V2
Vref
14R-2R DAC Example (cont.)
V0
V1
V0
V1
Nodal Analysis
Likewise,
Voltage Divider
15Conversion Equation
For a 4-Bit R-2R Ladder
For general n-Bit R-2R Ladder Binary Weighted
Resister DAC
16R-2R DAC Summary
- Advantages
- Only two resistor values
- Does not need as precision resistors as Binary
weighted DACs - Cheap and Easy to manufacture
- Disadvantages
- Slower conversion rate
17DAC Specification
- Resolution
- Reference Voltage
- Speed
- Settling Time
- Linearity
18Resolution
- The change in output voltage for a change of the
LSB. - Related to the size of the binary representation
of the voltage. (8-bit) - Higher resolution results in smaller steps
between voltage values
19Reference Voltage
- Multiplier DAC
- Reference voltage is a constant set by the
manufacturer - Non-Multiplier DAC
- Reference voltage is variable
- Full scale Voltage
- Slightly less than the reference voltage
(Vref-VLSB)
20Speed
- Also called the conversion rate or sampling rate
- rate at which the register value is updated
- For sampling rates of over 1 MHz a DAC is
designated as high speed. - Speed is limited by the clock speed of the
microcontroller and the settling time of the DAC
21Settling Time
- Time in which the DAC output settles at the
desired value ½ VLSB. - Faster DACs decrease the settling time
22Linearity
- Represents the relationship between digital
values and analog outputs. - Should be related by a single proportionality
constant. (constant slope)
23DAC Error
- Non-Linearity
- Differential
- Integral
- Gain Error
- Offset Error
- Monotonicity
- Resolution
24Non-linearity
- Deviation from a linear relationship between
digital input and analog output.
25Non-Linearity
- Differential
- Worst case deviation from the ideal VLSB step for
an increment of LSB - Integral
- Worst case deviation from the line between the
endpoint (zero and full scale) voltages
26Gain Error
- Also called Full-Scale Error
- Deviation from the ideal full scale voltage due
to a higher or lower gain than expected.
High Gain
Desired/Ideal Output
Analog Output Voltage
Low Gain
Digital Input
27Offset Error
- Also called Zero Error
- Difference between ideal voltage output and
actual voltage output for a digital input of zero.
28Monotonicity
- Increases or decreases of the digital value must
correspond to increases or decreases of the
voltage output.
Non-monotonic behavior
29Resolution Error
- For matching curves over time or simply
outputting accurate values a proper resolution
must be selected - Resolution must be high enough for the desired
precision (½ VLSB)
Vout
Desired Analog signal
11
10
01
00
Time
30Applications Audio Many audio signals are
stored as binary numbers (on media such as CDs
and in computer files such as MP3s). Therefore
computer sound cards, stereo systems, digital
cell phones, and portable music players contain
DAC to convert the digital representation to an
analog signal.
31Example DAC
- AD 7224
- Manufactured by Analog Devices
- Type R-2R Voltage Output
- Reference voltage Non-Multiplier
- 2 12.5 Volts
- 8-bit Input
- Settling Time 7 µs
- Cost about 4.00
32Example DAC
18 Pin integrated circuit including output
amplifier
33Applications Video Video signals from digital
sources, such as a computer or DVD must be
converted to analog signals before being
displayed on an analog monitor. Beginning on
February 18th, 2009 all television broadcasts in
the United States will be in a digital format,
requiring ATSC tuners (either internal or set-top
box) to convert the signal to analog.
34References Previous Student Lectures http//en.wik
ipedia.org/ http//allaboutcircuits.com
35Questions