Automatic Gain Control (Radar)
Understanding AGC in Radar
Radar faces a dynamic range problem that is orders of magnitude more severe than communications. A ground-based surveillance radar might detect a 10 m² RCS aircraft at 200 km (tiny signal) while simultaneously receiving ground clutter from 1 km away (massive signal). The received power follows the radar range equation's R&sup4; dependency, meaning that a target at 1 km returns 108 (100 million) times more power than the same target at 100 km. Add clutter, and the instantaneous dynamic range can exceed 130 dB.
Pr = (Pt × G² × λ² × σ) / ((4π)³ × R&sup4;)
Dynamic Range from Range Variation:
ΔP = 40 × log10(Rmax / Rmin) dB
Example:
Rmax = 200 km, Rmin = 2 km
ΔP = 40 × log10(100) = 80 dB from range alone
Add 30 to 50 dB for clutter RCS variation = 110 to 130 dB total
Radar AGC Techniques
| Technique | How It Works | Speed | Best For |
|---|---|---|---|
| Sensitivity Time Control (STC) | Pre-programmed gain ramp: low gain at near range, increasing gain vs. time after pulse. | Pre-set (open loop) | Ground clutter rejection in weather and surveillance radars. |
| Instantaneous AGC (IAGC) | Fast feedback loop adjusts gain on a range-cell-by-cell basis (nanosecond response). | Nanoseconds | Preventing strong target masking of adjacent weak targets. |
| Logarithmic Receiver | Successive detection log amplifier compresses 80+ dB into a linear voltage output. | Continuous (no loop) | Radar warning receivers and ECM systems needing instant response across full dynamic range. |
| Digital AGC (DAGC) | High dynamic range ADC + digital gain scaling in FPGA/DSP. | Per sample | Modern AESA radars with adaptive beamforming. |
Sensitivity Time Control (STC) in Detail
STC is the most common radar AGC technique. Immediately after the transmitter fires, the receiver gain is set to its minimum value because the strongest returns (ground clutter, buildings, terrain) arrive first from short range. As time progresses and the listening window extends to longer ranges, the STC circuit ramps the gain upward, typically following the inverse of the R&sup4; law. The STC curve is usually adjustable by the radar operator to match the specific terrain and weather conditions.
The critical design parameter is the STC breakpoint: the range at which STC gain reaches maximum and the receiver operates at full sensitivity. Setting the breakpoint too close leaves near-range clutter unattenuated. Setting it too far reduces sensitivity at medium ranges where targets of interest may exist. Weather radars, for example, set aggressive STC curves because rain clutter at near range can be 60 dB stronger than the distant storm cells they need to image.
Frequently Asked Questions
How does radar AGC differ from communications AGC?
Communications AGC adjusts gain slowly (milliseconds) to track a single signal's fading. Radar AGC must handle 120+ dB of dynamic range that changes within microseconds as the radar sweeps from near-range clutter to distant targets within a single pulse repetition interval. Radar AGC uses range-dependent gain profiles (STC) and pulse-to-pulse adaptation (IAGC) that are fundamentally different from the steady-state feedback loops in communication receivers.
What is Sensitivity Time Control (STC)?
STC is a pre-programmed gain profile that increases receiver gain as a function of time after each transmitted pulse. Immediately after transmission, gain is minimum (to reject powerful near-range ground clutter). As the listening window extends to longer ranges, gain ramps up to maintain sensitivity to weak, distant targets. The STC curve typically follows the inverse of the R-to-the-fourth range equation.
Can AGC cause a radar to miss targets?
Yes. If AGC responds to a strong clutter return or a nearby large target and reduces gain, a smaller target at a slightly different range may fall below the detection threshold. This is called target masking. Modern radars mitigate this using Instantaneous AGC (IAGC) with nanosecond attack times that adjust gain on a cell-by-cell basis rather than averaging over the entire receive window.