From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1061/CH5/EX5.20/Ex5_20.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 1061/CH5/EX5.20/Ex5_20.sce (limited to '1061/CH5/EX5.20') diff --git a/1061/CH5/EX5.20/Ex5_20.sce b/1061/CH5/EX5.20/Ex5_20.sce new file mode 100755 index 000000000..b8fb11536 --- /dev/null +++ b/1061/CH5/EX5.20/Ex5_20.sce @@ -0,0 +1,14 @@ +//Ex:5.20 +clc; +clear; +close; +y=1.3;// operating wavelength in um +md=2.80;// material dispersion in ns +wd=0.50;// waveguide dispersion in ns +wt=0.60;// width of transmitted pulse in ns +td=sqrt(md^2+wd^2);// total dispersion in ns +dt=wt+td;// received pulse width in ns +br=1/(5*dt*10^-9);// max bit rate bit/sec +Br=br/10^6;// max bit rate in mbps +printf("The received pulse width =%f ns", dt); +printf("\n The max bit rate =%f mbps", Br); \ No newline at end of file -- cgit