summaryrefslogtreecommitdiff
path: root/74/CH12/EX12.8/example8_sce.sce
blob: 0ea168ebe36fb6a8c8cc7f946938790c253cdc48 (plain)
1
2
3
4
5
6
7
//chapter 12
// example 12.8
//page 426
n=12;// 12-bit ADC
Vi=4.095;//input voltage
Qe=Vi/((2^n-1)*2);// quqntizing error
disp(Qe)