diff options
Diffstat (limited to '992/CH9/EX9.7/Ex9_7.sce')
-rwxr-xr-x | 992/CH9/EX9.7/Ex9_7.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/992/CH9/EX9.7/Ex9_7.sce b/992/CH9/EX9.7/Ex9_7.sce new file mode 100755 index 000000000..fe80187c2 --- /dev/null +++ b/992/CH9/EX9.7/Ex9_7.sce @@ -0,0 +1,14 @@ +
+//Exa:9.7
+clc;
+clear;
+close;
+//Given:
+c=3500;
+b=60000;
+l=b/2/c;
+M=2^l;
+Vrms=0.2;//in volts
+s=4/M;
+SQNR=20*[log10(Vrms/s)]+10*log10(12);
+printf("\nThe signal to quantisation ratio is(SQNR)=%fdB",SQNR);
\ No newline at end of file |