Introduction to A/D & D/A convertors & their types

Comprehensive study notes, diagrams, and exam preparation for Introduction to A/D & D/A convertors & their types.

Introduction to A/D & D/A Convertors & Their Types

Definition

An Analog-to-Digital Converter (A/D or ADC) is an electronic circuit that converts a continuously varying analog input signal into a corresponding digital output code.

A Digital-to-Analog Converter (D/A or DAC) is an electronic circuit that converts a digital input code into a corresponding analog output signal.

Together, ADCs and DACs form the bridge between the analog physical world and the digital processing world, enabling accurate signal acquisition, processing, storage, and reproduction.


Main Content

1. Analog-to-Digital Converter (ADC)

  • An ADC samples the analog input at specific time intervals, measures the input amplitude, and produces a binary number that represents the input level at that instant.
  • It is used where analog signals must be read by digital devices, such as reading temperature sensors, audio signals, biomedical signals, and industrial instrumentation data.

Key idea: An ADC does not convert every possible analog value exactly; it approximates the signal using finite resolution. The quality of this conversion depends on resolution, sampling rate, quantization, and accuracy.

Example:
If a temperature sensor gives 2.65 V and the ADC reference is 5 V with 10-bit resolution, the ADC assigns a digital code that best represents 2.65 V among 1024 possible levels.


2. Digital-to-Analog Converter (DAC)

  • A DAC receives a digital input word and generates a proportional analog output, usually as voltage or current.
  • It is used in audio devices, waveform generators, control systems, signal conditioning circuits, and communication transmitters.

Key idea: A DAC produces a staircase-like output internally, which is often smoothed by filtering to obtain a continuous analog waveform.

Example:
A 8-bit DAC receiving input code 10101010 will produce an analog output corresponding to that code’s decimal value, scaled by the reference voltage or current.


3. Types, Characteristics, and Performance Factors

Types of ADCs

  • Flash ADC, Successive Approximation ADC, Dual-Slope ADC, Sigma-Delta ADC, Counter-Type ADC, Tracking ADC.

Types of DACs

  • Binary Weighted Resistor DAC, R-2R Ladder DAC, Current Steering DAC, Multiplying DAC.

Performance factors

  • resolution, speed, accuracy, linearity, monotonicity, conversion time, settling time, and reference stability.

Resolution: Smallest change in analog input that can be detected or produced.
Quantization error: Difference between actual analog value and its nearest digital representation.
Sampling theorem: To capture a signal correctly, the sampling frequency should be at least twice the highest frequency component in the signal.

Example of resolution:
For an ADC with 8-bit resolution and 0–5 V range, the number of levels is 2⁸ = 256. The step size is approximately 5/256 ≈ 19.53 mV.


Working / Process

1. Signal acquisition and conditioning

  • The analog signal is first prepared for conversion using amplification, filtering, or level shifting.
  • A low-pass anti-aliasing filter is often used before ADC conversion to remove unwanted high-frequency components.
  • In DAC applications, the digital input may be buffered or latched before conversion.

2. Conversion operation

  • In an ADC, the analog voltage is compared against internal reference levels and assigned a binary output code.
  • In a DAC, the binary input is decoded into weighted currents or voltages that combine to produce the output analog level.
  • The conversion method depends on the converter type; for example, flash ADC uses parallel comparison, while R-2R DAC uses resistor ladders.

3. Output formation and reconstruction

  • The ADC output is a digital word that can be stored, transmitted, or processed.
  • The DAC output is usually filtered by a reconstruction low-pass filter to remove stepping and recover a smooth analog waveform.
  • In practical systems, timing synchronization and reference stability are critical for faithful conversion.

ASCII diagram for signal conversion flow:

Analog Signal ---> [ADC] ---> Digital Data ---> [Processor/Memory] ---> [DAC] ---> Analog Output

ASCII diagram for basic idea of quantization:

Analog input
  |
  |      __
  |     |  |      __
  |  __ |  |  __ |  |
  | |  ||  ||  ||  |
  +----------------------> time
     continuous      digital steps

Advantages / Applications

  • Enables communication between analog-world devices and digital processors, making modern embedded and computer-based systems possible.
  • Provides accurate measurement, monitoring, storage, and analysis of real-world signals in systems like sensors, medical devices, and industrial automation.
  • Supports sound recording/playback, image acquisition, motor control, telemetry, instrumentation, and data acquisition systems.

Examples of applications:

ADC

  • digital thermometers, oscilloscopes, ECG machines, sensor interfacing, data loggers.

DAC

  • audio players, speaker systems, function generators, programmable power supplies, motor speed controllers.

Summary

  • ADC changes analog signals into digital codes, and DAC changes digital codes back into analog signals.
  • Their operation is based on sampling, quantization, and reconstruction of signals.
  • Different converter types are used depending on speed, accuracy, and application requirements.
  • Important terms to remember: ADC, DAC, sampling, quantization, resolution, conversion time, reference voltage.