From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 374/CH11/EX11.5/115.sci | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 374/CH11/EX11.5/115.sci (limited to '374/CH11/EX11.5') diff --git a/374/CH11/EX11.5/115.sci b/374/CH11/EX11.5/115.sci new file mode 100644 index 000000000..c090f24dd --- /dev/null +++ b/374/CH11/EX11.5/115.sci @@ -0,0 +1,20 @@ +//chapter 11 example 5// +clc +clear +//value of parameter=p,length of link=L,speed of light=c,wavelength=l,spectral width=dl,rise time=dtr// +c=3*(10^8);//in mts per sec// +l=830;//in nm// +dl=40;//in nm// +L=2.5*(10^3);//in mts// +p=0.024;//value of parameter// +dtmat=(-L*dl*p)/(c*l)*(10^9); +dtmodal=(2.5*3.5); +dtr=10;//in ns// +dts=8;//in ns// +g=sqrt((dts^2)+(dtr^2)+(dtmat^2)+(dtmodal^2)); +dtsys=1.1*g; +printf("\n material dispersion delay time=%f m\n",dtsys) +Btmax=(0.75/dtsys)*(10^9); +printf("\n a)Btmax for RZ format=%f m\n",Btmax) +Btmax1=(0.35/dtsys)*(10^9); +printf("\n b)Btmax for NRZ format=%f m\n",Btmax1) \ No newline at end of file -- cgit