Low pass filter design
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Bob
am 20 Nov. 2020
Kommentiert: Star Strider
am 21 Nov. 2020
Hi,
Is it good Idea to design low pass filters (moving average , FIR filter, Kalman filter, Butterworth and Chebyshev filter) with same filter parameters (cut off frquancy, filter order etc.) for comparision purpose inorder to filter the higer frequancy noise?
For the selction of best filter to filter higher frequancy noise.
0 Kommentare
Akzeptierte Antwort
Star Strider
am 20 Nov. 2020
My preference would be an elliptic IIR filter for efficiency. See the documentation for ellip for details. For best results, begin with ellipord, and get the [z,p,k] output from ellip, then use second-order-section representation for stability with zp2sos. Use that result with filtfilt to do the actual filtering.
10 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Filter Design finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!