Resistor Ladder
   HOME

TheInfoList



OR:

A resistor ladder is an electrical circuit made from repeating units of
resistors A resistor is a passive two-terminal electrical component that implements electrical resistance as a circuit element. In electronic circuits, resistors are used to reduce current flow, adjust signal levels, to divide voltages, bias active el ...
. Two configurations are discussed below, a string resistor ladder and an R-2R ladder. An R–2R ladder is a simple and inexpensive way to perform
digital-to-analog conversion In electronics, a digital-to-analog converter (DAC, D/A, D2A, or D-to-A) is a system that converts a digital signal into an analog signal. An analog-to-digital converter (ADC) performs the reverse function. There are several DAC archit ...
, using repetitive arrangements of precise
resistor network A network, in the context of electrical engineering and electronics, is a collection of interconnected components. Network analysis is the process of finding the voltages across, and the currents through, all network components. There are many t ...
s in a
ladder A ladder is a vertical or inclined set of rungs or steps used for climbing or descending. There are two types: rigid ladders that are self-supporting or that may be leaned against a vertical surface such as a wall, and rollable ladders, such a ...
-like configuration. A string resistor ladder implements the non-repetitive reference network.


String resistor ladder network (analog to digital conversion, or ADC)

A string of many, often equally dimensioned, resistors connected between two reference voltages is a resistor string ladder network. The resistors act as
voltage divider In electronics, a voltage divider (also known as a potential divider) is a passive linear circuit that produces an output voltage (''V''out) that is a fraction of its input voltage (''V''in). Voltage division is the result of distributing the in ...
s between the referenced voltages. Each tap of the string generates a different voltage, which can be compared with another ''voltage'': this is the basic principle of a
flash ADC A flash ADC (also known as a direct-conversion ADC) is a type of analog-to-digital converter that uses a linear voltage ladder with a comparator at each "rung" of the ladder to compare the input voltage to successive reference voltages. Often these ...
(analog-to-digital converter). Often a voltage is converted to a ''current'', enabling the possibility to use an R–2R ladder network. * Disadvantage: for an ''n''-bit ADC, the number of resistors
grows exponentially Exponential growth is a process that increases quantity over time. It occurs when the instantaneous rate of change (that is, the derivative) of a quantity with respect to time is proportional to the quantity itself. Described as a function, a q ...
, as 2^n resistors are required, while the R–2R resistor ladder only increases linearly with the number of bits, as it needs only 2n resistors. * Advantage: higher impedance values can be reached using the same number of components.


R–2R resistor ladder network (digital to analog conversion)

A basic R–2R resistor ladder network is shown in Figure 1. Bit a''n''−1 (most significant bit, MSB) through bit a0 (least significant bit, LSB) are driven from digital logic gates. Ideally, the bit inputs are switched between ''V'' = 0 (logic 0) and ''V'' = ''V''ref (logic 1). The R–2R network causes these digital bits to be weighted in their contribution to the output voltage ''V''out. Depending on which bits are set to 1 and which to 0, the output voltage (''V''out) will have a corresponding stepped value between 0 and ''V''ref minus the value of the minimal step, corresponding to bit 0. The actual value of ''V''ref (and the voltage of logic 0) will depend on the type of technology used to generate the digital signals. For a digital value VAL, of a R–2R DAC with ''N'' bits and 0 V/''V''ref logic levels, the output voltage ''V''out is: : V_o = V_ \times \tfrac For example, if ''N'' = 5 (hence 2''N'' = 32) and ''V''ref = 3.3 V (typical CMOS logic 1 voltage), then ''V''out will vary between 0 volts (VAL = 0 = 000002) and the maximum (VAL = 31 = 111112): : V_o = 3.3\,\text \times \tfrac = 3.196875\,\text with steps (corresponding to VAL = 1 = 000012) : \Delta V_o = 3.3\,\text \times \tfrac = 0.103125\,\text The R–2R ladder is inexpensive and relatively easy to manufacture, since only two resistor values are required (or even one, if R is made by placing a pair of 2R in parallel, or if 2R is made by placing a pair of R in series). It is fast and has fixed output impedance R. The R–2R ladder operates as a string of
current divider In electronics, a current divider is a simple linear circuit that produces an output current (''I''X) that is a fraction of its input current (''I''T). Current division refers to the splitting of current between the branches of the divider. The cu ...
s, whose output accuracy is solely dependent on how well each resistor is matched to the others. Small inaccuracies in the MSB resistors can entirely overwhelm the contribution of the LSB resistors. This may result in non-
monotonic In mathematics, a monotonic function (or monotone function) is a function between ordered sets that preserves or reverses the given order. This concept first arose in calculus, and was later generalized to the more abstract setting of order ...
behavior at major crossings, such as from 011112 to 100002. Depending on the type of logic gates used and design of the logic circuits, there may be transitional voltage spikes at such major crossings even with perfect resistor values. These can be filtered with capacitance at the output node (the consequent reduction in bandwidth may be significant in some applications). Finally, the 2R resistance is in series with the digital-output impedance. High-output-impedance gates (e.g.,
LVDS Low-voltage differential signaling (LVDS), also known as TIA/EIA-644, is a technical standard that specifies electrical characteristics of a differential, serial signaling standard. LVDS operates at low power and can run at very high speeds ...
) may be unsuitable in some cases. For all of the above reasons (and doubtless others), this type of DAC tends to be restricted to a relatively small number of bits; although integrated circuits may push the number of bits to 14 or even more, 8 bits or fewer is more typical.


