Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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(y))).*exp(1j.*k.*sqrt(y.^2+l.^2).*sin(theta).*cos(phi-atan(y/l)));
for the negative Y
Ay=-sin(k.*(l-abs(y))).*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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top