summaryrefslogtreecommitdiff
path: root/2183/CH4/EX4.5.a/Ex_4_5_a.sce
diff options
context:
space:
mode:
Diffstat (limited to '2183/CH4/EX4.5.a/Ex_4_5_a.sce')
-rwxr-xr-x2183/CH4/EX4.5.a/Ex_4_5_a.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2183/CH4/EX4.5.a/Ex_4_5_a.sce b/2183/CH4/EX4.5.a/Ex_4_5_a.sce
new file mode 100755
index 000000000..d3d2cc468
--- /dev/null
+++ b/2183/CH4/EX4.5.a/Ex_4_5_a.sce
@@ -0,0 +1,8 @@
+// Example 4.5.a:Maximum possible optical bandwidth
+clc;
+clear;
+close;
+t=0.1*10^-6;//Time in second
+L=15;//Distance in km
+Bt=(1/(2*t))*10^-6;//Maximum possible optical bandwidth in Mega Hertz
+disp(Bt,"Maximum possible optical bandwidth in Mega Hertz")