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

    %% Poincare Sphere  
% Display points on the Poincare sphere for a left circularly-polarized
% field and a 45° linear polarized field.   

%%  
fv = [sqrt(2)/2, 1; sqrt(2)/2*1i, 1];
G = stokes(fv)
stokes(fv); 

%%
% The point at the north pole represents the left circularly-polarized field.
% The point on the equator represents the 45° linear polarized field.