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