Você está na página 1de 12

Introduction to Fourier Series - GATE

Study Material in PDF


The previous GATE study material dealt with Linear Time Invariant Systems. In these
free GATE Notes, we will start with an introduction to Fourier Series These study
material covers everything that is necessary for GATE EC and GATE EE as well as other
exams like ISRO, IES, BARC, BSNL, DRDO etc. These notes can also be downloaded in PDF
so that your exam preparation is made easy and you ace your exam.
In these notes, we will learn what a Fourier Series is, the conditions for the existence of
a Fourier Series (also known as Dirichlets Conditions) as well as the different types of
Fourier Series (Trigonometric, Polar and Exponential). We will also take a look at the
Magnitude Spectrum, the Phase Spectrum and the Power Spectrum of a Fourier Series.
Then we will look at some examples.
You should probably go through the basics covered in previous articles, before starting
off with this module.

Recommended Reading
Laplace Transforms
Limits, Continuity & Differentiability
Mean Value Theorems
Differentiation
Partial Differentiation
Maxima and Minima
Methods of Integration & Standard Integrals
Vector Calculus
Vector Integration
1|Page

Time Signals & Signal Transformation


Standard Time Signals
Signal Classification
Types of Time Systems
Introduction to Linear Time Invariant Systems
Properties of LTI Systems

What is a Fourier Series?


The concept of vectors can directly be extended to signals due to the analogy between
signals and vectors. A Fourier Series is an expansion of a periodic function f(x) in terms
of an infinite sum of sines and cosines. Fourier series makes use of the orthogonality
relationships of the sine and cosine functions.
Since infinite cosine functions and infinite sine functions are mutually orthogonal /
exclusive. So it is possible to represent any function as the sum of infinite sine and
cosine functions (or linear combination of sine and cosine functions which is known as
Fourier series representation.)
It is possible to represent a given signal in Fourier series for one period which implies
that the Fourier series is applicable for periodic signals only.
Let x(t) be a periodic signal with fundamental period T then x(t) can be represented in
Fourier Series form as x(t) =
n=0[a n cos(n0 t) + bn sin(n0 t)]
an and bn are Fourier series coefficients.

Conditions for Existence of Fourier Series


The conditions for existence of Fourier series includes both necessary and sufficient
conditions. These are known as Dirichlets Conditions. These have been given as below
(i) Signal should be absolutely integrable over one period
T |x(t)| dt <
2|Page

(ii) Signal must have finite number of maximas and minimas in one period.
(iii) Signal must have finite number of discontinuities in one period.
First one is the necessary condition while the remaining two are the sufficient conditions

Forms of Fourier Series


Fourier series can be expressed into three different forms. These are been given as
follows A. Trigonometric Fourier series (TFS)
B. Compact Form / Polar Form Fourier series
C. Exponential Fourier series

A. Trigonometric Fourier Series


A periodic signal x(t) can be represented in the form of trigonometric Fourier series
containing sine and cosine terms
x(t) = a0 + a1 cos 0 t + a2 cos 20 t + . . . + b1 sin 0 t + b2 sin 20 t
x(t) =
n=0[a n cos(n0 t) + bn sin(n0 t)] ; t 0 t t 0 + T
Or
x(t) = a0 +
n=1(a n cos(n0 t) + bn sin(n0 t)) ; t 0 t t 0 + T
Where 0 =

2
T

and a0 , an , bn are coefficients of Trigonometric Fourier Series. 0 is

fundamental frequency and 20, 30. are called the harmonics of 0.


a0 is known as DC term and its value is given by 1

a0 = T T x(t)dt
It is clear from above equation that a0 is the average value or DC component of x(t) over
one period. Now, the coefficients an and bn are being calculated as follows
2

an = T T x(t) cos(n0 t) dt
2

bn = T T x(t) sin(n0 t) dt
a0, an and bn represent the similarity of the signal x(t) associated with DC, cosine and
sine function respectively.

Example 1:
3|Page

Find harmonics and TFS coefficients of the following signals.


1. x1(t) = cos(t + 30) + sin(2t)
4

. x2 (t) = 10 cos2 ( 5 t 450 )


4

. x3 (t) = cos(7t) 2 sin(2t + 20) + 5 cos (7 t + 10) sin(0.2t)


4. x4(t) = 4 sin(0.8t) + 2 cos(2t+30)

Solution:
1. x1(t) = cos(t+30) + sin2t
1 = , 2 = 2
1

= 2 = irrational

x1(t) is non-periodic
Fourier series does not exist for x1(t)
4

. x2 (t) = 10 cos2 (5 t 45) = 10

8
5

(1+cos( t90))
2

x2 (t) = 5 + 5 cos (5 t 90)


8

x2 (t) = 5 + 5 sin (5 t)
TFS
8

x2 (t) = a0 +
n=1 (a n cos (5 nt) + bn sin (5 nt))
8

16

16

