Clutter Cancellation
Understanding Clutter Cancellation
Radar "clutter" is any return that is not a target of interest. For a ground-based surveillance radar, ground clutter from terrain and buildings can be 60 dB stronger than an aircraft echo. For a maritime radar, sea clutter from waves dominates at low grazing angles. For weather radar, precipitation clutter masks aircraft. Clutter cancellation exploits the one property that distinguishes targets from clutter: motion.
Stationary clutter produces zero Doppler shift between successive pulses. A moving target produces a phase change proportional to its radial velocity. The simplest canceller subtracts consecutive pulse returns: clutter cancels, targets do not. More sophisticated methods use FFT-based Doppler processing to sort all returns by velocity, placing clutter in a narrow zero-Doppler filter that is discarded.
y(n) = x(n) − x(n−1)
H(f) = 2 sin(πf/fPRF), null at f = 0 (zero Doppler)
Rejection: 20-30 dB for stable clutter
3-Pulse Canceller (optimum):
y(n) = x(n) − 2x(n−1) + x(n−2)
Rejection: 30-40 dB, wider notch
Pulse-Doppler (N-pulse FFT):
Doppler resolution: Δf = PRF/N
Clutter rejection: ≈ 10 log10(N) + system stability
Improvement Factor (I):
I = S/Cout / S/Cin (dB)
Example: 32-pulse Doppler, PRF=10 kHz → Δf=312 Hz, ~60 dB rejection in zero-Doppler bin.
Clutter Cancellation Techniques Comparison
| Technique | Rejection | Blind Speeds? | Platform | Complexity |
|---|---|---|---|---|
| 2-Pulse MTI | 20-30 dB | Yes (v = nλfPRF/2) | Ground | Minimal |
| 3-Pulse MTI | 30-40 dB | Yes | Ground | Low |
| Staggered PRF MTI | 30-40 dB | Reduced | Ground | Medium |
| Pulse-Doppler (FFT) | 40-70 dB | No (velocity resolved) | Ground/Air | Medium |
| STAP | 50-80 dB | No | Airborne | Very high |
Frequently Asked Questions
MTI vs. pulse-Doppler?
MTI uses 2-3 pulse subtraction for 20-40 dB rejection but has blind speeds. Pulse-Doppler uses N-pulse FFT for 40-70 dB rejection, resolves targets by velocity, and avoids blind speeds. Pulse-Doppler requires coherent transmitter and has range-Doppler ambiguity trade-offs.
What is STAP?
Space-Time Adaptive Processing jointly processes spatial (array) and temporal (pulse) dimensions. Needed for airborne radar because platform motion spreads ground clutter across the Doppler spectrum, creating an angle-Doppler clutter ridge that simple MTI cannot remove.
What limits cancellation performance?
Internal clutter motion (vegetation: 0.1-1 m/s, sea: 1-5 m/s), platform motion errors, transmitter phase noise (sets a floor), and discrete clutter from point scatterers like towers that can saturate the receiver.