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!