Radar Range Equation Simulator: Detection Range & Signal-to-Noise Ratio

simulator intermediate ~10 min
Loading simulation...
R_max ≈ 245 km for σ = 5 m² target

With 100 kW peak power, 35 dBi gain at 3 GHz, the radar can detect a 5 m² target (typical aircraft) at approximately 245 km with a minimum SNR of 13 dB.

Formula

R_max = [Pt·G²·λ²·σ / ((4π)³·k·T·B·SNR_min)]^(1/4)
SNR = Pt·G²·λ²·σ / ((4π)³·R⁴·k·T·B)
λ = c / f

The Fundamental Radar Equation

The radar range equation is the cornerstone of radar system design. It connects the physical parameters of the radar (transmit power, antenna gain, wavelength) with the target properties (radar cross section) and the environment (noise temperature, bandwidth) to determine the maximum range at which a target can be reliably detected. The equation's R⁴ dependence — arising because the signal must travel to the target and return — is the single most important constraint in radar engineering.

Power, Gain, and the Fourth-Power Law

Since received signal power falls as 1/R⁴, doubling the detection range requires 16 times more transmit power. This harsh scaling law drives the enormous power levels in long-range radar: airport surveillance radars use hundreds of kilowatts, while ballistic missile defense radars can exceed megawatts. Alternatively, increasing antenna gain (larger apertures or phased arrays) improves range as G^(1/2) per dimension, making antenna size a critical design trade.

Noise and Detection Thresholds

The minimum detectable signal is set by thermal noise (kTB) and the required signal-to-noise ratio for reliable detection. A typical threshold is SNR ≥ 13 dB for a probability of detection of 90% with a false alarm rate of 10⁻⁶. Integration of multiple pulses (coherent or non-coherent) can improve SNR by up to N (number of pulses), effectively extending range by N^(1/4) — a key technique in modern pulse-Doppler radars.

System Design Trade-offs

Radar engineers continuously balance competing requirements: longer range demands more power or larger antennas, better resolution requires higher bandwidth, and clutter rejection needs sophisticated signal processing. The radar range equation provides the quantitative framework for these trade-offs, guiding choices from handheld weather radars (milliwatts, meters) to space surveillance networks (megawatts, thousands of kilometers).

FAQ

What is the radar range equation?

The radar range equation relates the received signal power to transmitter power, antenna gain, target radar cross section, wavelength, and range. It shows that received power falls as R⁴ (not R² as in one-way propagation) because the signal must travel to the target and back. This fourth-power law is the fundamental limitation of radar systems.

Why does radar range depend on the fourth root of power?

Since received power falls as 1/R⁴, maximum detection range (where SNR equals the minimum detectable level) scales as the fourth root of transmit power: R_max ∝ Pt^(1/4). This means doubling the detection range requires 16 times more power — a severe practical constraint.

What is a typical radar cross section?

RCS varies enormously: a large commercial aircraft might be 10-100 m², a fighter jet 1-5 m², a stealth aircraft 0.001-0.01 m², a bird 0.01 m², and a human ~1 m². RCS depends on target size, shape, material, and the radar's frequency and viewing angle.

How does frequency affect radar performance?

Lower frequencies (L, S band) propagate farther with less atmospheric loss and are better at detecting stealth targets, but require larger antennas for the same beamwidth. Higher frequencies (X, K band) provide better resolution and smaller antennas but suffer more atmospheric attenuation.

Sources

Embed

<iframe src="https://homo-deus.com/lab/radar-systems/radar-range/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub