diff options
Diffstat (limited to '752/CH11/EX11.3.1/11_3_1.sce')
-rwxr-xr-x | 752/CH11/EX11.3.1/11_3_1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/752/CH11/EX11.3.1/11_3_1.sce b/752/CH11/EX11.3.1/11_3_1.sce new file mode 100755 index 000000000..2bc6f4166 --- /dev/null +++ b/752/CH11/EX11.3.1/11_3_1.sce @@ -0,0 +1,9 @@ +clc;
+//page no 392
+//prob no. 11.3.1
+//PCM system with SNR=40dB & rms peak ratio=-10
+SNR=40;
+//a)Determination of no. of bits/code
+n=(SNR-(10*log10(3))-(-10))/(20*log10(2));
+disp(n,'The no. of bits per code word is');
+disp('Rounded off ','=8');
\ No newline at end of file |