algorithm for implementing IIR digital filter chebyshev type I low pass
이전 댓글 표시
hello everyone, i am trying to implement the 'decimate' function in C. through matlab documentation, i found the data are filtered through chebyshev type I low pass filter. FDAToolbox gives me the SOS matrix and scale values of the required filter, but i dont understand how to use them. in fact i dont know what they are. please help me with algorithm or theory. any help is appreciated
답변 (2개)
Honglei Chen
2013년 12월 16일
편집: Honglei Chen
2013년 12월 16일
1 개 추천
The following document may be helpful to you. SOS is just a different way to implement filters, but it provides better numerical stability in practice.
HTH
morshed haque
2013년 12월 17일
카테고리
도움말 센터 및 File Exchange에서 Chebyshev에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!