diff options
Diffstat (limited to '911/CH10/EX10.10.a/ex_10_10_a.sce')
-rw-r--r-- | 911/CH10/EX10.10.a/ex_10_10_a.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/911/CH10/EX10.10.a/ex_10_10_a.sce b/911/CH10/EX10.10.a/ex_10_10_a.sce new file mode 100644 index 000000000..0883567f2 --- /dev/null +++ b/911/CH10/EX10.10.a/ex_10_10_a.sce @@ -0,0 +1,10 @@ +//exmaple 10.10(a)//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+ctp=1/(10*10^6);
+//clock time period in seconds//
+act=(2^8-1)/2*ctp*10^6;
+//Average conversion time in case of counter type A/D converter//
+disp(act, 'Average conversion time in case of counter type A/D converter (in micro sec) =')
\ No newline at end of file |