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.3 | |
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.3')
-rwxr-xr-x | 116/CH8/EX8.3/exa8_3.sce | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/116/CH8/EX8.3/exa8_3.sce b/116/CH8/EX8.3/exa8_3.sce index 871086e69..64197ad3c 100755 --- a/116/CH8/EX8.3/exa8_3.sce +++ b/116/CH8/EX8.3/exa8_3.sce @@ -1,29 +1,29 @@ -
-//Caption:Program to determine the BDP of SMF system and DS SMF system using DFB LD
-
-//Example 8.3
-
-//Page 393
-
-//Refer to table 8.1 on page 392, also to figure 8.6 on page 391
-
-smf=16
-
-smf=16//dispersion co-efficient of SMF at 1550nm
-
-sw=0.4//spectral width of the source
-
-BDP=[250/(smf*sw)]//assuming line code as NRZ
-
-disp('The BDP of the DS SMF system is determined as')
-
-smf=3.5//dispersion co-efficient of DS SMF at 1550nm
-
-BDP=[250/(smf*sw)]//assuming line code as NRZ
-
-//Result
-
-//BDP = 39 Gbps=km (SMF)
-
-//BDP = 179 Gbps-km (DS SMF)
+ + + +//Example 8.3 + +//Page 393 + +//Refer to table 8.1 on page 392, also to figure 8.6 on page 391 + +smf=16 + +smf=16//dispersion co-efficient of SMF at 1550nm + +sw=0.4//spectral width of the source + +BDP=[250/(smf*sw)]//assuming line code as NRZ + +disp('The BDP of the DS SMF system is determined as') + +smf=3.5//dispersion co-efficient of DS SMF at 1550nm + +BDP=[250/(smf*sw)]//assuming line code as NRZ + +//Result + +//BDP = 39 Gbps=km (SMF) + +//BDP = 179 Gbps-km (DS SMF)
\ No newline at end of file |