summaryrefslogtreecommitdiff
path: root/3754/CH13/EX13.6/13_6.sce
blob: 8e196eeee8ce6a132eac2af762ccc8db1254e81b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clear//

//Variables

T = 0.04 * 10**-6                     //Time period (in seconds)

//Calculation

f = 1/T                               //Frequency (in Hertz)
f = f * 10**-6                        //Frequency (in Mega-Hertz)
f5 = 5 * f                            //%th - harmonic (in Mega-Hertz)

//Result

printf("\n Frequency of 5th harmonic is  %0.3f  MHz.",f5)