diff options
Diffstat (limited to '752/CH11/EX11.3.2/11_3_2.sce')
-rwxr-xr-x | 752/CH11/EX11.3.2/11_3_2.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/752/CH11/EX11.3.2/11_3_2.sce b/752/CH11/EX11.3.2/11_3_2.sce new file mode 100755 index 000000000..b10c5a2ec --- /dev/null +++ b/752/CH11/EX11.3.2/11_3_2.sce @@ -0,0 +1,11 @@ +clc;
+//page no 393
+//prob no. 11.3.2
+//A telephone signal wih cut off freq=4kHz digitzed into 8-bit at nyquist sampling rate fs=2W
+q=1;W=4*10^3;n=8;
+//a)Determination of Tx Bandwidth
+B=(1+q)*W*n;
+disp('Hz',B,'a)The transmission BW is');
+//b)Determination of quantization S/N ratio
+SN_dB=6*n;
+disp('dB',SN_dB,'b)The quantization S/N ration is');
\ No newline at end of file |