Sei sulla pagina 1di 12

Roshan Tishraj Patroo & Benita Konglar B(Eng)Hons Telecommunication

Program codes for E-plane field pattern


% ------------------------------------------------------- %
% To plot the E-plane field pattern %
% ------------------------------------------------------- %

% Declaring Values of all the constant and variable used %

clear all;
B=2*pi;
C=0.5772157;

L=input('Enter the length of the dipole in wavelengths:');

H=L/2;

theta=0.0001:0.01:2*pi;
thetadeg=(theta*180)/pi;
E=abs((cos(B*H*cos(theta))-cos(B*H))./sin(theta));

Emax=max(E);
Enorm=E./Emax;

%Polar Plot%
figure(1);
polar(theta,Enorm);

%Rectangular Plot%
figure(2);
plot(thetadeg,Enorm);
set(gca,'XTick',0:45:360);
grid on;
b=2*B*H;

%Radiation Resistance%
Rrad = -30*((log(b)+C-cosint(b))-((log(2*b)+C-cosint(2*b))-(log(b)+C-
cosint(b))*...
cos(b)-(sinint(2*b)-sinint(b))*sin(b)+(1+cos(b))*(log(b)+C-cosint(b))-
...
sin(b)*sinint(b)))

1
Roshan Tishraj Patroo & Benita Konglar B(Eng)Hons Telecommunication

Rectangular and Polar plots


The rectangular and polar plots are displayed below along with the radiation resistance and directivity
for each wavelength.

The wavelength to be applied is:

(i) O.5 λ dipole


(ii) λ dipole
(iii) 1.25 λ dipole
(iv) 1.5λ dipole
(v) 2 λ dipole
(vi) 4 λ dipole
(vii) 7.5 λ dipole
(viii) 10 λ dipole

The Rrad for each dipole is shown below

2
Roshan Tishraj Patroo & Benita Konglar B(Eng)Hons Telecommunication

3
Roshan Tishraj Patroo & Benita Konglar B(Eng)Hons Telecommunication

(i) Rectangular plot ( Fig2) and Polar Plot (Fig 1)for 0.5 λ dipole

Rrad = 73.1296

4
Roshan Tishraj Patroo & Benita Konglar B(Eng)Hons Telecommunication

(ii) Rectangular plot ( Fig2) and Polar Plot (Fig 1)for λ dipole

Rrad = 93.4307

5
Roshan Tishraj Patroo & Benita Konglar B(Eng)Hons Telecommunication

(iii) Rectangular plot ( Fig2) and Polar Plot (Fig 1)for 1.25λ dipole

Rrad = 50.8037

6
Roshan Tishraj Patroo & Benita Konglar B(Eng)Hons Telecommunication

(iv) Rectangular plot ( Fig2) and Polar Plot (Fig 1)for 1.5λ dipole

Rrad = 105.4942

7
Roshan Tishraj Patroo & Benita Konglar B(Eng)Hons Telecommunication

(v) Rectangular plot ( Fig2) and Polar Plot (Fig 1)for 2 λ dipole

Rrad = 114.0887

8
Roshan Tishraj Patroo & Benita Konglar B(Eng)Hons Telecommunication

(vi) Rectangular plot ( Fig2) and Polar Plot (Fig 1)for 4 λ dipole

Rrad = 134.8479

9
Roshan Tishraj Patroo & Benita Konglar B(Eng)Hons Telecommunication

(vii) Rectangular plot ( Fig2) and Polar Plot (Fig 1)for 7.5 λ dipole

Rrad = 153.6977

10
Roshan Tishraj Patroo & Benita Konglar B(Eng)Hons Telecommunication

(viii) Rectangular plot ( Fig2) and Polar Plot (Fig 1)for 10 λ dipole

Rrad = 162.3267

11
Roshan Tishraj Patroo & Benita Konglar B(Eng)Hons Telecommunication

12

Potrebbero piacerti anche