blob: cc9aec3fbeefca4be9b56c8744913b7a123e81db (
plain)
1
2
3
4
5
6
7
8
|
clc;
// page no 921
// prob no 25_2
L=45;//in km
dt=100;//in ns
//The maximum permissible value for the pulse-spreading constant is
D=dt/L;
disp('ns/km',D,'The maximum permissible value for the pulse-spreading constant is');
|