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

    %% Tilt Angle, Ellipticity and Axial Ratio for Elliptically Polarized Field
% Start with an elliptically polarized input field (the horizontal and
% vertical components differ in magnitude and in phase). Choose the phase
% difference to be 60°.
fv = [2*exp(-i*pi/3);1];
[tau,epsilon,ar] = polellip(fv)
%%
% The nonzero tilt occurs because of the 60° phase difference. The
% negative value of the axial ratio indicates left elliptical
% polarization.