= a0 + a1 cos ( t) + a2 cos ( t) +. . + b1 sin ( t) b2 sin ( t) +. .


By comparing, a0 = 5, a1 = 5
4

. x3 (t) = cos(7t) 2 sin(2t + 20) + 5 cos (7 t + 10) sin(0.2t)


4

1 = 7, 2 = 2, 3 = 7 , 4 = 0.2 = 5
1
2

= 2 = rational, 2 =
3

27
4

= rational, 3 = 70.2 = rational


4

Since all the ratios are rational therefore, x3(t) is periodic with period
GCD(7,2,4,1)

0 = LCM(1,1,7,5) = 35
4

x3 (t) = cos(35 70 t) 2 sin(35 20 t + 20) + 5 cos (35 7 0 t + 10)


sin(35 0.20 t)
x3 (t) = cos(2450 t) 2 sin(700 t + 20) + 5 cos(200 t + 10) sin(70 t)
x3 (t) = sin(70 t) + 5 cos 10 cos(200 t) 2 sin 20 cos(700 t) + cos(2450 t)
5 sin 10 sin(200 t) 2cos 20 sin(700 t)
By comparison with equation of TFS
a20 = 5 cos 10 ; a70 = 2 sin 20 , a245 = 1
b7 = 1; b20 = 5 Sin10 ; b70 = 2 cos 20
4. x4(t) = 4 sin(0.8t) + 2 cos(2t+30)
4|Page

1 = 0.8 =
1
2

0.8
2

4
5

, 2 = 2

= 0.4 = rational

x4(t) is a periodic signal with period 0


0 =

GCD(4,2)
LCM(5,1)

2
5

x4 (t) = 4 sin (2 0.8 0 t) + 2 cos (2 2 0 t + 30)


= 4 sin(20 t) + 2 cos(50 t + 30)
= 4 sin(20 t) + 2 cos 30 cos(50 t) 2 sin 30 sin(50 t)
= 4 sin(20 t) + 2

3
cos(50 t)
2

2 2 sin(50 t)

x4 (t) = 4 sin(20 t) + 3 cos(50 t) sin(50 t)


By comparing it with TFS equation
b2 = 4, a5 = 3, b5 = 1

B. Polar Fourier Series


This is another form of Fourier Series. It is also known as Compact form / Alternate
form / Phasor form Fourier series. Polar form is used to find the spectrums.
We know that sin = cos( - 90) and cos = sin( - 90)
In Polar form, all functions are represented in terms of cos. This form is used to find
the magnitude and phase of various frequency components.
Trigonometric Fourier series of x(t) was given as x(t) = a0 +
n=1(a n cos(n0 t) + bn sin(n0 t))
This can also be written in polar form as below
x(t) = s0 +
n=1 sn cos(n0 t + n )
Expanding the above equation, we get
x(t) = s0 +
n=1(sn cos n cos(n0 t) sn sin n sin(n0 t))
On comparing the trigonometric and polar form, we get
a0 = s0 , an = sn cos n , bn = sn sin n
b

Or s0 = a0 , sn = a2n + bn2 , n = tan1 (an )


n

Spectrum of Trigonometric Fourier Series


x(t) = s0 +
n=1 sn cos(n0 t + n )
= s0 + s1 cos(0 t + 1 ) + s2 cos(20 t + 2 ) + s3 cos(30 t + 3 ) +
x(t) = s0 + s1 1 and = 0 + s2 2 and = 20 + s3 3 and = 30
5|Page

Spectrum of TFS is one sided line spectrum or one sided discrete spectrum which is
defined at 0, 0, 20, 30, ..
(i) Magnitude Spectrum
Magnitude spectrum of the signal is being constructed using the following terms
|s0 | Magnitude associated with DC term. (=0)
|s1| Magnitude associated with frequency 0
|s2| Magnitude associated with frequency 20
The magnitude spectrum can be drawn as follows with the values calculated from
trigonometric Fourier series coefficients based on the formula given below.

s0 = a0 , sn = a2n + bn2
(ii) Phase Spectrum
The phase spectrum of the Fourier series consists of the following values
0 Phase associated with DC
1 Phase associated with 0
n Phase associated with n0
The phase spectrum is drawn as below with the values calculated from the formula
given previously.

6|Page

