diff options
Diffstat (limited to '2414/CH13/EX13.5')
-rwxr-xr-x | 2414/CH13/EX13.5/Ex13_5.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2414/CH13/EX13.5/Ex13_5.sce b/2414/CH13/EX13.5/Ex13_5.sce new file mode 100755 index 000000000..d5f958e0b --- /dev/null +++ b/2414/CH13/EX13.5/Ex13_5.sce @@ -0,0 +1,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);
+
|