summaryrefslogtreecommitdiff
path: root/978/CH12/EX12.7/Example12_7.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /978/CH12/EX12.7/Example12_7.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 '978/CH12/EX12.7/Example12_7.sce')
-rwxr-xr-x978/CH12/EX12.7/Example12_7.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/978/CH12/EX12.7/Example12_7.sce b/978/CH12/EX12.7/Example12_7.sce
new file mode 100755
index 000000000..a6276c0c2
--- /dev/null
+++ b/978/CH12/EX12.7/Example12_7.sce
@@ -0,0 +1,13 @@
+//chapter-12,Example12_7,pg 509
+
+Br=576*10^3//bit rate conversion
+
+n=8//resolution requirement per channel
+
+fs=1000//sampling rate
+
+N=(Br/(fs*3*n))//no. of channels
+
+printf("no. of channels accomodated\n")
+
+printf("N=%.2f \n",N) \ No newline at end of file