diff options
Diffstat (limited to '3834/CH5/EX5.3.4')
-rw-r--r-- | 3834/CH5/EX5.3.4/Ex5_3_4.jpg | bin | 0 -> 212438 bytes | |||
-rw-r--r-- | 3834/CH5/EX5.3.4/Ex5_3_4.sce | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/3834/CH5/EX5.3.4/Ex5_3_4.jpg b/3834/CH5/EX5.3.4/Ex5_3_4.jpg Binary files differnew file mode 100644 index 000000000..2591c969d --- /dev/null +++ b/3834/CH5/EX5.3.4/Ex5_3_4.jpg diff --git a/3834/CH5/EX5.3.4/Ex5_3_4.sce b/3834/CH5/EX5.3.4/Ex5_3_4.sce new file mode 100644 index 000000000..cc153d0ff --- /dev/null +++ b/3834/CH5/EX5.3.4/Ex5_3_4.sce @@ -0,0 +1,13 @@ +//Fiber Optics Communication Technology, by Djafer K. Mynbaev and Lovell L.scheiner
+//Windows 8
+//Scilab version- 6.0.0
+//Example 5.3.4
+clc;
+clear;
+//given
+
+Dpmd=0.5;//polarization mode dispersion coefficient in ps/sqrt(km)
+L=100;//fiber length in km
+deltatpmd=Dpmd*sqrt(L);//Pulse spreading due to PMD in ps
+
+mprintf("Pulse spread caused by PMD for single mode fiber= %.0f ps",deltatpmd);
|