IIR highpass filter for Hamming window
이전 댓글 표시
if this is used for calculating low-pass
lp=(wc/pi)*sinc((wc/pi)*M);
how can I calculate the highpass?
답변 (1개)
Star Strider
2017년 3월 17일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Hamming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!