Low pass filter design

조회 수: 5 (최근 30일)
Bob
Bob 2020년 11월 20일
댓글: Star Strider 2020년 11월 21일
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.

채택된 답변

Star Strider
Star Strider 2020년 11월 20일
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
Bob
Bob 2020년 11월 21일
Thank you so much
Star Strider
Star Strider 2020년 11월 21일
As always, my pleasure!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by