You are on page 1of 8

Nome Saurow kumar

Roll No,ECBOA69 SHEET No.....

Exþeri memt -+
Antenna
Anabysing Radi atgn Pattern of Dipole
Aim' thnalyse the adiatiou patter n of dibole uu vanialion
operating treaueny 24 QHz

Software MATLAB 2023b

Procedure'
a ne Hle (in MATLAB for mut
for simulatiug tue
a ne
seript
raudiaien patt ern ot di pole antena.
For þlotting He normaise hadliateu ptern ue Ha

connesi on uto deeibles c d blot ,

fumctien for ob tonig the graph


the HpBW, hd tu dB
nd
indig
the
normilzed gaiu
ngles ct
. The differet
in thene augley gives hs Hp&w.

se olar blotl-kunctieu to visual'se the olar


þlat e radatig fattern

NATIONAL INSTITUTE OF TECHNOLOGY, WARANGAL - 506004


Desi

Aipole a ttena
Nane, Sauraw kuma
RollNo.ECBOAG9 SHEET No...O2

Theory'
RadiatiÇn Ptern ot di pole amtena

where H is tegtlh of di fole autenna

siule)
H2

Aine

for wrma'sed blot

man (1l).

WARANGAL - 506004
NATIONAL INSTITUTE OF TECHNOLOGY,
LElle.No
Nane Soueu lkumar
Roll No.2ECeoA$9
SHEET No........

Concsions
HP Bw for l 133-s4- 46:9s 67
? 122- Ss 64

HPB w |24-s 7

HPBw

(en t di fole unereanes, 4hu number ot nula


te radiatien aten, but crecse s non
ineor
tu
Atoo wta increane n dibole anteis
oer beam widt ereane th erebg dnereaing the
direetritt'

WARANGAL - 506004
NATIONAL INSTITUTE OF TECHNOLOGY,
Editor - CAUsers\Dell\Documents\normalized radiation paatter.m
lab1.m X halfwave.m x radiation _pattern.m x normalized_radiation_paatter.m
theta = 0:0.01:pi;
phi = 0:0.02:2*pi;
lambda = 0.125;
h_values = [lambda/8, lambda/4, 3*lambda/8, lambda/2];
5 bh_values = (2*pi)/lambda) *h_values;
6
7 figure;
hold on;
1 for i = 1:length(h_values)
11 bh = bh_values (i);
12 Ftheta = (cos (bh*cos (theta) )-cos (bh))./sin(theta);
13 maxi = max (Ftheta);
14 Ftheta = Ftheta./maxi;
15
norFtheta = 20*(log10(Ftheta) );
16 dtheta = (theta*180) /pi;
7
plot (dtheta, norFtheta);
18
19 end

title(' Normalized Rectangular Plot for Different Values of h');


22 xlabel(" Angle (degrees) ') ;
23 ylabel('Normalized Gain (dB) ');
24 legend('l = lambda/4', '1 = lambda/2', 'l = 3*lambda/4', 'l=lambda');
25
26 for i = 1:length(h_values)
27 norFtheta = 20*(log10( (cos (bh_values (i) *cos(theta) ) -cos(bh_values (i) ))./sin(theta) ) );
28 half _power = max (norFtheta) 3;
29 idx1 = find (norFtheta = half_power, 1, 'first');
idx2 find(norFtheta >= half_power, 1, 'last ' );
31 hpbw = dtheta (idx2) - dtheta(idx1);
32 disp ([num2str(hpbw), degrees']);
32 end
Editor -CAUsers\ambedkar\Downloads\cst\anp_lab3.m
anp_lab.m x anp_lab_cgt.m x anp_lab2.m x arq.m anp_Jab3.m x+
theta=0:0.05:pi;
2 phi=0:0.05:2"pi;
3 r-2;
4 X=0:0.001: pi;
5 %1-lamda/4
yl=( (cos (pi"cos (*) "0.25) -cos (pi"o.25) ). /sin(x));
7 y2=((cos(pi"cos(x) "0.25"3) -cos (pi"0.25*3)) . /sin(x) );
y3=((cos (pi cos (x) "0.25"2) -cos (pi"0.25"2) ) ./sin (x) );
9 y4=((cos (pi"cos (x) *0.25*4) -cos (pi "0.25"4) )./sin (x));
10 yl1-(cos (pi*cos (x) *0.25)-cos (pi 0.25)) ./sin (x) )/max(yl);
11 %1=3*lamda/4
12 y12=( (cos (pi*cos (x) *0.25*3) -cos (pi*0.25*3) ) ./sin(x) )/max (y2) ;
13 %1-lamda/2
14 y13=((cos (pi"cos(x)"0.25"2)-cos (pi"o.25"2) )./sin(x) )/max(y3) ;
15 %1=lamda
16 y14=((cos (pi*cos (x) *0.25*4) -cos(pi*0.25*4)) ./sin(x) )/max (y4) ;
17
18 subplot (1,2,1);
19 polarplot (x, abs (y11) );
20 hold on;
21
polarplot (x, abs (y12));
22 hold onj
23 polarplot (x, abs (y13) );
24 hold on;
polarplot (x, abs (y14) ) ;
26 hold off;
27 %plotting
28 rdbl=20*log10 (y1. /max(y1) );
29 rdb2=20*log10 (y2./max(y2));
30 rdb3=20*log10(y3 ./max (y3) );
31 rdb4=20*log10 (y4. /max (y4) );
32
3 subplot (12.2):
Command Window
Normalized Rectangular Plot for Different Values of h
0r
|=lambda/4
-20 |= lambdal2
|=3'lambda/4
Flambda
-40

-60

-80

N-100

-120

-140

-160

-180
20 40 60 80 100 120 140 160 180
Angle (degrees)
File Edit View Insert Tools Desktop Window Help

Plot of radiationpattern of different lengths


2

4
90°
120° 60
0.8) 6
150 309
0.6 f{thetha)
04 -8
0.2
180° -10

-12
210° 330°
-14
240° 300
270° -16

-18

1 3
theta

You might also like