www.gusucode.com > phased 案例源码 matlab代码程序 > phased/TargetRangeInFMCWRadarSystemExample.m

    %% Range of Target in FMCW Radar System
% Assume that an FMCW waveform sweeps a band of 3 MHz in 2 ms. The
% dechirped target return has a beat frequency of 1 kHz. Compute the target
% range.
slope = 30e6/(2e-3);
fb = 1e3;
r = beat2range(fb,slope)