summaryrefslogtreecommitdiff
path: root/45/CH12/EX12.9/example_12_9.sce
blob: 902a1db0aa63df4c4ce519f250a4f2b0aa7cfc24 (plain)
1
2
3
4
5
6
7
8
//Example 12.9
clc;
clear
resol = 1/512 * 100 ; // calculating resol 
vol_resol = 1/512 *5 *1000;
printf("Resoluition in percentage = %f",resol);

printf("\n\n Voltage resolution = %f mV",vol_resol);