summaryrefslogtreecommitdiff
path: root/3638/CH14/EX14.4
diff options
context:
space:
mode:
Diffstat (limited to '3638/CH14/EX14.4')
-rw-r--r--3638/CH14/EX14.4/Ex14_4.jpgbin0 -> 66330 bytes
-rw-r--r--3638/CH14/EX14.4/Ex14_4.sce13
2 files changed, 13 insertions, 0 deletions
diff --git a/3638/CH14/EX14.4/Ex14_4.jpg b/3638/CH14/EX14.4/Ex14_4.jpg
new file mode 100644
index 000000000..87d5be332
--- /dev/null
+++ b/3638/CH14/EX14.4/Ex14_4.jpg
Binary files differ
diff --git a/3638/CH14/EX14.4/Ex14_4.sce b/3638/CH14/EX14.4/Ex14_4.sce
new file mode 100644
index 000000000..d880380cf
--- /dev/null
+++ b/3638/CH14/EX14.4/Ex14_4.sce
@@ -0,0 +1,13 @@
+//Introduction to Fiber Optics by A. Ghatak and K. Thyagarajan, Cambridge, New Delhi, 1999
+//Example 14.4
+//OS=Windows XP sp3
+//Scilab version 5.5.2
+clc;
+clear;
+//given
+DeltaLambda0=30e-9;//Gain bandwidth in wavelength domain in m
+Lambda0=1550e-9;//central wavelength in wavelength domain in m
+c=3e8;//Speed of light in m/s
+v=c/Lambda0;
+Deltav=DeltaLambda0/Lambda0*v;
+mprintf("\n Gain Bandwidth in frequency domain = %.1f THz",Deltav/1e12);