IIR highpass filter for Hamming window

7 次查看(过去 30 天)
if this is used for calculating low-pass
lp=(wc/pi)*sinc((wc/pi)*M);
how can I calculate the highpass?

回答(1 个)

Star Strider
Star Strider 2017-3-17
Use the Signal Processing Toolbox lp2hp function.
For an IIR filter, you have to have numerator and denominator polynomials, so what you posted may not define an IIR filter. I am not certain what you are doing.

标签

Community Treasure Hunt

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

Start Hunting!

Translated by