You are on page 1of 6

Nama : JeIriadi Dosen : Teddy Purnamirza,ST.,M.

Eng
NIM : 10855001766 Mata Kuliah : Antena dan Propagansi
Semester : 6 (enam)
1. Plot pola radiasi untuk -9 < 0 < 9 untuk pola radiasi berikut:
. (0, ) = cos(0)
B. (0, ) = sn(0)
diketahui A5 dan B5
Jawab:
. (0, ) = cos(0)












set(0,'defaultfigurecolor','W')
th=-pi/2:0.01:pi/2;
an=th180/pi;
AF1=abs(5cos(5th));
figure;plot(an,AF1,'K')
xlabel('\theta')
ylabel('Field Pattern')
axis(-90 90 0 6,)
grid on
figure;polar(th,AF1,'K')
view(-90,90)


Cambar1A llgure 2 olar









8u[anguumalblogspoLcom







Cambar 1A llgure 3u
inline('5*cos(5*theta)*sin(theta)*cos(phi)');
yinline('5*cos(5*theta)*sin(theta)*sin(phi)');
zinline('5*cos(5*theta)*cos(theta)');
Iigure
ezmesh(,y,z,|0 2*pi 0 pi|,100)
ais equal
set(gca,'dir','reverse','ydir','reverse')

. (0, ) = sn(0)

















Cambar 18 llgure
set(0,'deIaultIigurecolor','W')
th-pi/2:0.01:pi/2;
anth*180/pi;
A1abs(5*sin(5*th));
Iigure;plot(an,A1,'K')
label('\theta')
ylabel('ield Pattern')
ais(|-90 90 0 6|)
grid on
Iigure;polar(th,A1,'K')
view(90,-90)


Cambar18 llgure olar



8u[anguumalblogspoLcom



Fx=inline('5sin(5theta)sin(theta)cos(phi)');
Fy=inline('5sin(5theta)sin(theta)sin(phi)');
Fz=inline('5sin(5theta)cos(theta)');
figure
ezmesh(Fx,Fy,Fz,0 2pi 0 pi,,100)
axis equal
set(gca,'xdir','reverse','ydir','reverse')

You might also like