//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)=')