[go: up one dir, main page]

0% found this document useful (0 votes)
91 views1 page

Matlab Questions Tangirala Naga Venkata Sri Harsha

Tangirala Sri Harsha is an undergraduate E.C.E student in his junior year and is well versed with the concepts and tools used in the MATLAB.

Uploaded by

Sri Harsha T
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views1 page

Matlab Questions Tangirala Naga Venkata Sri Harsha

Tangirala Sri Harsha is an undergraduate E.C.E student in his junior year and is well versed with the concepts and tools used in the MATLAB.

Uploaded by

Sri Harsha T
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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