summaryrefslogtreecommitdiff
path: root/374/CH9/EX9.3/93.sci
diff options
context:
space:
mode:
Diffstat (limited to '374/CH9/EX9.3/93.sci')
-rw-r--r--374/CH9/EX9.3/93.sci10
1 files changed, 10 insertions, 0 deletions
diff --git a/374/CH9/EX9.3/93.sci b/374/CH9/EX9.3/93.sci
new file mode 100644
index 000000000..0473588a8
--- /dev/null
+++ b/374/CH9/EX9.3/93.sci
@@ -0,0 +1,10 @@
+//chapter 9 example 3//
+clc
+clear
+//fibre bandwidth length product=Bopt,3dB pulse dispersion for the fibre in ns km-1=T,time at which output pulses are found=To,time at which input optical pulses are found=Ti//
+To=12.7;//in nano seconds//
+Ti=0.4;//in nano seconds//
+T=(sqrt((To^2)-(Ti^2)))/1.2;//time at which 3dB pulse boardaning is obtained//
+printf("\n a) time at which 3dB pulse boardaning is obtained=%f ns/km\n",T)
+Bopt=(0.44/T)*1000;//optical bandwidth of the fibre//
+printf("\n b) fibre bandwidth length product=%f MHz Km\n",Bopt) \ No newline at end of file