summaryrefslogtreecommitdiff
path: root/761/CH24/EX24.5/24_5.sce
blob: 7b3fb648acf7b682db4507bda399a840ceb5c9c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clc;
// page no 891
// prob no 24.5
wl0=1310;//in ns
So=0.05;//in ps/(nm^2*km)
l=50;//in km
wl=1550;//in ns
d=2;//in nm
// Chromatic dispersion is given as
Dc=(So/4)*[wl-(wl0^4/wl^3)];
// Dispersion is
D=Dc*d;
// Therefore total dispersion is 
dt=D*l;
disp('ps',dt,'The total dispersion is');