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

    %% Minimum Detectable Range for Specified Pulse Width
% Calculate the minimum detectable range for a monostatic radar system
% where the pulse width is 2 ms.
t = 2e-3;
r = time2range(t)