summaryrefslogtreecommitdiff
path: root/3834/CH14/EX14.1.1/Ex14_1_1.sce
blob: 68068f51bcc56d68bad10197f654c90e9bdc35f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Fiber Optics Communication Technology, by Djafer K. Mynbaev and Lovell L.scheiner
//Windows 8
//Scilab version- 6.0.0
//Example 14.1.1
clc;
clear;
//given
H=4.16;//Information carrying capacity(that is bandwidth) of a transmission line in Mbit
C=56;//time of transmission in Kbit/s

//By Hartley's law
T=(H*1E6)/(C*1E3);//Time for downloading in s

mprintf("It takes %.2f sec to download %.2f bits from internet to PC",T,H);//the answer given in book is wrong