0% found this document useful (0 votes)
76 views

DSP Tutorial 2

This document provides a tutorial on digital signal processing and convolution. It contains multiple examples of computing the convolution y(n) of input signals x(n) and impulse responses h(n). For each example, it gives the expressions for x(n) and h(n) and asks the reader to calculate the resulting convolution y(n)=x(n)*h(n). There are over 10 such examples provided with different signal and impulse response definitions. The deadline to submit any work from this tutorial is August 24, 2012.

Uploaded by

Alpesh Dafda
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views

DSP Tutorial 2

This document provides a tutorial on digital signal processing and convolution. It contains multiple examples of computing the convolution y(n) of input signals x(n) and impulse responses h(n). For each example, it gives the expressions for x(n) and h(n) and asks the reader to calculate the resulting convolution y(n)=x(n)*h(n). There are over 10 such examples provided with different signal and impulse response definitions. The deadline to submit any work from this tutorial is August 24, 2012.

Uploaded by

Alpesh Dafda
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Digital Signal Processing

Tutorial 2
[Last Date of Submission: 24/8/2012, can submit before Last Date]
(1) x[n] and h[n] are given below, compute the convolution y[n] = x[n]*h[n]....................
a) x[n] = [1 2 4],
h[n] = [1 1 1 1 1].
b) x[n] = [1 2 3 4 5],
h[n] = [1].
c) x[n] = [1 2 -1],
h[n] = x[n].
d) x[n] = [1 -2 3],
h[n] = [0 0 1 1 1 1].
e) x[n] = [0 0 1 1 1 1],
h[n] = [1 -2 3].
f) x[n] = [1 1 0 1 1],
h[n] = [1 -2 -3 4].
g) x[n] = [1 2 0 2 1],
h[n] = x[n].
h) x[n] = [1 4 -3 6 4],
h[n] = [2 -4 3].
i) x[n] = 1, n = -2,0,1
h[n] = [n]- [n-1] +[n-4].
= 2, n = -1
= 0, elsewhere.
(2) x[n] and h[n] are given below, compute the convolution y[n] = x[n]*h[n]....................
a) x[n] = (-1)n,
h[n] = 2n u[2n+2].
b) x[n] = (1/4n) u[n],
h[n] = u[n+2].
n
c) x[n] = 3 u[-n+3],
h[n] = u[n-2].
d) x[n] = u[n+3],
h[n] = u[n-3].
n
e) x[n] = 2 , -3n5.
h[n] = 1, 0n4.
= 0, elsewhere.
= 0, elsewhere.
n
f) x[n] = (1/2 ) u[n]
x[n] = (1/4n) u[n].
g) x[n] = n , -3n5
h[n] = 1 , 0n4
= 0 , elsewhere
= 0 , elsewhere.

You might also like