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

    %% Mismatch Between 45° Polarized Field and Horizontally Polarized Receiver
% Begin with a 45° polarized transmitted field and a receiver that is
% horizontally polarized. By default, the transmitter and receiver local
% axes coincide with the global coordinate system. Compute the polarization
% loss in dB.
fv_tr = [1;1];
fv_rcv = [1;0];
rho = polloss(fv_tr,fv_rcv)
%%
% The loss is 3 dB as expected because only half the power of the field
% matches to the receive antenna polarization.