You are on page 1of 1

EED305-Lab-1

Course: Digital Signal Processing


Dr. Madhur Deo Upadhayay

Instructor:

1. Write a program by Matrix Method which gives the convolution result by taking the input
sequences x and h .
a. Take

x (n)

from the Xdata.mat given

b. Take h(n) from the Hdata.mat given


c. Compute the

y (n) by your program

d. Perform the following steps


i.

y=Hx

HT

ii. Apply
iii. Perform

( HT H )

H T y=H T Hx

on both sides
1

(HT H )

on both sides for the above resultant


1

H T y=( H T H ) H Hx

iv. Let us consider

^x =( H T H )

H y , Now find the

||^x x||

e. Now take h(n)=x(n) and compute y (n) ?

*Note: 1. Generalize your program as much as possible, which will be helpful for
further labs
2. Zip all your files (includes soft copy and .m files) and submit to respective
lab TA

You might also like