summaryrefslogtreecommitdiff
path: root/2582/CH6/EX6.9/Ex6_9.sce
blob: d354b009e9587fc5723af005de892b6a210d07d1 (plain)
1
2
3
4
5
6
//Ex 6.9
clc;clear;close;
n=8;//no. of bits
f=1*10^6;//Hz(Clock frequency)
TC=1/f*(n+1);//seconds
disp(TC*10^6,"Conversion time in micro seconds");