diff options
Diffstat (limited to '3506/CH4/EX4.4/Ex_4_4.sce')
-rw-r--r-- | 3506/CH4/EX4.4/Ex_4_4.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3506/CH4/EX4.4/Ex_4_4.sce b/3506/CH4/EX4.4/Ex_4_4.sce new file mode 100644 index 000000000..79a4eda17 --- /dev/null +++ b/3506/CH4/EX4.4/Ex_4_4.sce @@ -0,0 +1,12 @@ + //Optical Fiber communication by A selvarajan
+//example 4.4
+//OS=Windows XP sp3
+//Scilab version 5.5.1
+clc;
+clear all;
+//given
+clear all;
+lamda=0.85*10^-6//wavelength of operation in m
+delta_lamda=36*10^-9//spectral width in m
+fractional_width=delta_lamda/lamda//fractional width
+mprintf("Fractional width=%f percent",fractional_width*100)//multiplication by 100 to represent information in percentage
|