Calculating the impulse response?

2 views (last 30 days)
Trying to find the best way to input the impulse response where h[n] = 1/4sinc(n-10/4), n=0,........20 into matlab to plot the frequency response of the filter.

Accepted Answer

Star Strider
Star Strider on 23 Feb 2016
If you have a discrete filter and want to compute and plot the impulse response, use the impz function. For the transfer function, use the freqz function.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!