summaryrefslogtreecommitdiff
path: root/2579/CH4/EX4.21/Ex4_21.txt
blob: d276a6db596df81294598b2f35fc704e5a44f013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Ex:4.21
clc;
clear;
close;
r=5000;// in m
F=1.9;// propagation factor
f=150;// frequenc in MHz
y=300/f;// wavelength in m
wr=2*10^-3;// receiving power in watt
wt=25;// transmitting power in watt
D=(4*%pi*r/(2*F))*(sqrt(wr/wt));// directivities of these antenna
printf("The directivity of antenna = %f", D);