dipole antenna array
时间:03-31
整理:3721RD
点击:
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!
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!