Demo — PRF Explorer#

PRF is one knob that sets two limits at once — and they pull against each other. This demo shows the pulse train, the unambiguous range and velocity it implies, and the invariant that ties them together, so you can watch range coverage trade against velocity coverage in real time.

The tradeoff#

\[ R_u = \frac{c}{2\,\text{PRF}}, \qquad v_u = \frac{\lambda\,\text{PRF}}{4}, \qquad R_u \cdot v_u = \frac{c\lambda}{8}. \]

Raise the PRF and \(R_u\) shrinks while \(v_u\) grows; their product never changes.

Interactive demo#

Open in full screen

Walkthrough#

  1. Hit the 1 kHz preset (X-band). Read \(R_u = 150\) km and \(v_u = 7.5\) m/s. Note the invariant readout \(R_u\cdot v_u\).

  2. Hit the 10 kHz preset. \(R_u\) drops to 15 km, \(v_u\) jumps to 75 m/s — but the invariant readout does not move.

  3. Hit the 200 kHz preset. \(R_u = 0.75\) km, \(v_u = 1500\) m/s. Watch the pulse train tighten as PRI shrinks.

  4. Adjust pulse width. The duty-cycle readout updates; longer pulses raise duty cycle (and energy) without changing \(R_u\). Push it far enough and the demo warns you: a transmitter cannot be on longer than its own PRI.

  5. Read the twin-axis plot. \(R_u\) (falling) and \(v_u\) (rising) versus PRF cross — there is no PRF that makes both large.

  6. Use the “Where does my target appear?” widget. Set a true range of 200 km and hit the 800 Hz preset; the apparent range folds to exactly 12.5 km — the B-21 example from the reading.

Key observations#

  • PRF is a compromise, not an optimum. Low PRF = clean range, ambiguous velocity; high PRF = clean velocity, ambiguous range.

  • The invariant is unbreakable with one PRF. \(R_u\cdot v_u = c\lambda/8\) depends only on wavelength — real radars escape it by using multiple PRFs.

  • Range folding is exploitable. A target beyond \(R_u\) lands at \(R_\text{true}\bmod R_u\), a known vulnerability for both the radar designer and the jammer.

Source#

MATLAB bundle · L4_PulseTrainAndAmbiguity.m

The companion script plots \(R_u\) and \(v_u\) versus PRF and demonstrates the range-folding arithmetic.