summaryrefslogtreecommitdiff
path: root/876/CH6/EX6.6/Ex6_6t.txt
blob: 41643964c1f719b1bd14fff31d2a713996d51df1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//caption:Find conversion time required for cinvertor
//Ex6.6
clc
clear
close
N=8//bit of A/D convertor
Vr=2.56//clock voltage(in V)
Vin=1.728//input voltage(in V)
F=100*10^3//clock frequency(in Hz)
P=173//steps required for conversion
Po=1/F
T=P*Po
disp(T,'total conversion time(in second)=')