Stairstep-ramp ADC (4-bit) — With clock frequency = 100 kHz (period = 10 microseconds), full-scale = 10 V, and an input of 6 V applied, estimate the conversion time for the counter/stairstep process (time to reach or exceed the input level).

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:

  • Resolution: 4 bits ⇒ 2^4 = 16 staircase steps across 0–10 V.
  • Clock frequency: f_clk = 100 kHz ⇒ T_clk = 10 microseconds per step.
  • Input voltage: V_in = 6 V; full-scale: V_FS = 10 V.
  • Each step height: V_step = V_FS / 16 = 10 / 16 = 0.625 V.


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:

Compute steps: steps ≈ (6 / 10) * 16 = 9.6 ≈ about 10 steps (implementation dependent).Time per step: T_clk = 1 / 100 kHz = 10 microseconds.Estimated conversion time: 9–10 steps * 10 microseconds ≈ 90–100 microseconds.


Verification / Alternative check:

Maximum conversion time occurs at full-scale: 16 steps * 10 microseconds = 160 microseconds (matches the full-scale limit).


Why Other Options Are Wrong:

10 microseconds: Only one step; far less than the ~9–10 steps needed.160 microseconds: That is the worst case at full-scale (10 V), not at 6 V.6250 seconds: Physically unreasonable for these parameters.


Common Pitfalls:

Forgetting that counter-type ADC time varies with V_in, not fixed.Confusing step height with step time.


Final Answer:

90 microseconds

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion