Difficulty: Easy
Correct Answer: Relatively slow
Explanation:
Introduction / Context:
The up/down tracking (digital-ramp) ADC is a classic converter architecture used when simplicity and low cost are more important than raw speed. Unlike flash or successive-approximation (SAR) converters, the tracking ADC adjusts its internal count step by step toward the input value, which has direct consequences for speed and response time.
Given Data / Assumptions:
Concept / Approach:
A tracking ADC uses a counter and a DAC. The comparator determines if the DAC's output is above or below the analog input, then the counter increments or decrements by one step per clock until it matches the input. This “chasing” behavior means conversion time depends on how far the current code is from the new code, which can be many counts for large signal changes.
Step-by-Step Solution:
Verification / Alternative check:
Datasheet comparisons typically show tracking ADCs with bandwidth limited by the counter step rate; SAR devices at the same resolution complete conversions in a fixed, small number of cycles (for example, 8–16 cycles), confirming tracking ADCs are slower overall.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Relatively slow
Discussion & Comments