summaryrefslogtreecommitdiff
path: root/2528/CH12/EX12.2/Ex12_2.sce
blob: abf0319a33e1ad20a6078b8b112256f750cfadbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Chapter 12
// Step size
// Page.No-446
// Example12_2
// Given
clear;clc;
Bits=16;
V=0.775;            //in V
Vp=1.550;            //in Vp_p
levels=2^Bits;       //12 bit words
DR=6*Bits;
printf("\n The Dynamic Range is  = %.0f dB\n",DR); // 
step=Vp/levels;
printf("\n The system can resolve = %.8f V\n",step); // Result