Difficulty: Medium
Correct Answer: 90 microseconds
Explanation:
Introduction / Context:
A stairstep-ramp (counter-type) analog-to-digital converter generates a digital count from 0 upward while a DAC creates a corresponding staircase. A comparator stops the count when the DAC staircase reaches the analog input. The conversion time therefore depends on the input amplitude (larger inputs take more steps) and the clock rate (how fast steps occur).
Given Data / Assumptions:
Concept / Approach:
Conversion time is approximately the number of steps needed to reach (or just exceed) V_in multiplied by the clock period. Steps required ≈ (V_in / V_FS) * 16. Because the comparator halts on the first step at or above V_in, practical answers round to the nearest whole step based on implementation specifics.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments