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

    %% Convert Linear Polarization Components to Circular Polarization Components
% Specify two input fields |[1+1i;-1+1i]| and |[1;1]| in
% the same matrix. The first field is a linear representation of a
% left-circularly polarized field and the second is a linearly polarized
% field.
fv=[1+1i 1;-1+1i 1]
cfv = pol2circpol(fv)