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

    %% Convert Circular to Linear Polarization
% Convert a horizontally polarized field, originally expressed in circular
% polarization components, into linear polarization components.
cfv = [1;1];
fv = circpol2pol(cfv)
%%
% The vertical component of the output is zero for horizontally polarized fields.