From d3cd7945852040252785881334f1e151e1329d9e Mon Sep 17 00:00:00 2001 From: PhillipRambo <93056982+PhillipRambo@users.noreply.github.com> Date: Wed, 9 Apr 2025 14:12:41 +0200 Subject: [PATCH] Update Introduction.md --- modules/module_3_8_bit_SAR_ADC/Introduction.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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 +
+
+