diff options
Diffstat (limited to '911/CH13/EX13.2/ex_13_2.sce')
-rw-r--r-- | 911/CH13/EX13.2/ex_13_2.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/911/CH13/EX13.2/ex_13_2.sce b/911/CH13/EX13.2/ex_13_2.sce new file mode 100644 index 000000000..9fcc7bedc --- /dev/null +++ b/911/CH13/EX13.2/ex_13_2.sce @@ -0,0 +1,12 @@ +//example 13.2//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+mi=125;
+//minimum time period in ns//
+ma=100
+//maximum time period in ms//
+f=1000/mi;
+//frequency in MHz//
+disp(f,'frequency of microcontroller (in MHz) = ')
\ No newline at end of file |