summaryrefslogtreecommitdiff
path: root/848/CH3/EX3.6/Example3_6.sce
blob: 63f1b9b2bd8c046ab53d60b472d3daa678d3fb6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//clear//
//Caption:Calculation of bandwidth distance
//Example3.6
//page 104
clear;
clc;
close;
n1 = 1.48;//core refractive index
n2 = 1.465;//claddinig refractive index
delta = 0.01;//index difference
C =3*(10^8); //free space velcotiy
BL = (n2/(n1^2))*(C/delta);
disp(BL,'Bandwidth distance in bPS-M')
disp(BL/10^9,'Bandwidth distance in MbPS-KM')
//Result
//Bandwidth distance in bPS-M   
//     2.006D+10  
//Bandwidth distance in MbPS-KM   
//     20.064828