summaryrefslogtreecommitdiff
path: root/876/CH7/EX7.22/Ex7_22.sce
blob: e8af4b30c4c46d49e43c08c85f148d0395d8466a (plain)
1
2
3
4
5
6
7
8
9
10
//caption:find frequency time period of the system
//Ex7.22
clc
clear
close
n=30//reading of digital frequency counter
F=10^6//gate time period(in second)
T=1/F
t=n*T
disp(t,'frequency time period of the system(in second)=')