summaryrefslogtreecommitdiff
path: root/116/CH11/EX11.2
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:38:01 +0530
committerprashantsinalkar2017-10-10 12:38:01 +0530
commitf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch)
treeeb72842d800ac1233e9d890e020eac5fd41b0b1b /116/CH11/EX11.2
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/CH11/EX11.2')
-rwxr-xr-x116/CH11/EX11.2/exa11_2.sce36
1 files changed, 17 insertions, 19 deletions
diff --git a/116/CH11/EX11.2/exa11_2.sce b/116/CH11/EX11.2/exa11_2.sce
index 665583926..f8a703198 100755
--- a/116/CH11/EX11.2/exa11_2.sce
+++ b/116/CH11/EX11.2/exa11_2.sce
@@ -1,19 +1,17 @@
-
-//Caption:Program to determine the theoretical maximum data rate of a prefectly equalized voiceband modem
-
-//Example 11.2
-
-//Page 513
-
-disp('The signal-to-quantizing-noise ratio(SQR) is given in chap3 to be on the order of 36dB, which corresponds to power ratio of 3981.')
-
-disp('Using this value in Shannon theorem for the theoretical capacity of a channel yield,')
-
-SNR=3981
-
-C=3100*[log2(1+SNR)]
-
-disp("Result")
-
-disp("data rate = 37 kbps")
-
+
+//Example 11.2
+
+//Page 513
+
+disp('The signal-to-quantizing-noise ratio(SQR) is given in chap3 to be on the order of 36dB, which corresponds to power ratio of 3981.')
+
+disp('Using this value in Shannon theorem for the theoretical capacity of a channel yield,')
+
+SNR=3981
+
+C=3100*[log2(1+SNR)]
+
+disp("Result")
+
+disp("data rate = 37 kbps")
+