diff options
author | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
commit | f35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch) | |
tree | eb72842d800ac1233e9d890e020eac5fd41b0b1b /116/CH8/EX8.2/exa8_2.sce | |
parent | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff) | |
download | Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.gz Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.bz2 Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.zip |
updated the code
Diffstat (limited to '116/CH8/EX8.2/exa8_2.sce')
-rwxr-xr-x | 116/CH8/EX8.2/exa8_2.sce | 51 |
1 files changed, 25 insertions, 26 deletions
diff --git a/116/CH8/EX8.2/exa8_2.sce b/116/CH8/EX8.2/exa8_2.sce index de9ce5d18..33ccb2a76 100755 --- a/116/CH8/EX8.2/exa8_2.sce +++ b/116/CH8/EX8.2/exa8_2.sce @@ -1,27 +1,26 @@ -
-//Caption:Program to determine the loss limit and the chromatic dispersion limit of a high performance SMF FOC
-
-//Example 8.2
-
-//Page 389
-
-//Refer figure 8.2 on page 385
-
-disp('The attenuation of single-mode fibre operating at 1300nm is approximately 0.35dB/km. Thus,')
-
-Pin=42//input power = 42dB
-
-A=0.35
-
-LL=(Pin/A)//Loss Limit
-
-disp('Using 250 Gbps-km as BDP of a silica single-mode fiber, the chromatic dispersion limit is determined as')
-
-Cd=(250000/417)//Chromatic dispersion limit
-
-//Result
-
-//Loss Limit = 120 km
-
-//Chromatic Dispersion Limit = 599.52 = 600 km
+ + +//Example 8.2 + +//Page 389 + +//Refer figure 8.2 on page 385 + +disp('The attenuation of single-mode fibre operating at 1300nm is approximately 0.35dB/km. Thus,') + +Pin=42//input power = 42dB + +A=0.35 + +LL=(Pin/A)//Loss Limit + +disp('Using 250 Gbps-km as BDP of a silica single-mode fiber, the chromatic dispersion limit is determined as') + +Cd=(250000/417)//Chromatic dispersion limit + +//Result + +//Loss Limit = 120 km + +//Chromatic Dispersion Limit = 599.52 = 600 km
\ No newline at end of file |