Percentage Resolution of a DAC
The resolution of a Digital-to-Analog Converter (DAC) is the smallest change in output voltage corresponding to a one-bit change in the digital input.
Resolution Formula
Where:
- n = number of bits of the DAC
Percentage Resolution
Full-Scale Range Calculation
The full-scale output voltage of a DAC depends on the reference voltage.
Example (8-bit DAC)
Number of bits (n) = 8
If Vref = 5V:
Common DAC Percentage Resolutions
| DAC Bits | Percentage Resolution |
|---|---|
| 4-bit | 6.67% |
| 8-bit | 0.392% |
| 10-bit | 0.098% |
| 12-bit | 0.0244% |
Why do we use (2n - 1)?
The reason we use 2n - 1 in the denominator is because the first digital input is 00...0 (which outputs 0V).
- For a 4-bit DAC, there are 16 possible states (24).
- The first state is 0, leaving 15 steps to reach the maximum voltage.
- Therefore, we divide by 15 to find the value of a single "step."
Resolution vs. Accuracy
It is a common mistake to think that a high-resolution DAC is always accurate. Here is the difference:
Resolution
The number of possible output levels. It is determined solely by the number of bits (n).
Accuracy
How close the actual analog output is to the theoretical value. This depends on resistor tolerances and temperature.
Practical Application of DAC Resolution
1. Audio Engineering: CD-quality audio uses 16-bit DACs, providing a percentage resolution of 0.0015%, which is necessary for high-fidelity sound.
2. Control Systems: In industrial motor control, a 10-bit or 12-bit DAC is typically sufficient to provide smooth speed transitions.
3. Waveform Generators: High-end laboratory equipment uses 14-bit or 16-bit DACs to produce extremely clean sine waves with minimal quantization noise.
Practice Problem
Question: A 12-bit DAC has a reference voltage of 10V. Calculate the Step Size and Percentage Resolution.
Step 1: Calculate 212 - 1 = 4095.
Step 2: Step Size = 10V / 4095 = 2.44 mV.
Step 3: % Resolution = (1 / 4095) × 100 = 0.0244%.