Determine the maximum allowable RMS clock jitter (aperture jitter) for your analog-to-digital converter given input frequency and target SNR/ENOB. Essential for high-speed data acquisition, RF sampling, and signal integrity design.
Aperture jitter (also called sampling clock jitter) refers to the random variation in the sampling instant of an analog-to-digital converter. Even an ideal ADC with infinite resolution suffers from signal-to-noise ratio degradation due to jitter. For a sinusoidal input, the theoretical SNR limitation caused solely by RMS jitter is:
Consequently, given a desired SNR (or ENOB), the maximum allowable RMS aperture jitter is:
Where SNRtarget (in dB) is derived from ENOB: SNR = 6.02·ENOB + 1.76 dB (ideal quantization + jitter assumption). Modern high-speed ADCs (GSPS) require jitter below 50 femtoseconds for broadband RF sampling.
Aperture jitter is a primary bottleneck in radar, software-defined radio, 5G infrastructure, oscilloscopes, and LIDAR systems. Leading semiconductor vendors (Analog Devices, Texas Instruments, Maxim Integrated) provide detailed app notes (AN-501, AN-756) emphasizing jitter analysis. This calculator implements the Walt Kester (ADI) formula widely adopted in data converter handbooks. The results help designers select low-jitter clock sources, PLLs, and optimize sampling architectures.
| Application | Input Freq (MHz) | ENOB (bits) | Max Allowable RMS Jitter | Typical Clock Source |
|---|---|---|---|---|
| GSPS Radar Receiver | 1500 | 10 | 44.2 fs | High-end TCXO + Jitter cleaner |
| Wireless Infrastructure (4G/5G) | 350 | 12.5 | 130 fs | VCXO with PLL & low phase noise |
| Medical Ultrasound | 40 | 14 | 2.6 ps | Standard crystal oscillator |
| High-Fidelity Audio ADC | 0.192 | 20 | 1.98 ns | Simple MEMS oscillator |
| Satellite Communication | 800 | 11 | 132 fs | Ultra-low-jitter SAW oscillator |
An engineer designs a 14-bit ADC (ENOB 12.0 actual) sampling at 200 MHz input frequency. Using our calculator: fin = 200 MHz, ENOB = 12 → SNR = 73.96 dB → max tj,rms ≈ 0.84 ps. Measured clock jitter from a Si5340 PLL is 0.2 ps — well below threshold, so jitter is not the limiting factor. However, at 800 MHz input, maximum jitter reduces to 210 fs, requiring careful clock distribution.
From RMS jitter to phase noise: RMS jitter (tj,rms) is the time-domain equivalent of integrated phase noise. For a given clock source, the single-sideband phase noise L(f) integrates over offset frequency to produce RMS jitter:
When designing clocking circuits, always verify that the oscillator’s integrated jitter (over 12 kHz–20 MHz or relevant bandwidth) meets the calculated maximum. Use tools like ADI’s Jitter Calculator or TI’s Clock Design Tool for phase noise integration.
Jitter decomposition in high-speed systems: Total aperture jitter consists of clock path jitter (PLL, buffers, crystal) plus ADC internal aperture jitter (usually specified in datasheet). Use the RSS (root sum square) rule: ttotal = √(tclock² + tadc_int²). Ensure the total is below the maximum calculated by this tool.
Measurement reminder: RMS jitter can be measured with a high-bandwidth oscilloscope (time-interval error) or via phase noise analyzer. For sub-ps jitter, specialized equipment like a phase noise test set (e.g., R&S FSWP) is required.
Practical rule-of-thumb: For every 6 dB increase in SNR target, maximum allowed jitter halves. For every doubling of input frequency, allowable jitter halves. This calculator helps you set realistic clock jitter specifications early in the design phase.