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

    %% Azimuth Response of URA
% This example shows how to construct a rectangular lattice
% 3-by-2 URA and plot that array's azimuth response.

% Copyright 2015 The MathWorks, Inc.

ha = phased.URA('Size',[3 2]);
fc = 1e9;
c = physconst('LightSpeed');
plotResponse(ha,fc,c,'RespCut','Az','Format','Polar');