blob: 28f93e559bf3d50d1d55fcd4a729f010e58a97ff (
plain)
1
2
3
4
5
6
7
8
9
10
|
//Example 8// time interval
clc;
clear;
close;
q=5*10^4;//quality factor
x=1/10;//
fr=300;//second^-1
to=q/(2*%pi*fr);//second
xm=((to*log(10)));//seconds
disp(xm,"time interval is,(seconds)=")
|