Question: [ Adapted from M&I Textbook, Ch . 2 , Problem 2 4 ( Modified ) ] . An LTI system whose output signal y [

[Adapted from M&I Textbook, Ch.2, Problem 24(Modified)].
An LTI system whose output signal y[n] depends only on current and past input samples x[n]
and does not depend on any past output samples y[n] has difference equation of the form
y[n]=b0x[n]+b1x[n-1]+b2x[n-2]+dots+bMx[n-M]=k=0Mbkx[n-k]
where bk are constant coefficients. An example of such system is the one that generates at any
time n an output y[n] that is the average of the M+1 successive input samples (called moving
average filter), that is,y[n]=1M+1k=0Mx[n-k]. By definition, the system's impulse response
h[n]=y[n] when x[n]=[n], that is,h[n]=1M+1k=0M[n-k](see Example 2.7 on pp.
67-68 of the Textbook).
i) For the case M=4, write down the system difference equation and sketch the corresponding
impulse response h[n]. Is this system causal? Is it stable? State reasons for your answers.
ii) For the case M=50, complete parts (a) and (b) of Problem 24, Ch.2 of the textbook for y1[n]
only (skip y2[n]). The referenced data file djw6576.txt is posted on Canvas under the 9/3/2024
date. You will need to download that file in your working directory. Use the Matlab command
'load' in your program to load the file in memory.
Include your program, properly labeled output plots, and type any comments on the answer in
your solutions file. Do not use screen shots. Copy and paste the program text and the figures
(select the Copy Figure option under Edit at the top of a Matlab figure window) in an MS Word
doc or Google doc or any other formatted document generating program you are familiar with to
generate clean and legible solution document..
[ Adapted from M&I Textbook, Ch . 2 , Problem 2 4

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!