필터 지우기
필터 지우기

suggestions for filtering a = signal

조회 수: 1 (최근 30일)
Maurice Moh
Maurice Moh 2017년 3월 7일
답변: Star Strider 2017년 3월 7일
I have a signal that is obtained which is shown in the figure below
I have received suggestions in using a moving average filter but I am unsure how do I implement it within the range where the noise is present within the signal.
I was wondering are there any suggestions or possible solutions for this scenario?
Appreciate the help.

답변 (1개)

Star Strider
Star Strider 2017년 3월 7일
You have obvious high frequency noise. Take the fft (link) of your signal to find the noise frequencies in your signal spectrum, then use the designfilt function to design your filter to eliminate the noise. A simple Butterworth lowpass design should work well. Use the filtfilt function to do the actual filtering.

카테고리

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