0 = {

0 ; for + ve DC
180 ; for ve DC
b

n = tan1 ( a n )
n

(iii) Power Spectrum


We have the signal as x(t) = s0 +
n=1 sn cos(n0 t + n ).
The power spectrum can be calculated from the formulae given below and can be drawn
as following -

Ptotal = P0 +
n=1 Pn
P0 =

s20
2

, Pn =

s2n
2

a2n +b2n
2

;n 0

C. Exponential Fourier Series


7|Page

The exponential Fourier series (EFS) is simpler and more compact. Hence this is most
widely used. Trigonometric Fourier series of x(t) is given as follows
x(t) = a0 +
n=1(a n cos(n0 t) + bn sin(n0 t))
This can also be written in exponential form as below x(t) = a0 +
n=1 (a n
an jbn

= a 0 +
n=1 (

ejnw0 t +ejnw0 t
2

+ bn

an +jbn

) ejnw0t + (

2
jnw0 t

2
jnw0 t

ejnw0 t ejnw0 t
2j

) ejnw0 t

= C0 +
+ Cn e
n=1 Cn e

jnw
t
0
x(t) = n= Cn e
EFS and Cn are exponential Fourier series coefficients.
Where, C0 = a0;
Cn =

an jbn

and Cn =
2
jnw0 t
x(t) =
n= Cn e
1
Where C0 = T x(t)dt
T
1
Cn = T T x(t)ejnw0t dt

an +jbn
2

; for n = 0
;

for n 0.

The relation of coefficients of trigonometric and exponential Fourier series are being
given as followsc0 = a0
a0 = c0
a jb
cn = n 2 n | an = cn + cn
a +jb
c = n n bn = (jcn cn )
n

cn =

cn

Since cn and c-n are complex. Hence exponential Fourier series is also known as complex
Fourier series (CFS) and coefficients are known as complex coefficients and spectrum is
complex spectrum.

Spectrum of Exponential Fourier Series


For EFS, the signal has been represented as follows
jnw0 t
x(t) =
= c0 + c1 ejnw0 t + c2 ejnw0 t +. . +c1 ejw0 t + c2 ej2w0t +..
n= cn e

Thus for Exponential Fourier series, spectrum of EFS is two sided line spectrum or two
sided discrete spectrum, which is defined at = 0, 0 , 20 , 30 , .
8|Page

There are three components to represent the spectrum. These are magnitude, phase
and power spectrum.
(i) Magnitude Spectrum
1

For magnitude spectrum, we have |c0 | = |a0 |, |cn | = 2 a2n + bn2 = |cn | =
Hence it can be drawn as

Therefore, magnitude spectrum is even function of .


(ii) Phase Spectrum
The Phase spectrum for this series is drawn from the following formulae
0 ; for + ve DC
0 = {
180 ; for ve DC
cn =

an jbn

cn =

2
an +jbn
2

n = tan1 ( a n ) = tan1 (an )


n

n =

b
tan1 (an )
n

n = n
A phase spectrum will generally look like the one below

9|Page

sn
2

Phase spectrum of EFS is odd function of , i.e. anti-symmetric about = 0.


(iii) Power Spectrum
The power spectrum will be drawn through the following formulae
p0 = |c0 |2
1

pn = |cn |2 = 4 (a2n + b2n ) =

s2n
4

, pn = |cn |2 = 4 (a2n + b2n ) =

s2n
4

pn = pn
A typical Power Spectrum will be looking like the one below

Power spectrum is even function of . i. e. symmetric about = 0.

Example 2:
Find the Fourier series of the following signal

Solution:
x1(t) represents the periodic train of impulses with period T. Strength A and centered
about t=0.
A(t);
for t = 0
x1 (t) = {
T
T
0 ; for 2 < t < 2 and t 0
2

and periodic with period T =


jn0 t
x1 (t) =
n= cn e

10 | P a g e

c0 = T T x1 (t) dt = T T2 A(t) = T
2

cn = T T x1 (t)ejn0 t dt = T T2 A(t) ejn0 t dt


2

T
2
jn0 0
.
e
(t)dt

T
2
T
A

=T

cn = T

j nt
jn0 nt
x1 (t) = T
= T
Periodic train of impulses
n= e
n= e T

Example 3:
Find the Fourier series of the following signal

Solution:
x2 (t)represents periodic train of pulses with period T, height A, width and centered
about t = 0.
A ; 2 < t < 2
x2 (t) = {
0 ; T2 < t < 2 and 2 < t < T2
2
and periodic with period, T =
0

jn0 t
x2 (t) =
n= cn e
1

c0 = T T x2 (t)dt = T 2 A dt =
2

cn = T T x2 (t)ejn0 t dt =
A

= T . jn e

jn0 t

cn = T . jn
A

= T n

=T

ejn0

ejn0 2 ejn0 2

.2 2 .

11 | P a g e

2 Aejn0 t
T 2
1

dt

2
jn0 2
(e

2j

= T . n . sin(n0 2)
0

sin(n0 )
n0

2)

A
T

2
)
T 2
2
n
T 2

sin(n

A
T

n
)
T
n
T

sin(

cn =

A
T

. sinc ( T )

x2 (t) =
n=

A
T

. sinc ( T ) . ejn0 t

Periodic train of pulses

We will continue with the properties of Fourier series in the next article. Did you like
this article on Introduction to Fourier Series? Let us know in the comments. You may
also enjoy
Properties of Fourier Series
Symmetry Conditions in Fourier Series
Fourier Transform

12 | P a g e

Você também pode gostar