How do I compute impulse response?

7 views (last 30 days)
How can I calculate the impulse response for the following equation:
y[n]=-5*X[n]+2*X[n-1]-5*X[n-2]+2*X[n-3]

Accepted Answer

Andrei Bobrov
Andrei Bobrov on 9 Jan 2016
Edited: MathWorks Support Team on 22 May 2019
You can use the filter function with the coefficients as an input argument.

More Answers (0)

Categories

Find more on Digital and Analog Filters in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!