algorithm for implementing IIR digital filter chebyshev type I low pass
Show older comments
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
Answers (2)
Honglei Chen
on 16 Dec 2013
Edited: Honglei Chen
on 16 Dec 2013
1 vote
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
1 Comment
morshed haque
on 17 Dec 2013
morshed haque
on 17 Dec 2013
Categories
Find more on Chebyshev in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!