Accuracy of R–2R resistor ladders

Resistors used with the more significant bits must be proportionally more accurate than those used with the less significant bits; for example, in the R–2R network discussed above, inaccuracies in the bit-4 (MSB) resistors must be insignificant compared to R/32 (i.e., much better than 3%). Further, to avoid problems at the 100002-to-011112 transition, the sum of the inaccuracies in the lower bits must be significantly less than R/32. The required accuracy doubles with each additional bit: for 8 bits, the accuracy required will be better than 1/256 (0.4%). Within
integrated circuits An integrated circuit or monolithic integrated circuit (also referred to as an IC, a chip, or a microchip) is a set of electronic circuits on one small flat piece (or "chip") of semiconductor material, usually silicon. Large numbers of tiny ...
, high-accuracy R–2R networks may be printed directly onto a single substrate using
thin-film A thin film is a layer of material ranging from fractions of a nanometer (monolayer) to several micrometers in thickness. The controlled synthesis of materials as thin films (a process referred to as deposition) is a fundamental step in many ap ...
technology, ensuring the resistors share similar
electrical Electricity is the set of physical phenomena associated with the presence and motion of matter that has a property of electric charge. Electricity is related to magnetism, both being part of the phenomenon of electromagnetism, as described by ...
characteristics. Even so, they must often be laser-trimmed to achieve the required precision. Such on-chip resistor ladders for
digital-to-analog converter In electronics, a digital-to-analog converter (DAC, D/A, D2A, or D-to-A) is a system that converts a digital signal into an analog signal. An analog-to-digital converter (ADC) performs the reverse function. There are several DAC architec ...
s achieving 16-bit accuracy have been demonstrated.http://www.ti.com/lit/ds/symlink/dac161s055.pdf


Resistor ladder with unequal rungs

It is not necessary that each "rung" of the R–2R ladder use the same resistor values. It is only necessary that the "2R" value matches the sum of the "R" value plus the Thévenin-equivalent resistance of the lower-significance rungs. Figure 2 shows a linear 4-bit DAC with unequal resistors. This allows a reasonably accurate DAC to be created from a heterogeneous collection of resistors by forming the DAC one bit at a time. At each stage, resistors for the "rung" and "leg" are chosen so that the rung value matches the leg value plus the equivalent resistance of the previous rungs. The rung and leg resistors can be formed by pairing other resistors in series or parallel in order to increase the number of available combinations. This process can be automated.


See also

* Logarithmic resistor ladder *
Digital-to-analog converter In electronics, a digital-to-analog converter (DAC, D/A, D2A, or D-to-A) is a system that converts a digital signal into an analog signal. An analog-to-digital converter (ADC) performs the reverse function. There are several DAC architec ...
* Covox Speech Thing * Voltage ladder


References


External links

{{Commons category, Mixed analog and digital circuits
ECE209: DAC Lecture Notes
- Ohio State University
EE247: D/A Converters
- Berkeley University of California
Simplified DAC/ADC Lecture Notes
- University of Michigan
Digital to Analog Converters (slides)
- Georgia Tech
Tutorial MT-014: String DACs and Fully-Decoded DACs
- Analog Devices
Tutorial MT-015: Binary DACs
- Analog Devices
Tutorial MT-016: Segmented DACs
- Analog Devices
Tutorial MT-018: Intentionally Nonlinear DACs
- Analog Devices
R2R Resistor Ladder Networks
- BI Technologies
R/2R Ladder Networks Application Note
- TT Electronics Analog circuits