summaryrefslogtreecommitdiff
path: root/881/CH14/EX14.3/exa14_3.sce
blob: 4ae94f8bf6ef88a58245bd19d50ef42f3dc9e0a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clc;
//Example 14.3
//Page No 603

//Solution

D=40;
f=1.8;
o=0.9999;

disp("Substituting into equation 14-34, ");

Fm=([30*log10(D)]+[10*log10([6*4*0.5*f])]-[10*log10(1-o)]-70);

disp('dB',Fm,"Fm = ")