IIR highpass filter for Hamming window
Mostrar comentarios más antiguos
if this is used for calculating low-pass
lp=(wc/pi)*sinc((wc/pi)*M);
how can I calculate the highpass?
Respuestas (1)
Star Strider
el 17 de Mzo. de 2017
0 votos
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.
Categorías
Más información sobre Hamming en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!