summaryrefslogtreecommitdiff
path: root/3809/CH1/EX1.9/EX1_9.sce
blob: b2f991a46635c24d859500897324ddf6386f8fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Chapter 1, Example 1.9

clc
//Initialisation
f=50                            //Frequency in Hertz


//Calculation
t=1/f                           //Time Period in Sec


//Results
printf("Time Period, T = %d ms",(t*1000))