summaryrefslogtreecommitdiff
path: root/992/CH8/EX8.3/Ex8_3.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /992/CH8/EX8.3/Ex8_3.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '992/CH8/EX8.3/Ex8_3.sce')
-rwxr-xr-x992/CH8/EX8.3/Ex8_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/992/CH8/EX8.3/Ex8_3.sce b/992/CH8/EX8.3/Ex8_3.sce
new file mode 100755
index 000000000..4f4b62475
--- /dev/null
+++ b/992/CH8/EX8.3/Ex8_3.sce
@@ -0,0 +1,12 @@
+
+//Exa:8.3
+clc;
+clear;
+close;
+//Given:
+Bw=25;//in KHz
+Nr=2*Bw*1000;
+printf("\n Nyquist sampling rate = %f samples/seconds",Nr/1000);
+br=8;//bits
+Ne=br*Nr;
+printf("\n Transmitted elements = %f elements",Ne); \ No newline at end of file