summaryrefslogtreecommitdiff
path: root/2414/CH13/EX13.5/Ex13_5.sce
blob: d5f958e0b3347969ea4f8b595fc9c15fffffe44b (plain)
1
2
3
4
5
6
7
8
9
10
11
clc;
close();
clear();
//page no 450
//prob no. 13.5
SNoutdB=53;
N=(SNoutdB-1.76)/6.02;
mprintf(' N=%.2f bits \n',N);
N=9;   //roundup
mprintf(' N=%i bits \n',N);