summaryrefslogtreecommitdiff
path: root/116/CH8/EX8.2/exa8_2.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /116/CH8/EX8.2/exa8_2.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '116/CH8/EX8.2/exa8_2.sce')
-rwxr-xr-x116/CH8/EX8.2/exa8_2.sce27
1 files changed, 27 insertions, 0 deletions
diff --git a/116/CH8/EX8.2/exa8_2.sce b/116/CH8/EX8.2/exa8_2.sce
new file mode 100755
index 000000000..de9ce5d18
--- /dev/null
+++ b/116/CH8/EX8.2/exa8_2.sce
@@ -0,0 +1,27 @@
+
+//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
+ \ No newline at end of file