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.

Looking for matlab code for plotting radiation pattern of broadside array antenna

Status
Not open for further replies.

madhuri62

Newbie level 1
Joined
Aug 5, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
bhimavaram
Activity points
1,288
I want a matlab code for plotting radiation pattern of broadside array antenna and also for endfire array antenna
 

For what kind of array antenna, linear, planar or circular?

---------- Post added at 07:41 ---------- Previous post was at 07:37 ----------

For what kind of array antenna, linear, planar or circular?

In case of linear array with m-elements,
u can try this

AF=exp(-j*(2*pi/lambda)*d*sin(AOA)*[M-1]);
create a manifold table and multiply AF with it keeping AOA as 90 for broadside or 0 - 180 for endfire
 
  • Like
Reactions: Amal65

    Amal65

    Points: 2
    Helpful Answer Positive Rating
Can you tell me what is meant by this manifold table? I have searched it but didn't find anything reasonable.
 

A manifold table is basically the response of all individual elements of an array for the signals coming from all the angles. i.e keep the array in the centre (say) and take a source (basically a signal), now rotate the source from 0 to 360 degrees (or as reqd.) and save the responses obtained. This give a lookup table or u can say a manifold table.
 

We cannot plot the radiation pattern but only the Array Factor, then you can apply the linear array theory, if you have a linear array!, to get the phase, and use a simulation tool such as FEKO to plot the radiation pattern
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top