Solved ECE113: DSP Homework 5

$30.00

Original Work ?

Download Details:

  • Name: hw5-x7ysy6.zip
  • Type: zip
  • Size: 4.63 MB

Category: Tags: , You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (1 vote)

Problem 1: Problem 7.4 in R1 (Proakis 4th Edition)

Problem 2: Problem 7.8 in R1

Problem 3: Problem 7.9 in R1

Problem 4: Problem 8.13 in R1

Problem 5: Problem 8.17 in R1

Problem 6: Problem 3.2 ((b) and (h) only) in R1

Problem 7: Problem 3.4 ((b) only) in R1

Problem 8: Problem 3.8 in R1

Problem 9: Problem 3.9 in R1


Problem 10:
Consider the system shown below.

  1. Using the z-transform approach, show that the impulse response, h(n), of the overall system is given by

h(n)=δ(n)−12δ(n−1)

  1. Determine the difference equation representation of the overall system that relates the output y(n) to the input x(n).

  2. Is this system causal? BIBO stable? Explain clearly to receive full credit.

  3. Determine the frequency response H(ejω) of the overall system.

  4. Using MATLAB, provide a plot of this frequency response over 0≤ω≤π.


MATLAB Exercise:

For this HW, you do not need to submit anything. But this would be a very good exercise for you to better understand the importance of frequency-domain signal analysis in practice (with an audio signal used as an example), and appreciate the significance of the information contained in the magnitude and the phase of the frequency spectrum.

In MATLAB, please run the following command:

matlab
openExample('signal/FrequencyAnalysisExample')

And carefully read all of the text (you can also read it here: Practical Introduction to Frequency-Domain Analysis).

Then please run the code, and generate all the plots for yourself. You may want to place breakpoints and step through the code and try to understand what is happening at every step.