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

    %% Plot Angle-Doppler Response
%
% Plot the angle-Doppler response of the 190th cell of a collected data cube.

% Copyright 2015 The MathWorks, Inc.

load STAPExampleData;
x = shiftdim(STAPEx_ReceivePulse(190,:,:));
hadresp = phased.AngleDopplerResponse(...
    'SensorArray',STAPEx_HArray,...
    'OperatingFrequency',STAPEx_OperatingFrequency,...
    'PropagationSpeed',STAPEx_PropagationSpeed,...
    'PRF',STAPEx_PRF);
plotResponse(hadresp,x,'NormalizeDoppler',true);