Lecture - One Digital Signal Processing
Lecture - One Digital Signal Processing
PROCESSING
Introduction
Lecture 1
Solomon T.
The order in which we perform the operation does not matter, and we can
interchange the arguments of x and h without affecting the result.
y[n] =x[n] *h[n]= h[n] *x[n]
This method is based on the idea that the convolution y[n] equals the sum
of the (shifted) impulse responses due to each of the impulses that make
up the input x[n].
Line up the sequence x[n] below the sequence h[n].
Line up with each sample of x[n], the product of the entire array h[n]
with that sample of x[n].
Sum the columns of the (successively shifted) arrays to generate the
convolution sequence.
Example 1: A filter has an impulse response given by h[n] = {1,2, 2, 3}.
Find its response y[n] to the input x[n] = {2,-1, 3}. Assume that both x[n]
and h[n] start at n = 0.
Write down the sequence x[n] and h[n] as shown in the figure below
Multiply each and every sample in h[n]with the samples of x[n] and bulate the
values
Divide the elements in the table by drawing diagonal lines
Starting from the left sum all elements in each strip and write down in the same order
x[n] /h[n] 3 2 1 2
1 a b c d
2 b c d e
1 c d e f
2 d e f g
Mekelle Institute of Technology-Mekelle University (MIT 10/29/2024 24
CONT‘D
Answer
3 2 1 2
1 3 2 1 2
2 6 4 2 4
1 3 2 1 2
2 6 4 2 4