blob: 1e534eadaa4707547c00ad07f41b2c0953108b6f (
plain)
1
2
3
4
5
6
7
8
|
clc;
// page no 890
// prob no 24.4
Bl=500;//in MHz-km
B=85;//in MHz
// By using Bandwidth-distance product formula
l=Bl/B;
disp('km',l,'The maximun distance that can be use between repeaters is');
|