summaryrefslogtreecommitdiff
path: root/116/CH7/EX7.3/exa7_3.sce
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:38:01 +0530
committerprashantsinalkar2017-10-10 12:38:01 +0530
commitf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch)
treeeb72842d800ac1233e9d890e020eac5fd41b0b1b /116/CH7/EX7.3/exa7_3.sce
parent7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff)
downloadScilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.gz
Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.bz2
Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.zip
updated the code
Diffstat (limited to '116/CH7/EX7.3/exa7_3.sce')
-rwxr-xr-x116/CH7/EX7.3/exa7_3.sce51
1 files changed, 25 insertions, 26 deletions
diff --git a/116/CH7/EX7.3/exa7_3.sce b/116/CH7/EX7.3/exa7_3.sce
index 775b3085c..d9527962a 100755
--- a/116/CH7/EX7.3/exa7_3.sce
+++ b/116/CH7/EX7.3/exa7_3.sce
@@ -1,27 +1,26 @@
-
-//Caption:Program to determine the minimum and maximum input channel rate accommodated by an M12 multiplexer
-
-//Example 7.3
-
-//Page 354
-
-disp("The maximum information rate per channel is determined as")
-
-Imax=[(6.312*288)/1176]
-
-disp('The minimum information rate per channel is determined as')
-
-Imin=[(6.312*287)/1176]
-
-disp('Since there are three possible combinations of two errors in the C bits, the probability of misinterpreting an S bit is')
-
-3*(10^-6)^2
-
-1176/6.312//duration of each master frame
-
-[(3*10^-12)/(186*10^-6)]
-
-//Result
-
-//0.016*10^-6 misframes per second
+
+
+//Example 7.3
+
+//Page 354
+
+disp("The maximum information rate per channel is determined as")
+
+Imax=[(6.312*288)/1176]
+
+disp('The minimum information rate per channel is determined as')
+
+Imin=[(6.312*287)/1176]
+
+disp('Since there are three possible combinations of two errors in the C bits, the probability of misinterpreting an S bit is')
+
+3*(10^-6)^2
+
+1176/6.312//duration of each master frame
+
+[(3*10^-12)/(186*10^-6)]
+
+//Result
+
+//0.016*10^-6 misframes per second
\ No newline at end of file