ADC Block Symbol

ADC Block symbolADC
The ADC Block symbol (IEC 60617 / ANSI Y32.2).

Definition: The ADC Block symbol represents an Analog-to-Digital Converter functional block in circuit and system diagrams, denoting a circuit element that samples a continuous analog input voltage and produces a proportional discrete digital binary code at its output, as standardised in IEEE 315-1975 / ANSI Y32.2 and IEC 60617-12 rectangular block symbol conventions, with an Analog In pin and a Digital Out pin.

Also known as: Analog-to-Digital Converter, A/D converter, A-to-D, ADC block, digitiser, analog digitiser, signal digitiser, ADC module symbol.

What the ADC Block symbol means

The ADC Block symbol marks the boundary between an analog signal domain and a digital processing domain in a schematic or block diagram. The Analog In pin receives a continuously varying voltage (representing a physical quantity such as temperature, pressure, or audio) and the Digital Out pin provides a binary number whose magnitude is proportional to the instantaneous analog input voltage, sampled at a defined sample rate. The resolution of the conversion is expressed in bits (e.g., 8-bit, 12-bit, 16-bit).

In system-level block diagrams the ADC symbol is used to represent the conversion process without specifying the internal architecture, which could be successive approximation register (SAR), sigma-delta, flash, or pipeline. The symbol clarifies that downstream logic receives discrete, quantised digital values derived from the upstream continuous analog signal, enabling digital processing, storage, or transmission of physical-world measurements.

How to identify the ADC Block symbol

The ADC Block symbol is drawn as a rectangle (or a trapezoid in some conventions) with 'ADC' or 'A/D' written inside. The Analog In pin appears on the left side of the block and the Digital Out pin appears on the right. Some schematic styles show the analog side with a sinusoidal waveform and the digital side with a staircase waveform inside the block to visually indicate the conversion function. Optional pins for clock input (CLK), reference voltage (VREF), chip-select (CS), and power supply (VCC, GND) may be shown.

Function in a circuit

An Analog-to-Digital Converter samples the analog input voltage at a defined rate (the sampling frequency, which must be at least twice the maximum signal frequency per the Nyquist theorem), then quantises each sample into a binary code with a resolution of 2^N levels, where N is the bit depth. The maximum quantisation error is ±0.5 LSB (Least Significant Bit). The digital output code is proportional to Vin: Output code = (Vin / Vref) × 2^N. The output is typically delivered as a parallel binary word, SPI stream, or I2C value depending on the ADC implementation.

Standards: IEC vs ANSI

IEC 60617IEC 60617-12 defines the ADC as a rectangular block with 'A/D' or 'ADC' qualifying symbol inside, with the analog input on the left and digital output on the right. The standard uses the 'coder/decoder' symbol family for conversion blocks.
ANSI/IEEE 315IEEE 315-1975 / ANSI Y32.2 shows the ADC as a rectangular block with 'A/D' inside, following the general functional symbol conventions. IEEE 1057 defines terminology and performance tests for waveform digitisers (ADCs).
Key differenceIEC 60617-12 and IEEE 315 both use a rectangular block; IEC may use a diagonal slash or waveform qualifier inside the block to indicate analog-to-digital conversion direction, while ANSI/IEEE relies on the 'A/D' label. Functionally identical.

Terminals / pins

PinName
analog_inAnalog In
digital_outDigital Out

Typical values

Common resolutions: 8-bit (256 levels), 10-bit (1024 levels, e.g., Arduino ATmega ADC), 12-bit (4096 levels), 16-bit (65536 levels). Sample rates: audio ADC 44.1kSps–192kSps; instrumentation ADC 1SPS–1MSPS; RF ADC 1GSPS+. Reference voltage (VREF): typically 1.024V, 2.048V, 2.5V, 3.3V, or 5V. Input range: 0 to VREF (unipolar) or ±VREF/2 (bipolar).

Where the ADC Block symbol is used

Example

In a microcontroller temperature monitoring system, the ADC Block symbol appears between a temperature sensor's analog voltage output and the MCU's digital processing block; the 10-bit ADC (Analog In = 0–5V, Digital Out = 0–1023 code) converts the LM35 sensor's 10mV/°C output to a digital value that the MCU firmware scales to degrees Celsius and transmits over UART — the ADC symbol on the block diagram immediately identifies the analog-to-digital interface boundary.

Key facts

Frequently asked questions

What does the ADC block symbol mean in a circuit diagram?

The ADC block symbol means an Analog-to-Digital Converter is used at that point in the circuit. It converts a continuously varying analog voltage on the Analog In pin into a proportional binary digital number on the Digital Out pin, enabling digital electronics to process real-world analog signals such as temperature, sound, or voltage.

What does the ADC symbol look like?

The ADC symbol is a rectangle labelled 'ADC' or 'A/D' inside. The Analog In pin is on the left side and the Digital Out pin is on the right. Some representations show a sinusoidal waveform on the input side and a staircase (quantised) waveform on the output side inside the block to visually indicate the analog-to-digital conversion.

How many pins does the ADC block symbol have?

The basic ADC block symbol has two signal pins: Analog In and Digital Out. Real ADC ICs have additional pins for reference voltage (VREF), clock input (CLK), chip-select or start-convert (/CS or /CONV), serial data output (DOUT for SPI), and power supply (VCC, GND). The block symbol simplifies these to the essential two-pin interface for clarity in system diagrams.

What is ADC resolution and why does it matter?

ADC resolution is the number of bits in the digital output code, determining how many discrete levels the ADC can distinguish. A 10-bit ADC has 2^10 = 1024 levels; measuring 5V gives a step size of 5V/1024 ≈ 4.9mV per LSB. A 16-bit ADC has 65,536 levels (step ≈ 76µV at 5V). Higher resolution means finer measurement precision but typically requires lower sampling speed and more processing bandwidth.

What is the difference between SAR and sigma-delta ADC types?

A SAR (Successive Approximation Register) ADC uses a binary search algorithm to find the input voltage in N clock cycles for N bits, offering medium resolution (8–16 bit) at medium speed (up to several MSPS). A sigma-delta ADC oversamples at very high frequency and uses a feedback integrator to achieve very high resolution (16–24 bit) at lower speeds (audio frequencies), at the cost of latency. The schematic symbol is identical for both.

What standard defines the ADC block symbol?

The ADC block symbol follows IEEE 315-1975 / ANSI Y32.2 for North American schematics and IEC 60617-12 for IEC drawings. Both use a rectangular block labelled 'A/D' or 'ADC'. IEEE 1057 provides additional performance definitions and test methods for waveform digitisers.

What is the Nyquist criterion and how does it relate to the ADC symbol?

The Nyquist criterion states that an ADC must sample at a rate at least twice the highest frequency in the input signal to reconstruct it without aliasing. For example, to digitise audio up to 20kHz, the ADC must sample at a minimum of 40kSPS. The ADC block symbol in a block diagram implicitly represents this requirement, and an anti-aliasing low-pass filter is typically shown on the Analog In side.

Place the ADC Block symbol on a wiring diagram or schematic in the free online circuit diagram maker — no download required.