summaryrefslogtreecommitdiff
path: root/116/CH8/EX8.1/exa8_1.sce
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:38:01 +0530
committerprashantsinalkar2017-10-10 12:38:01 +0530
commitf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch)
treeeb72842d800ac1233e9d890e020eac5fd41b0b1b /116/CH8/EX8.1/exa8_1.sce
parent7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff)
downloadScilab-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.1/exa8_1.sce')
-rwxr-xr-x116/CH8/EX8.1/exa8_1.sce51
1 files changed, 25 insertions, 26 deletions
diff --git a/116/CH8/EX8.1/exa8_1.sce b/116/CH8/EX8.1/exa8_1.sce
index 89f07d16f..a672daf52 100755
--- a/116/CH8/EX8.1/exa8_1.sce
+++ b/116/CH8/EX8.1/exa8_1.sce
@@ -1,27 +1,26 @@
-
-//Caption:Program to determine the loss limit and the multimode dispersion limit of a graded index FOC
-
-//Example 8.1
-
-//Page 388
-
-//Refer to figure 8.2 on page 385
-
-Pin=42//input power = 42dB
-
-disp('The attenuation of a multimode fiber operating at 820nm is approximately 3db/km. Thus,')
-
-A=3//attenuation
-
-LL=(Pin/A)//Loss Limit
-
-disp('Using 2 Gbps-km as typical BDP of graded index multimode fiber, the multimode dispersion distance is determined as')
-
-Dl=(2000/90)//Dispersion limit
-
-//Result
-
-//Loss Limit = 14 km
-
-//Dispersion Limit = 22.2 km
+
+//Caption:Program to determine the loss limit and the multimode dispersion limit of a graded index FOC
+
+//Example 8.1
+
+//Page 388
+
+//Refer to figure 8.2 on page 385
+
+Pin=42//input power = 42dB
+
+
+A=3//attenuation
+
+LL=(Pin/A)//Loss Limit
+
+disp('Using 2 Gbps-km as typical BDP of graded index multimode fiber, the multimode dispersion distance is determined as')
+
+Dl=(2000/90)//Dispersion limit
+
+//Result
+
+//Loss Limit = 14 km
+
+//Dispersion Limit = 22.2 km
\ No newline at end of file