What is the Nyquist sampling theorem and how does it apply to bandpass sampling of RF signals?
Bandpass Sampling for RF
Bandpass sampling is one of the most powerful techniques in digital RF receiver design. It allows the ADC to directly digitize an RF signal without first mixing it down to baseband, simplifying the receiver architecture.
| 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
- Interface compatibility: verify impedance, connector type, and mechanical form factor match the system architecture
- Margin allocation: include sufficient design margin to account for manufacturing tolerances and aging effects
Frequently Asked Questions
Does bandpass sampling degrade the SNR?
Not inherently: the signal power and noise bandwidth are preserved through the sampling process. However: (1) The jitter sensitivity increases with the input frequency (not the sampling rate). At f_c = 3.5 GHz and t_j = 100 fs: SNR_jitter = -20×log10(2pi × 3.5e9 × 100e-15) = 55 dB. This is the same regardless of whether f_s = 7 GHz (direct sampling) or f_s = 300 MHz (bandpass sampling). The signal is at 3.5 GHz, so the jitter effect is the same. (2) The ADC thermal noise is determined by the ADC architecture, not the sampling rate. At lower f_s: the ADC typically has better ENOB (fewer bits lost to comparator speed limitations). This actually improves the SNR. (3) The anti-aliasing filter adds some insertion loss (0.5-2 dB). This reduces the signal power by that amount. Net: bandpass sampling typically provides equivalent or slightly better SNR than direct sampling at the same input frequency.
What are the Nyquist zones?
The Nyquist zones are frequency bands defined by the sampling rate: First Nyquist zone: 0 to f_s/2. Second Nyquist zone: f_s/2 to f_s. Third Nyquist zone: f_s to 3f_s/2. And so on. Any signal in the n-th Nyquist zone is aliased to the first Nyquist zone (0 to f_s/2) after sampling. Signals in odd-numbered zones (1st, 3rd, 5th) are aliased without spectral inversion (the frequency axis is preserved). Signals in even-numbered zones (2nd, 4th, 6th) are aliased with spectral inversion (the frequency axis is reversed). The spectral inversion must be corrected in the digital processing (by conjugating the complex samples or by swapping I and Q).
Can I bandpass sample multiple signals simultaneously?
Yes, if the signals do not overlap after aliasing: (1) Place the anti-aliasing filter to pass all desired signals. (2) Choose f_s so that each signal aliases to a different position in the first Nyquist zone. (3) After sampling: separate the signals using digital filtering (each signal is at a known digital IF). Example: two radar bands at 76-77 GHz and 79-81 GHz (after mixing to IF at 1-2 GHz and 4-6 GHz). Choose f_s = 10 GHz: both bands alias into the first Nyquist zone (0-5 GHz) at their original IF frequencies (1-2 GHz and 4-5 GHz). No overlap. Digital filters separate the two bands. Challenge: the ADC must have sufficient bandwidth and SFDR to handle all signals simultaneously. The dynamic range must accommodate the total power of all signals plus any interference.