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

    %% Tilt Angle for Linearly Polarized Field
% Create an input field that is linearly polarized by setting both the
% horizontal and vertical components to have the same phase. Then, compute
% the tilt angle.
fv = [2;1];
tau = polellip(fv)
%%
% For linear polarization, |tau| is computed using
% |tau = atan(fv(2)/fv(1))*180/pi|.