diff options
Diffstat (limited to '876/CH7/EX7.20/Ex7_20.sce')
-rwxr-xr-x | 876/CH7/EX7.20/Ex7_20.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/876/CH7/EX7.20/Ex7_20.sce b/876/CH7/EX7.20/Ex7_20.sce new file mode 100755 index 000000000..491f1021d --- /dev/null +++ b/876/CH7/EX7.20/Ex7_20.sce @@ -0,0 +1,9 @@ +//caption:Find input frequency applied to the system
+//Ex7.20
+clc
+clear
+close
+F=1//frequency of crystal oscillator(in kilo Hz)
+p=10//pulses
+f=F*p
+disp(f,'input frequency applied to the system(in kilo Hz)=')
\ No newline at end of file |