summaryrefslogtreecommitdiff
path: root/569/CH2/EX2.23/2_23.sci
blob: f0dba61b7ffd650172ac09a9b07b5a7aa8af4033 (plain)
1
2
3
4
5
6
7
//calculating the Resolution
clc;
Fs=9.999;
D=9999;
SD=Fs/D;
R=SD;
disp(R,'resolution (V)=')