diff --git a/modules/module_3_8_bit_SAR_ADC/Introduction.md b/modules/module_3_8_bit_SAR_ADC/Introduction.md index e4c0bd16..13fd8f5f 100644 --- a/modules/module_3_8_bit_SAR_ADC/Introduction.md +++ b/modules/module_3_8_bit_SAR_ADC/Introduction.md @@ -1,12 +1,14 @@ -Introduction to SAR ADCs +# Introduction to SAR ADCs -Successive Approximation Register (SAR) 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. +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. A differential SAR structure improves noise immunity and dynamic range, which is the focus in this context. +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 +
+
+