How does the ENOB of an ADC degrade at higher input frequencies?
ENOB vs. Frequency
The total SNR combines quantization noise, thermal noise, aperture jitter, and harmonic distortion: SNR_total ≈ -10·log10(10^(-SNR_quant/10) + 10^(-SNR_thermal/10) + 10^(-SNR_jitter/10)). At low frequencies: quantization noise dominates and ENOB approaches the ideal value. At high frequencies: jitter dominates and ENOB degrades. The crossover point depends on the ADC's clock jitter specification and resolution.
| Parameter | Pipeline ADC | SAR ADC | Sigma-Delta ADC |
|---|---|---|---|
| Sample Rate | 100 MS/s - 10 GS/s | 1-100 MS/s | 10 kS/s - 50 MS/s |
| Resolution | 8-14 bits | 10-20 bits | 16-24 bits |
| Latency | Several clock cycles | 1 conversion cycle | Many cycles (decimation) |
| Power | High | Low-moderate | Low |
| Typical RF Use | Direct sampling, DPD | Control, monitoring | Audio, baseband |
- Performance verification: confirm specifications against the application requirements before finalizing the design
- Environmental factors: temperature range, humidity, and vibration affect long-term reliability and parameter drift
- Cost vs. performance: evaluate whether the application demands premium components or standard commercial grades
Frequently Asked Questions
How do I minimize ENOB degradation?
Use a low-jitter clock source (< 100 fs RMS for multi-GHz ADCs). Use a dedicated clock buffer/driver with low additive jitter. Keep the clock path short and impedance-matched. Use a bandpass filter before the ADC to limit the input bandwidth and reduce noise folding. Some ADCs have an internal clock divider that can reduce the effective jitter.
Is ENOB the same as SINAD?
ENOB is calculated from SINAD: ENOB = (SINAD - 1.76) / 6.02. SINAD (signal-to-noise-and-distortion ratio) includes all noise and distortion. A higher SINAD means more ENOB. At the ADC's specified maximum input frequency, the data sheet ENOB is typically 1-3 bits below the nominal resolution.