summaryrefslogtreecommitdiff
path: root/911/CH10/EX10.7/ex_10_7.sce
blob: 9fb81c60881fad865ee3bb303fae2888405231bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//example 10.7//
clc
//clears the screen//
clear
//clears all existing variables//
t=2^12-1;
//cycles of clock input//
ctp=1;
//conversion time period (in micro sec)//
mct=t*ctp/1000;
//maximum conversion time//
act=mct/2;
//average conversion time//
disp(act, ' average conversion time (in ms) = ')