DIGITAL SIGNAL
PROCESSING
MODULE- 2
Circular Convolution,
Linear Filtering
By
Ms.J.Shiny Christobel, AP/ECE,
Sri Ramakrishna Institute of Technology, Coimbatore
1
X1(n) is fixed & marked in Anti Clockwise Direction
X2(n) is marked in clockwise direction . But
Rotation in Anti Clockwise Direction
Solution:
2 9-May-24
Circular Convolution without zero padding
15 9-May-24
Circular Convolution with zero padding
x(n) = {1,2,3,1} , length of x(n) is L = 4
h(n) = {1,1,1} , length of h(n) is M = 3
if
append (L-1) zeroes at the end of x(n)
append (M-1) zeroes at the end of h(n)
then the given sequence will be
x(n) = {1,2,3,1,0,0}
h(n) = {1,1,1,0,0,0}
16 9-May-24
17 9-May-24
18 9-May-24
19 9-May-24
Use of FFT in Linear Filtering
Methods:
(1)Overlap Add Method
(2)Overlap Save Method
Fast Convolution
Linear filtering Long Sequences
20 9-May-24