Radar Signal Processing
What Is Radar Signal Processing?
Radar signal processing is the set of techniques applied to the electrical signals received by a radar system to extract information about targets, determine their locations and velocities, and suppress competing returns from clutter and interference. Raw radar receiver output contains a mixture of target echoes, thermal noise, ground and weather clutter, and intentional jamming; signal processing separates the target information from these masking effects and presents the result to a tracker or display system. The field encompasses waveform design, matched filtering, Doppler processing, and statistical detection and estimation algorithms that run in real time on hardware ranging from field-programmable gate arrays to high-performance computing clusters.
Radar signal processing draws from digital signal processing, statistical detection theory, and information theory. Many of its foundational results, including the optimal matched filter and the Neyman-Pearson detection criterion, were established in the 1940s and 1950s and remain central to modern system design, extended by more recent contributions in adaptive filtering, compressed sensing, and machine learning.
Pulse Compression and Matched Filtering
Pulse compression addresses the fundamental tension between transmit energy, which improves signal-to-noise ratio and range, and range resolution, which requires short pulses. A radar transmitting a linearly frequency-modulated (LFM) chirp distributes its energy across a long pulse duration but encodes the time-frequency relationship needed to compress the received echo to a short spike after processing. The matched filter, which correlates the received waveform with a time-reversed copy of the transmitted signal, maximizes output signal-to-noise ratio for a given transmitted waveform. In the digital domain, matched filtering is typically implemented as a fast Fourier transform multiplication followed by an inverse FFT, exploiting the convolution theorem for computational efficiency. The ScienceDirect overview of pulse-compression radar describes how LFM and phase-coded waveforms achieve range-time sidelobe control alongside fine resolution.
Clutter Suppression and Doppler Processing
Ground clutter from stationary terrain can exceed target returns by 40 to 60 dB, requiring specialized processing to distinguish slow-moving or stationary targets from background returns. Moving target indication (MTI) filters subtract successive pulses to cancel stationary clutter, relying on the fact that fixed surfaces return identical signals from pulse to pulse. Moving target detection (MTD) extends this concept to a Doppler filterbank, typically implemented as a coherent processing interval of 8 to 64 pulses transformed by a fast Fourier transform, yielding a two-dimensional range-Doppler map that separates targets by both range and velocity. Weather clutter and chaff are distinguished from aircraft by their spread in Doppler frequency, and polarimetric processing adds an additional separation dimension. The IEEE paper on pulse-Doppler signal processing with quadrature compressive sampling addresses how Doppler processing chains are adapted for sparse waveform acquisition.
CFAR Detection
After pulse compression and clutter filtering, the radar must decide at each range-Doppler cell whether a target is present. The constant false alarm rate (CFAR) detector adaptively computes a decision threshold from the power observed in cells surrounding the cell under test, maintaining a nominally constant probability of false alarm across changing clutter levels. Cell-averaging CFAR estimates the clutter power from neighboring range cells; ordered-statistics CFAR uses a ranked estimate to handle target returns spilling into the reference window. In cluttered environments, two-dimensional CFAR processors examine both range and Doppler neighbors simultaneously. The complete processing chain, from pre-processing and pulse compression through MTD and CFAR, is described in an IEEE conference paper on CFAR detector performance under jamming.
Applications
Radar signal processing has applications in a wide range of fields, including:
- Air surveillance and air defense target detection
- Airborne weather radar precipitation intensity estimation
- Automotive forward collision warning and adaptive cruise control
- Ground moving target indication for battlefield surveillance
- Marine navigation and harbor traffic monitoring
- Synthetic aperture radar image formation from raw phase history data