how to design a low pass the filter, h1, cuttoff frequency=0.25 using a Kaiser window with suitable parameters (you have the liberty to choose the value of beta) to get a linear phase filter using fdatool. how to cater cutoff frequency in fdatool?
이전 댓글 표시
What is Fc in fdatool. Whether it is cuttoff frequency wc. Fc is in Hz. while wc=.25pi. how to use .25pi for this design of filter.
답변 (1개)
Honglei Chen
2013년 10월 8일
To translate the angular frequency to nominal frequency, you just need to know that the sampling rate corresponds to 2*pi, so
wc = Fc/Fs*(2*pi)
카테고리
도움말 센터 및 File Exchange에서 Kaiser에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!