Settling Time to N-Bit Accuracy

ts = (N + 1) · ln2 · τ

Calculator

Result

Formula

ts = (N + 1) × ln(2) × τ

Description

To settle a single-pole exponential response to within half an LSB of an N-bit converter takes a fixed number of time constants—about 0.69 × (N + 1). This determines how quickly an ADC driver or multiplexed signal can be sampled at full accuracy. Higher resolution demands more settling time, trading throughput against precision.

Variables

  • ts — Settling time to ½ LSB (s)
  • N — Resolution in bits
  • τ — Dominant time constant of the response (s)

Practical Notes

Settling to 12 bits needs ~9 time constants; to 16 bits ~12. Real amplifiers add slew-rate and higher-order terms, so allow margin beyond this single-pole estimate.