diff options
Diffstat (limited to '995/CH4/EX4.3/Ex4_3.sce')
-rwxr-xr-x | 995/CH4/EX4.3/Ex4_3.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/995/CH4/EX4.3/Ex4_3.sce b/995/CH4/EX4.3/Ex4_3.sce new file mode 100755 index 000000000..2118f5936 --- /dev/null +++ b/995/CH4/EX4.3/Ex4_3.sce @@ -0,0 +1,7 @@ +//Ex:4.3
+clc;
+clear;
+close;
+T=40*10^-3;//in Hz
+f=1/T;
+printf("Frequency of 40 ms waveform = %f Hz",f);
\ No newline at end of file |