summaryrefslogtreecommitdiff
path: root/1994/CH3/EX3.2/Example3_2.sce
blob: ebd018a8095e8b0df9a44ba3024ab9c1105a0a02 (plain)
1
2
3
4
5
6
//Chapter-3,Example3_2,pg 3_6
Vifs=4.095
n=12
Qe=Vifs/(((2^n)-1)*2)
printf("quantisation error\n")
printf("Qe=%.5f V",Qe)