A successive approximation
ADC is a type of analog-to-digital converter that converts
a continuous analog waveform into a discrete digital representation
via a binary search through all possible quantization levels before
finally converging upon a digital output for each conversion.
Fig: Successive approximation ADC block diagram
Key
- DAC = digital-to-analog converter
- EOC = end of conversion
- SAR = successive approximation register
- S/H = sample and hold circuit
- Vin = input voltage
- Vref = reference voltage
Algorithm:
The successive approximation
analog-to-digital converter circuit typically consists of four
chief subcircuits:
- A sample and hold circuit to
acquire the input voltage (Vin).
- An analog voltage comparator that
compares Vin to the output of the internal DAC
and outputs the result of the comparison to the successive
approximation register (SAR).
- A successive approximation register
subcircuit designed to supply an approximate digital code of
Vin to the internal DAC.
- An internal reference DAC that, for
comparison with VREF, supplies the comparator
with an analog voltage equal to the digital code output of the
SARin.
I clearly explained and provided the
block diagram for successive approximation ADC. Hope you
understand. Thank you!!!