algorithm for implementing IIR digital filter chebyshev type I low pass
Mostra commenti meno recenti
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
Risposte (2)
Honglei Chen
il 16 Dic 2013
Modificato: Honglei Chen
il 16 Dic 2013
1 voto
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 Commento
morshed haque
il 17 Dic 2013
morshed haque
il 17 Dic 2013
Categorie
Scopri di più su Chebyshev in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!