Unit 4.2_ Fourier transforms of commonly occurring signals — EG-247 Digital Signal Processing
Unit 4.2_ Fourier transforms of commonly occurring signals — EG-247 Digital Signal Processing
2: Fourier transforms of
commonly occurring signals
Contents
Colophon
Not e on Not at ion
Agenda
Reminder of t he Definit ions
Table of Common Fourier Transform Pairs
Some Select ed Fourier Transforms
Derivat ion of t he Fourier Transform from t he Laplace Transform
Fourier Transforms of Common Signals
Suggest ions for Furt her Reading
Summary
References
Colophon
An annot at able worksheet for t his present at ion is available as Worksheet 6.
I checked ot her sources and Hsu (Schaum’s Signals and Syst ems)[Hsu, 2011] and Morrell (The
Fourier Analysis Video Series on YouTube) bot h use t he F (ω) not at ion.
According t o Wikipedia Fourier Transform: Ot her Not at ions bot h are used only by elect ronic
engineers anyway and eit her would be accept ible.
There is some advant age in using Boulet ’s not at ion F (jω) in t hat it helps t o reinforce t he idea
t hat Fourier Transform is a special case of t he Laplace Transform and it was t he not at ion t hat I
used in t he last sect ion.
In t hese not es, I’ve used t he ot her convent ion on t he basis t hat it s t he more likely t o be seen in
your support mat erials.
You should be aware t hat Fourier Transforms are in general complex so what ever t he not at ion
used t o represent t he t ransform, we are st ill dealing wit h real and imaginary part s or magnit udes
and phases when we use t he actual transforms in analysis.
Agenda
Tables of Transform Pairs
Examples of Select ed Transforms
Relat ionship bet ween Laplace and Fourier
Fourier Transforms of Common Signals
∞
F {f(t)} = ∫ f(t)e −jωt dt = F (ω).
−∞
∞
−1 1
F {F (ω)} = ∫ F (ω)e jωt dω = f(t).
2π −∞
Not e, t he fact or 2π is int roduced because we are changing unit s from radians/second t o
seconds.
This has import ant consequences in filt er design and lat er when we consider sampled dat a
syst ems.
5. Unit st ep u 0 (t) 1
+ πδ(ω)
jω
The Fourier t ransforms of such signals will be complex cont inous funct ions of frequency which
have real and imaginary part s and will exist at bot h posit ive and negat ive values of ω.
As for t he Laplace t ransform, t his is more convenient ly det ermined by exploit ing t he time
convolution property. That is by performing a Fourier t ransform of t he signal, mult iplying it by
t he syst em’s frequency response and t hen inverse Fourier t ransforming t he result .
Have t hese ideas in mind as we go t hrough t he examples in t he rest of t his sect ion.
δ(t) ⇔ 1
format compact
syms t;
fourier(dirac(t))
ans =
Relat ed:
δ(t − t 0 ) ⇔ e −jωt0
DC
1 ⇔ 2πδ(ω)
Matlab:
syms t omega;
A = sym(1);
fourier(A,omega)
ans =
e jω0 t ⇔ 2πδ(ω − ω 0 )
1 jω0 t
cos(t) = (e + e −jω0 t ) ⇔ πδ(ω − ω 0 ) + πδ(ω + ω 0 )
2
Not e: f(t) is real and even. F (ω) is also real and even.
Sinewave
1 jω0 t
sin(t) = (e − e −jω0 t ) ⇔ −jπδ(ω − ω 0 ) + jπδ(ω + ω 0 )
j2
⎧−1 t < 0
sgn t = ⎨ 0 x = 0
⎩
+1 t > 0
2
sgn t = u 0 (t) − u 0 (−t) =
jω
Clue
Define
⎪
This funct ion is oft en used t o model a voltage comparitor in circuit s.
F {u 0 (t))} = πδ(ω) +
Proof
sgn t = 2u 0 (t) − 1
so
1 sgn t
u 0 (t) = +
2 2
1
u 0 (t) ⇔ πδ(ω) +
jω
QED
1
u 0 (t) ⇔ πδ(ω) +
jω
Example 5
Use t he result s derived so far t o show t hat
1
e jω0 t u 0 (t) ⇔ πδ(ω − ω 0 ) +
j(ω − ω 0 )
Example 6
Use t he result s derived so far t o show t hat
π ω0
sin ω 0 t u 0 (t) ⇔ [δ(ω − ω 0 ) − δ(ω + ω 0 )] + 2
j2 ω0 − ω2
Important note: t he equivalent example in Karris (Sect ion 8.4.9 Eq. 8.75 pp 8-23—8-24) is
wrong!
Solution to example 7
π jω
cos ω 0 t u 0 (t) ⇔ [δ(ω − ω 0 ) + δ(ω + ω 0 )] + 2
2 ω0 − ω2
1
L {e −at u 0 (t)} =
s+a
Comput e
F {e −at u 0 (t)}
Solution to example 8
1
jω + a
s+a
L {e −at cos ω 0 t u 0 (t)} =
(s + a) 2 + ω 20
Comput e
Solution to example 9
jω + a
(jω + a) 2 + ω 20
I will not provide not es for t hese, but you will find more det ails in Chapt er 8 of Karris and
Chapt er 5 of Boulet and I have creat ed some worked examples (see Canvas and t he OneNot e
not ebook) t o help wit h revision.
Time mult iplicat ion and it s relat ion t o amplit ude modulat ion (pp 182—183).
Fourier t ransform of t he complex exponent ial signal e (α+jβ)t wit h graphs (pp 184—187).
Use of inverse Fourier series t o det ermine f(t) from a given F (jω) and t he “ideal” low-
pass filt er (pp 188—191).
The Dualit y of t he Fourier t ransform (pp 191—192).
Summary
Tables of Transform Pairs
Examples of Select ed Transforms
Relat ionship bet ween Laplace and Fourier
Fourier Transforms of Common Signals
References
See Bibliography.
Next Section
Previous Next
Unit 4.1: Defining the Fourier Unit 4.3: Fourier Transforms for
Transform Circuit and LTI Systems
Analysis