summaryrefslogtreecommitdiff
path: root/3756/CH6/EX6.7/Ex6_7.sce
blob: efc1bb918761212890af7f6da139b2a0e7deaeca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
clc
//
//
//

//Variable declaration
Q=2000    //Quality Factor
f=240      //Frequency


//Calculations
Tau=((Q)/(2*3.14*f))
t=4*Tau

//Result
printf("\n The Time in which the amplitude decreases is %1.1f sec",t)