algorithm for implementing IIR digital filter chebyshev type I low pass
5 views (last 30 days)
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
0 Comments
Answers (2)
Honglei Chen
on 16 Dec 2013
Edited: Honglei Chen
on 16 Dec 2013
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
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!