IHP-AnalogAcademy/modules/module_3_8_bit_SAR_ADC
PhillipRambo 67efd64bdf FIX pex 2026-02-02 17:02:36 +01:00
..
.media restructure media 2025-04-30 09:51:22 +02:00
part_1_comparator copy xschemrc 2026-02-02 16:41:28 +01:00
part_2_digital_comps copy xschemrc 2026-02-02 16:41:28 +01:00
part_3_array_components copy xschemrc 2026-02-02 16:41:28 +01:00
part_4_SAR_ADC change all to readme 2026-02-02 15:05:10 +01:00
part_5_analog_layout FIX pex 2026-02-02 17:02:36 +01:00
README.md change all to readme 2026-02-02 15:05:10 +01:00

README.md

Introduction to SAR ADCs

Successive Approximation Register (SAR) Analog to Digital Converters (ADCs) are a type of Nyquist-rate analog-to-digital converter known for their excellent balance between resolution, power efficiency, and area. Unlike flash or integrating ADCs, SAR ADCs use a sequential binary search algorithm to resolve each bit of the input signal. This makes them especially suitable for moderate-speed, low-power applications, and ideal for deep submicron CMOS processes where digital circuitry scales well.

At the heart of a SAR ADC lies a comparator, capacitive DAC (C-DAC), and control logic, working together to iteratively approximate the input voltage. Below a block diagram for differential SAR ADC can be seen

A key component is the charge redistribution technique used in the C-DAC, which determines the power and area efficiency. While conventional switching is straightforward, it results in high energy usage due to unnecessary charge and discharge cycles. To address this, monotonic switching schemes are employed. They allow direct sampling on top plates, reducing total capacitance and energy consumption—using as little as 18.7% of the energy compared to conventional methods.

However, top-plate sampling introduces common-mode variation at the comparator input, potentially affecting linearity due to input-referred offset. This trade-off must be carefully managed in high-performance ADC designs.

In this chapter, well explore the structure, operation, and simulation techniques for SAR ADCs, with a focus on emphazisign the workflow with OS tools