summaryrefslogtreecommitdiff
path: root/752/CH16/EX16.7.2/16_7_2.sce
blob: 81aa8441c15843c60985fa98f0ca21259a80b109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clc;
//page no 590
//prob no. 16.7.2
//For the Hertzian dipole, the radiation pattern is described by g(x)=sin^2(x) and g(y)=1
// Determination of -3dB beamwidth
// from the polar diagram shown we have
g_x=0.5;
x=asind(sqrt(g_x));
g_y=0.5;
y1=asind(sqrt(g_y));
y=y1+90;
//Therefore
z=y-x;
disp('degree',z,'The -3dB beamwidth is');