summaryrefslogtreecommitdiff
path: root/45/CH12/EX12.10/example_12_10.sce
blob: 1d0270cb63b652b99e32bfbb682f498318a7fcaa (plain)
1
2
3
4
5
6
//Example 12.10
clc;
clear;
disp("The LSB of an 11-bit system has a resolution of 1/2048");
re =ceil(10000/2048); // calculting the resolution
printf("\n\n 1/2048 x 10 = %d mV",re);