Frequency Response and Continuous-Time Fourier Transform
Frequency Response and Continuous-Time Fourier Transform
Frequency Response and Continuous-Time Fourier Transform
II. LTI systems in the Frequency Domain - Impulse Response and Frequency Response relation - Computation of general system responses in the FD III. Applications to audio signals - A simple design of an equalizer
Objectives
How can we extend the Fourier Series method to other signals? There are two main approaches: The Fourier Transform (used in signal processing) The Laplace Transform (used in linear control systems)
The Fourier Transform is a particular case of the Laplace Transform, so the properties of Laplace transforms are inherited by Fourier transforms. One can compute Fourier transforms in the same way as Laplace transforms.
Fourier Transform
Generalization of Fourier Series to aperiodic functions Recall, for a periodic function x(t) of period T0,
$
x(t) =
% X[k]e
k =#$
jk" 0 t
T0 2
Fourier transform
#!
$ x(t) dt < #
"#
L(s) =
$ g(t)e
"#
"st
dt
F( j" ) =
% g(t)e
#$
# j"t
dt
F( j" ) = L( j" )
! ! F( j" ) is often called spectrum or amplitude spectral density ! (spectral refers to variation with respect to frequency, density refers to amplitude per unit frequency)
Sometimes, the transform is seen as a function of cyclic frequency 2"f = # . That is,
F( j" ) = F( j2#f ) = F( f )
F( j" ) = F( j" /2# ) = F( f )
!
x(t) =
-
% X[k]e
k =#$
jk" 0 t
Low-pass
High-pass
Band-pass
Examples: computation of FT
Lets compute the FT of x(t)= e "a|t| , Re(a) > 0
$ $ # j"t 0 $
X( j" ) =
dt = % e #a|t|e # j"t dt = % e at # j"t dt + #$ #$ ! #$ & 1 )0 & 1 )$ =( e(a # j" )t + # ( e #( a + j" )t + ' a # j" * #$ ' a + j" *0 1 1 2a = + = 2 a # j" a + j" a + " 2
% x(t)e
%e
0
#at # j"t
dt
x(t)= 1
% x(t)e
#$
dt = % e # j"t dt = ? ! #$
Computation of FT
What do we do? Calculate FT of
" #0
!
&
"#0
lim X" ( j$ ) = %, if $ = 0
'X
%&
"
( j# )d# = 2$
Graphical representation
1" 2#$ (% )
! ! !
!
!
!
!
j [ X( j" + j" 0 ) $ X( j" $ j" 0 )] 2 1 x(t)cos " 0 t # [ X( j" + j" 0 ) + X( j" $ j" 0 )] 2 x(t)sin " 0 t #
Differentiation
!
d n x(t) n " ( j# ) X( j# ) dt n
t
Integration
!
!
#$
x(t) =
% X[k]e
k =#$
jk" 0 t
!
!
X( j" ) = 2#
Convolution/Multiplication duality:
%
! In particular we have
h(t) " F # H( j% ) $
! ! ! The Frequency Response contains all the information needed to determine any system response
!
Deconvolutions can be computed by division in the FD: If y(t) = h(t) * x(t) , then
Signals/systems in the FD
Similarly to the Fourier Series case, once the input signal and system Fourier transforms are computed, the response can be obtained through simple multiplication and sum operations
Additionally, the FT/IFT can be approximated in a computer through special routines: the FFT (Fast Fourier Transform) and the IFFT (Inverse Fast Fourier Transform)
Overall, this makes the whole process in the FD much faster than convolution in the TD. The only disadvantage is that the FT only applies to finite energy signals
Signals/systems in the FD
Goals
I. (Finite-energy) signals in the Frequency Domain - The Fourier Transform of a signal - Classification of signals according to their spectrum (lowpass signals, high-pass signals, band-pass signals)
- Fourier Transform properties
-Treble volume or high frequencies can be implemented using a high-pass filter j"
!
H 2 (" ) =
j" + " c
-The previous two filters can be combined together to filter only those sounds with frequencies around a value of " c !
H 3 (" ) =
!
!
(Each color corresponds to a different ( j" ) 2 + j2" 0" /10 # + " 0 2 H1 ( j" ) = choice of " ) ( j" ) 2 + j2" 0" $ 10 # + " 0 2
The center frequencies of each band-pass filter are 20Hz, 30Hz, 40Hz,. The Frequency Response of the equalizer is obtained by summing all the band-pass filters FR. By choosing different values of the parameters beta, one can emphasize or de-emphasize any frequency range in an audio signal
Summary
Important points to remember: A signal can be classified into a low-pass, high-pass or band-pass signal depending on its magnitude and phase spectrum In the time domain, low-pass signals correspond to signals with slow transitions. High-pass signals correspond to signals with fast transitions. Band-pass signals look like sinusoids/co-sinusoids. The Fourier Transform theory allows us to extend the techniques and advantages of Fourier Series to more general signals and systems In particular we can compute the response of a system to a signal by multiplying the system Frequency Response and the signal Fourier Transform. (And we can avoid convolution) The Fourier Transform of the Impulse Response of a system is precisely the Frequency Response The Fourier Transform theory can be used to accomplish different audio effects, e.g. the design of equalizers