blob: fe44635d10420a3313ae45e14543a5e5097d1041 (
plain)
1
2
3
4
5
6
7
8
9
10
|
clc;
// page no 893
// prob no 24.6
//Refer problem 24.5
dt=949*10^-12;//in sed
l=50;//in km
B=1/(2*dt);
//By using Bandwidth-distance product formula
Bl= B*l;
disp('Hz-km',Bl,'The bandwidth distance product is');
|