summaryrefslogtreecommitdiff
path: root/374/CH11/EX11.1/111.sci
diff options
context:
space:
mode:
Diffstat (limited to '374/CH11/EX11.1/111.sci')
-rw-r--r--374/CH11/EX11.1/111.sci11
1 files changed, 11 insertions, 0 deletions
diff --git a/374/CH11/EX11.1/111.sci b/374/CH11/EX11.1/111.sci
new file mode 100644
index 000000000..e6f0a7048
--- /dev/null
+++ b/374/CH11/EX11.1/111.sci
@@ -0,0 +1,11 @@
+//chapter 11 example 1//
+clc
+clear
+//material dispersion delay=dtmax,value of parameter=p,length of link-L,spectral width=d,speed of light=c,wavelength=l//
+L=1.25*(10^3);//in mts//
+c=3*(10^8);//speed of light//
+dl=45;//in nm//
+p=0.023;
+l=850;//in nm//
+dtmax=(L*dl*p)/(c*l)*(10^9);
+printf("\n material dispersion delay=%f ns\n",dtmax) \ No newline at end of file