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 --- 3638/CH13/EX13.2/Ex13_2.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3638/CH13/EX13.2/Ex13_2.sce (limited to '3638/CH13/EX13.2/Ex13_2.sce') diff --git a/3638/CH13/EX13.2/Ex13_2.sce b/3638/CH13/EX13.2/Ex13_2.sce new file mode 100644 index 000000000..39df7da91 --- /dev/null +++ b/3638/CH13/EX13.2/Ex13_2.sce @@ -0,0 +1,11 @@ +//Introduction to Fiber Optics by A. Ghatak and K. Thyagarajan, Cambridge, New Delhi, 1999 +//Example 13.2 +//OS=Windows XP sp3 +//Scilab version 5.5.2 +clc; +clear; +//given +B=2.5e9;//pulse rate of signal in bits/sec + +mprintf("\n In the RZ format, we would require a bandwidth = %.2f GHz",B/1e9);//In RZ format, Deltaf=B and Division by 10^9 to convert into GHz +mprintf("\n In the NRZ format, we would require a bandwidth = %.2f GHz",(B/2)/1e9);//In RZ format, Deltaf=B/2 and Division by 10^9 to convert into GHz -- cgit