ADC Sampling Time Calculator
Conversion time and max sample rate from ADC clock, resolution, and sampling cycles.
Result
Conversion time
–
Max sample rate
–
Full scan time
–
Scan rate
–
All sampling times
| Sampling cycles | Total cycles | Conversion time | Max sample rate |
|---|
How it works
A successive-approximation ADC conversion takes a fixed number of sampling cycles (to charge the sample-and-hold capacitor) plus a resolution-dependent number of bit-trial cycles:
tconv = (sampling cycles + resolution cycles) ÷ fADC
Resolution cycles are resolution/2 + 0.5 (e.g. 12.5 cycles for 12-bit). Longer
sampling times improve accuracy on high-impedance sources at the cost of throughput; scanning
multiple channels multiplies the per-channel conversion time.