Anda di halaman 1dari 4

Assignment 2

Study of radiation pattern of linear array of isotropic antennas using MATLAB


DATE: 24-OCT-2011

MATLAB Code:

clc; lamda=input('enter the value of wave length(in meter)= '); N=input('enter the no. of elements= '); alpha=input('enter your progressive phase= '); d=input('enter the separation distance between elements(in meter)= '); beta=(2*pi/lamda); theta= pi/100:pi/100:2*pi; psi=alpha+beta*d.*cos(theta); e=sin(N*(psi./2))./sin(psi./2); polar(theta,e/N); Case 1: When =0, d=/4 N=2 N=4

N=8

N=16

Observation: As the number of isotropic antennas increase, the directivity increases.

Case 2: When N=2, =0 d=/4 d=/2

d=3/4

d=

d=5/2

d=3/2

Observation: As the distance between antennas increases, the radiation pattern is not only broadsided but also radiates in other directions.

Case 3: When N=2, d=/2 =0 =45

=90

=135

Observation: As the phase difference between the excitation increases, the main lobe directivity is decreasing whereas the side lobe is increasing. Submitted by, Sreevatsa K R 1SI08TE054

Anda mungkin juga menyukai