hi ... i have to generate radiation patterns for a dipole using closed form equations in matlab and i have the equations.
the equation for radiation pattern are in balanis for Eθ
ive attached the equation for Eθ please help me to plot this equation to getthe radiation pattern. ive done some matlab code but it says matlab dimensions does not agree. dont know how to do .....
code :
n=376; % intrinsic impedence %
c=3*10^8;
f=2*10^9; % frequency
lamida=c/f;
k=(2*pi)/lamida; % wave number
Io=1; % current
r=18; % range length
delta=.01*lamida+0.0035; %displacement factor
e=exp(-j*k*r);
for
thetaa=1:1:360
E(thetaa)=(j*n)*((Io*e)/(2*pi*r))*((cos(k*delta)*cos((pi/2)*cos(thetaa))+sin(k*delta)-(sin(k*delta)*cos(thetaa)*sin((pi/2)*cos(thetaa))))/sin(thetaa));
end
polar(thetaa,E(thetaa));
equations are
https://obrazki.elektroda.pl/8_1281508293.jpg
Added after 2 minutes:
hi ... i have to generate radiation patterns for a dipole using closed form equations in matlab and i have the equations.
the equation for radiation pattern are in balanis for Eθ
ive attached the equation for Eθ please help me to plot this equation to getthe radiation pattern. ive done some matlab code but it says matlab dimensions does not agree. dont know how to do .....
code :
n=376; % intrinsic impedence %
c=3*10^8;
f=2*10^9; % frequency
lamida=c/f;
k=(2*pi)/lamida; % wave number
Io=1; % current
r=18; % range length
delta=.01*lamida+0.0035; %displacement factor
e=exp(-j*k*r);
for
thetaa=1:1:360
E(thetaa)=(j*n)*((Io*e)/(2*pi*r))*((cos(k*delta)*cos((pi/2)*cos(thetaa))+sin(k*delta)-(sin(k*delta)*cos(thetaa)*sin((pi/2)*cos(thetaa))))/sin(thetaa));
end
polar(thetaa,E(thetaa));
equations are
https://obrazki.elektroda.pl/8_1281508293.jpg
my email address :
suntosh2i@yahoo.com
suntosh2i@gmail.com