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

    %% Stokes Vector
% Create a left circularly-polarized field. Convert it to a linear
% representation and compute the Stokes vector.
cfv = [2;0];
fv = circpol2pol(cfv);
G = stokes(fv)