필터 지우기
필터 지우기

How to correct for a drifting baseline?

조회 수: 22 (최근 30일)
Lizan
Lizan 2015년 3월 17일
답변: Star Strider 2015년 3월 17일
How can I correct for a drfiting signal that is slowly declining, (x,y) values?

답변 (1개)

Star Strider
Star Strider 2015년 3월 17일
There are several ways, depending on whether the baseline drift is linear or nonlinear. I would start with the detrend function, and if that didn’t give an acceptable result, then consider a low-order polynomial using polyfit and polyval.
There are several other ways to deal with it, including using a bandpass (or highpass) digital filter with a very low low-frequency cutoff. (If possible, I prefer the filter because it gives me more control over the frequency content of my filtered signal. If you want to design a filter, do an fft of your signal first, so that you can determine where best to define your cutoff frequencies.)

카테고리

Help CenterFile Exchange에서 Analog Filters에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by