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.

matlab assginment about antenna arrays

Status
Not open for further replies.

donalddrug666

Newbie level 1
Joined
Mar 9, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
egypt
Activity points
1,286
dipole antenna array

hey can anyone help me please iam doing a matlab assginment about antenna arrays and what i wrote so far is
N=8;
t=-2*pi:0.001:2*pi;
l=1;
d=l/2;
b=2*pi/l;
Y=b*d*cos(t);
A=(sin(N*(Y/2))./(N*sin(Y/2)));
plot(t,A);
polar(t,A);
and it works
but i need some one who can help me in 3D part i cant find it
so please HELP!!:cry:
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top