0% found this document useful (0 votes)
40 views5 pages

Digital To Analog Converters - Tutorialspoint

The document discusses digital to analog converters (DACs). It describes that a DAC converts a digital input signal into an analog output signal. There are two main types of DACs: weighted resistor DACs and R-2R ladder DACs. A weighted resistor DAC uses binary weighted resistors in an inverting adder circuit to produce an analog output approximately equal to the digital input. An example 3-bit weighted resistor DAC circuit is shown.

Uploaded by

diether.gozum
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views5 pages

Digital To Analog Converters - Tutorialspoint

The document discusses digital to analog converters (DACs). It describes that a DAC converts a digital input signal into an analog output signal. There are two main types of DACs: weighted resistor DACs and R-2R ladder DACs. A weighted resistor DAC uses binary weighted resistors in an inverting adder circuit to produce an analog output approximately equal to the digital input. An example 3-bit weighted resistor DAC circuit is shown.

Uploaded by

diether.gozum
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

5/20/2021 Digital to Analog Converters - Tutorialspoint

Digital to Analog Converters

A Digital to Analog Converter (DAC) converts a digital input signal into an analog output signal.
The digital signal is represented with a binary code, which is a combination of bits 0 and 1. This
chapter deals with Digital to Analog Converters in detail.
The block diagram of DAC is shown in the following figure −

A Digital to Analog Converter (DAC) consists of a number of binary inputs and a single output. In
general, the number of binary inputs of a DAC will be a power of two.

Types of DACs

There are two types of DACs


Weighted Resistor DAC
R-2R Ladder DAC
This section discusses about these two types of DACs in detail −

Weighted Resistor DAC

A weighted resistor DAC produces an analog output, which is almost equal to the digital (binary)
input by using binary weighted resistors in the inverting adder circuit. In short, a binary weighted
resistor DAC is called as weighted resistor DAC.
The circuit diagram of a 3-bit binary weighted resistor DAC is shown in the following figure −

https://www.tutorialspoint.com/linear_integrated_circuits_applications/linear_integrated_circuits_applications_digital_to_analog_converters.htm 1/5
5/20/2021 Digital to Analog Converters - Tutorialspoint

Recall that the bits of a binary number can have only one of the two values. i.e., either 0 or 1. Let
the 3-bit binary input is b
b2 b 1b
2 b1 b0
0
. Here, the bits b
b22
and b
b00
denote the Most Significant Bit

(MSB) and Least Significant Bit (LSB) respectively.

The digital switches shown in the above figure will be connected to ground, when the
corresponding input bits are equal to ‘0’. Similarly, the digital switches shown in the above figure
will be connected to the negative reference voltage, −
−VVR
R
when the corresponding input bits are

equal to ‘1’.
In the above circuit, the non-inverting input terminal of an op-amp is connected to ground. That
means zero volts is applied at the non-inverting input terminal of op-amp.
According to the virtual short concept, the voltage at the inverting input terminal of opamp is
same as that of the voltage present at its non-inverting input terminal. So, the voltage at the
inverting input terminal’s node will be zero volts.

The nodal equation at the inverting input terminal’s node is:

https://www.tutorialspoint.com/linear_integrated_circuits_applications/linear_integrated_circuits_applications_digital_to_analog_converters.htm 2/5
5/20/2021 Digital to Analog Converters - Tutorialspoint

0
0++V
VR b2
R b2
0
0++V
VR b1
R b1
0
0++V
VR b0
R b0
0
0−−V
V00
+
+ +
+ +
+ =
= 0
0
0
0 1
1 2
2
2
2 R
R 2
2 R
R 2
2 R
R R
Rff

V
V00
V
VR b2
R b2
V
VR b1
R b1
V
VR b0
R b0
=
=>> =
= +
+ +
+
0
0 1
1 2
2
R
Rff 2
2 R
R 2
2 R
R 2
2 R
R

V
VR Rf
R Rf b
b2 b
b1 b
b0
2 1 0
=
=>> V
V0 =
0 =
{
{ +
+ +
+ }
}
0
0 1
1 2
2
R
R 2 2 2
2 2 2

Substituting, R
R =
= 2
2RRf
f
𝑓 in above equation.

V
VR Rf
R Rf b
b2 b
b1 b
b0
2 1 0
=
=>> V
V0 =
= {
{ +
+ +
+ }
}
0
0
0 1
1 2
2
2
2RRf
f 2
2 2
2 2
2

V
VRR
b
b22
b
b11
b
b00
=
=>> V
V0 =
= {
{ +
+ +
+ }
}
0
0
0 1
1 2
2
2
2 2
2 2
2 2
2

The above equation represents the output voltage equation of a 3-bit binary weighted resistor
DAC. Since the number of bits are three in the binary (digital) input, we will get seven possible
values of output voltage by varying the binary input from 000 to 111 for a fixed reference voltage,
V
VRR
.

We can write the generalized output voltage equation of an N-bit binary weighted resistor DAC
as shown below based on the output voltage equation of a 3-bit binary weighted resistor DAC.

V
VRR
b
bNN−
−11
b
bNN−
−22
b
b00
=
=>> V
V0 =
0 =
{
{ +
+ +
+.. .. .. .. +
+ }
}
0
0 1
1 N
N−−1
1
2
2 2
2 2
2 2
2

The disadvantages of a binary weighted resistor DAC are as follows −

The difference between the resistance values corresponding to LSB & MSB will increase
as the number of bits present in the digital input increases.
It is difficult to design more accurate resistors as the number of bits present in the digital
input increases.

https://www.tutorialspoint.com/linear_integrated_circuits_applications/linear_integrated_circuits_applications_digital_to_analog_converters.htm 3/5
5/20/2021 Digital to Analog Converters - Tutorialspoint

R-2R Ladder DAC

The R-2R Ladder DAC overcomes the disadvantages of a binary weighted resistor DAC. As the
name suggests, R-2R Ladder DAC produces an analog output, which is almost equal to the digital
(binary) input by using a R-2R ladder network in the inverting adder circuit.

Thecircuit diagramof a 3-bit R-2R Ladder DAC is shown in the following figure −

Recall that the bits of a binary number can have only one of the two values. i.e., either 0 or 1. Let
the 3-bit binary input is b
b2 b 1b
2 b1 b0
0
. Here, the bits b
b22
and b
b00
denote the Most Significant Bit

(MSB) and Least Significant Bit (LSB) respectively.

The digital switches shown in the above figure will be connected to ground, when the
corresponding input bits are equal to ‘0’. Similarly, the digital switches shown in above figure will be

https://www.tutorialspoint.com/linear_integrated_circuits_applications/linear_integrated_circuits_applications_digital_to_analog_converters.htm 4/5
5/20/2021 Digital to Analog Converters - Tutorialspoint

connected to the negative reference voltage, −


−VVR
R
when the corresponding input bits are equal

to ‘1’.

It is difficult to get the generalized output voltage equation of a R-2R Ladder DAC. But, we can find
the analog output voltage values of R-2R Ladder DAC for individual binary input combinations
easily.
The advantages of a R-2R Ladder DAC are as follows −

R-2R Ladder DAC contains only two values of resistor: R and 2R. So, it is easy to select
and design more accurate resistors.
If more number of bits are present in the digital input, then we have to include required
number of R-2R sections additionally.

Due to the above advantages, R-2R Ladder DAC is preferable over binary weighted resistor DAC.

https://www.tutorialspoint.com/linear_integrated_circuits_applications/linear_integrated_circuits_applications_digital_to_analog_converters.htm 5/5

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy