summaryrefslogtreecommitdiff
path: root/876/CH7/EX7.21/Ex7_21.sce
diff options
context:
space:
mode:
Diffstat (limited to '876/CH7/EX7.21/Ex7_21.sce')
-rwxr-xr-x876/CH7/EX7.21/Ex7_21.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/876/CH7/EX7.21/Ex7_21.sce b/876/CH7/EX7.21/Ex7_21.sce
new file mode 100755
index 000000000..71dbe9eca
--- /dev/null
+++ b/876/CH7/EX7.21/Ex7_21.sce
@@ -0,0 +1,10 @@
+//caption:find frequency of the system
+//Ex7.21
+clc
+clear
+close
+n=45//reading of digital frequency counter
+T=10*10^-3//gate time period(in second)
+F=1/T
+f=n*F
+disp(f,'frequency of the system(in Hz)=') \ No newline at end of file