summaryrefslogtreecommitdiff
path: root/992/CH9/EX9.8/ex9_8.txt
diff options
context:
space:
mode:
Diffstat (limited to '992/CH9/EX9.8/ex9_8.txt')
-rwxr-xr-x992/CH9/EX9.8/ex9_8.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/992/CH9/EX9.8/ex9_8.txt b/992/CH9/EX9.8/ex9_8.txt
new file mode 100755
index 000000000..5afb18723
--- /dev/null
+++ b/992/CH9/EX9.8/ex9_8.txt
@@ -0,0 +1,12 @@
+//Caption:Program to number of bits required per sample,minimum bandwidth for multiplexed signal.
+//Exa:9.8
+clc;
+clear;
+close;
+//Given:
+SQNR=20;
+Nq=3*10^-4;//in Watts
+S=sqrt(12*3*10^-4);
+M=(3.8+3.8)/S;//-3.8V to 3.8V signal variation
+n=log2(M);
+printf("Number of bits per sample %f",n); \ No newline at end of file