summaryrefslogtreecommitdiff
path: root/911/CH10/EX10.6/ex_10_6_a.sce
blob: c61234b4f51e3397de20c005d8ab5490acc81c47 (plain)
1
2
3
4
5
6
7
8
//example 10.6(a)//
clc
//clears the screen//
clear
//clears all variables//
q=5000/(2^8-1);
//quantiztion error//
disp(q,'quantization error (mV) =')