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.

3D radiation pattern of cirular loop antenna - Matlab

Status
Not open for further replies.

engcu90

Newbie level 4
Joined
Oct 23, 2010
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,320
Hello
I have a project to simulate radiation pattern of circular loop antenna. I have D=fn(theta,phi), and I do transform from theta,phi to x,y,z by these equations:
x=D.*sin(theta).*cos(phi)
y=D.*sin(theta).*sin(phi)
z=D.*cos(theta)

I managed to get radiation pattern in X-Y, Y-Z, X-Z planes successfully, but I couldn't get the 3D radiation pattern. Any suggestion how to get 3D?
 

In mathematica it can be plotted by revolving the 2D curve ,


Here is a matlab example using cylinder,




Here is the Mathematica example,

77_1323111466.jpg
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top