radiation pattern of square loop Antenna

Status
Not open for further replies.

egstar

Newbie level 3
Joined
Dec 14, 2012
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,308
I need a help in Writing a Matlab code that analyzes a square loop antenna with half-wavelength side and fed at the mid-point of one of the sides. Sinusoidal current distribution is assumed.
Code Output:
Radiation pattern in the loop plane (the XY plane).
Radiation pattern in any plane phi=constant
The radiation resistance
 

it is a square loop in centered in the original
for the positive Y
Ay=sin(k.*(l-abs)).*exp(1j.*k.*sqrt(y.^2+l.^2).*sin(theta).*cos(phi-atan(y/l)));
for the negative Y
Ay=-sin(k.*(l-abs)).*exp(1j.*k.*sqrt(y.^2+(l.^2)).*sin(theta).*cos(phi-atan(y/l)));
positive X
Ax=sin(k.*(l-abs(x))).*exp(1j.*k.*sqrt(x.^2+(l.^2)).*sin(theta).*cos(phi-atan(l./x)));
negative X
Ax=-sin(k.*(l-abs(x))).*exp(1j.*k.*sqrt(x.^2+(l.^2)).*sin(theta).*cos(phi-atan(l./x)));
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…