// RF Theory
Radar Fundamentals
Radar is one of the most impressive applications of RF engineering — it lets you detect objects kilometres away, measure their exact distance, and tell how fast they are moving, all invisibly and instantly. This page explains how radar works from first principles, using simple stories and visuals — no scary maths first.
// The Big Picture
What Is Radar?
RADAR stands for Radio Detection And Ranging. The name tells you everything: it detects objects and measures how far away they are, using radio waves.
The idea is beautifully simple. You shout into a canyon — and a moment later you hear your echo. The longer the echo takes to come back, the further away the canyon wall is. Radar does exactly the same thing, but with radio waves instead of sound, and electronics instead of your ears.
Radio waves travel at the speed of light — 300,000 km per second. So if the echo takes 1 microsecond (one millionth of a second) to return, the target is at: R = c × t / 2 = 300,000,000 × 0.000001 / 2 = 150 metres away. The factor of 2 is because the pulse has to travel there AND back.
Why radio waves and not sound? Sound travels at 340 m/s. At that speed, an echo from 1 km away takes 6 seconds to return — by which time the aircraft has moved 2 km. Radio waves travel at 300,000 km/s, so an echo from 100 km away takes only 0.67 milliseconds. The radar "snapshot" is nearly instantaneous.
// The Key Idea
How the Echo Works — Step by Step
That's it. The entire concept of radar timing in one picture. The radar sends a pulse, waits for the echo, and measures the wait time. Longer wait = further away. A 10 microsecond round-trip means the target is 1.5 km away. A 100 microsecond round-trip means 15 km. It scales perfectly linearly.
// How Far Can Radar See?
The Radar Range Equation
The big question in radar design is: "How far away can I detect a target?" The answer involves a chain of gains and losses — just like a link budget. The radar range equation connects all of them.
The most important thing to notice: range appears to the power of 4. This is because the signal spreads out as it travels to the target (inverse square law), AND spreads out again on the way back. So to double the detection range, you need to increase power by 2⁴ = 16 times. This is why radar engineers obsess over every dB of sensitivity — it pays off far more than in a one-way communication link.
Radar Cross Section (RCS) — How Visible Is the Target?
RCS (σ, measured in m²) describes how much of your radar signal a target reflects back toward you. It is NOT the physical size of the object — it depends on the shape, material, and the angle you're looking from.
A stealth aircraft has the same physical size as a normal fighter jet but is shaped with angled surfaces that scatter radar signals away rather than reflecting them back. Its RCS is reduced from ~6 m² to ~0.01 m² — a 600× reduction. Using the R⁴ rule, this means a radar can only see the stealth aircraft at (0.01/6)^(1/4) = 0.34× the normal detection range — about a third as far. That's the entire principle of stealth design in one number.
// Three Different Approaches
Pulse vs CW vs FMCW — Three Types of Radar
There are three main ways to design a radar, each with different strengths. The choice depends on what you're trying to measure — range, velocity, or both.
1. Pulse Radar — The Classic Approach
Pulse radar sends a short burst of RF energy, then goes completely silent and listens for the echo. It's like shouting "Hey!" into a canyon and then listening carefully. The silence between pulses is where the echoes arrive.
2. CW Radar — Continuous Wave
CW radar transmits continuously — no pulses. It cannot measure range (because you can't measure a delay when there's no gap), but it can measure velocity perfectly using the Doppler effect. Your car's speed camera is a CW radar. So is the police speed gun.
3. FMCW Radar — The Modern Standard
Frequency Modulated Continuous Wave (FMCW) is the most popular radar type today. It's in every modern car, many weather radars, and most short-range industrial radars. It solves the problem of CW (can't measure range) by sweeping the frequency up and down — like a siren that goes from low to high pitch. The clever trick is measuring the difference in frequency between what's being transmitted right now and what's coming back as an echo. That frequency difference tells you the range.
The genius of FMCW in plain English: While you're sending a signal at frequency 77.1 GHz, the echo arriving back was sent when you were at 77.0 GHz. The difference is 0.1 GHz — that's the "beat" frequency. Mix the outgoing and incoming signal together, and you get a pure tone at the beat frequency. That tone frequency tells you exactly how far away the target is. A fast chirp, far target = high beat frequency. Close target = low beat frequency. Then do a Fourier transform and all the targets at different ranges show up as separate peaks.
// How Sharp Is the Radar?
Range Resolution — Can You Tell Two Targets Apart?
Range resolution is how close together two targets can be before the radar can no longer tell them apart as separate objects. Think of it like camera resolution — a blurry photo can't distinguish two people standing close together.
Range Resolution Formula
ΔR = c / (2B) where B = bandwidth of the transmitted signalPulse radar: B ≈ 1/τ (pulse width), so ΔR = c·τ/2
FMCW radar: B = chirp bandwidth (how much you sweep the frequency)
Examples:
B = 1 MHz (narrow) → ΔR = 150 m — can't resolve two cars in a parking lot
B = 150 MHz (medium) → ΔR = 1 m — can resolve a person from a door
B = 4 GHz (automotive 77 GHz) → ΔR = 3.75 cm — can see individual wheels!
Conclusion: More bandwidth = finer range resolution. ALWAYS.
// Measuring Speed
The Doppler Effect — How Radar Measures Velocity
You've heard the Doppler effect with sound — a police siren sounds higher pitched as it drives toward you, and lower pitched as it drives away. The same thing happens with radio waves. A target moving toward the radar compresses the returning waves, making them appear slightly higher in frequency. A target moving away stretches the waves, making them appear lower in frequency.
Doppler Frequency Formula
f_d = 2 × v_r / λ = 2 × v_r × f_c / cv_r = radial velocity (component toward/away from radar) in m/s
λ = wavelength, f_c = carrier frequency, c = speed of light
Worked example — 77 GHz automotive radar:
λ = c/f = 3×10⁸ / 77×10⁹ = 3.9 mm
A car approaching at 60 km/h = 16.7 m/s
f_d = 2 × 16.7 / 0.0039 = 8,560 Hz = 8.56 kHz
The radar detects a 8.56 kHz tone in the beat signal → knows speed is 60 km/h
Sign convention: Approaching = positive f_d (blue-shifted). Receding = negative f_d (red-shifted).
Why higher frequency = faster speed measurement: At 77 GHz (λ=3.9 mm), a 1 m/s velocity change creates a 513 Hz Doppler shift — easy to measure accurately. At 1 GHz (λ=300 mm), the same 1 m/s creates only 6.7 Hz — much harder to measure. This is one reason automotive radar uses 77 GHz — better speed resolution, smaller antennas.
// The Clever Trick
Pulse Compression — Getting the Best of Both Worlds
There's a fundamental tension in pulse radar: you want a long pulse to carry a lot of energy (better SNR, longer range), but you also want a short pulse for fine range resolution. You can't have both… unless you're clever.
Pulse compression is the solution. Instead of a plain pulse at a single frequency, you transmit a long pulse whose frequency is swept — a chirp (just like FMCW). Then at the receiver, you pass the echo through a matched filter that effectively "compresses" the long chirp into a short spike. You get the energy of a long pulse with the resolution of a short pulse.
Pulse compression is why modern radar is so powerful. A radar with B=100 MHz bandwidth and T=100 μs chirp gets 40 dB of processing gain — equivalent to having 10,000× more transmit power, at zero extra cost. It's purely signal processing. This is used in weather radar, military radar, SAR imaging satellites, and all automotive FMCW radars.
// The Fundamental Tradeoff
Range-Velocity Ambiguity — You Can't Have Everything
Radar has a fundamental tradeoff called the ambiguity function. It says: you cannot have fine range resolution AND fine velocity resolution simultaneously with unlimited unambiguous range.
| You Want | What Helps | What Suffers |
|---|---|---|
| Fine range resolution | Wide bandwidth (B large) | More complex processing, more data |
| Fine velocity resolution | Long observation time (T large) | Radar is "blind" during the sweep — can miss fast-moving targets |
| Long unambiguous range | Low pulse repetition frequency (PRF) | Poor velocity resolution (low max Doppler) |
| High unambiguous velocity | High PRF | Range ambiguity (echoes from multiple pulses overlap) |
The Doppler dilemma: To measure velocity well, you need many pulses (high PRF). But high PRF means the next pulse goes out before the echo from a far target returns — and you get range ambiguity (you don't know which pulse the echo belongs to). Military radars solve this using multiple PRFs and clever waveform coding. Automotive radars at short range (under 200m) avoid it by keeping the range small enough that ambiguity never occurs.
// Real World
Where Radar Is Used — Real Applications
| Application | Type | Frequency | Range | Key Metric |
|---|---|---|---|---|
| Air traffic control | Pulse radar | 2–4 GHz (S-band) | 200–400 km | Range + ID |
| Weather radar | Pulse Doppler | 3–10 GHz (S/C-band) | 250–500 km | Rain intensity + wind |
| Military fighter | Pulse Doppler | 8–12 GHz (X-band) | 150 km | Track stealth targets |
| Automotive (ACC/AEB) | FMCW | 77 GHz | 0.2–200 m | Range + velocity (cm accuracy) |
| Ground penetrating | UWB pulse | 0.1–3 GHz | 0–10 m | Find buried objects |
| SAR satellite imaging | Pulse compress | 1–10 GHz | 500–800 km altitude | Sub-metre image resolution |
| Police speed gun | CW Doppler | 10–24 GHz (X/K-band) | 0–1 km | Velocity only |
| Airport security | mmWave imaging | 70–80 GHz (W-band) | 0–3 m | Body imaging, concealed items |
Why 77 GHz for automotive radar? At 77 GHz, the wavelength is 3.9 mm — small enough to build tiny antennas that fit inside a bumper. The 77–81 GHz band gives 4 GHz of bandwidth → 3.75 cm range resolution → can distinguish individual car bumpers at motorway speeds. Battery radar drones also use 77 GHz for collision avoidance. It's one of the fastest-growing RF markets in the world right now.
// Calculate It
Interactive Radar Calculator
Adjust the parameters and instantly see what your radar can detect, how far it can see, and the range resolution it achieves.