Remove drift from signal
이전 댓글 표시

How do I remove the drift from this signal? I want the "flat" lines in beginning and the end to be at the same level.
댓글 수: 7
Image Analyst
2016년 7월 18일
You forgot to attach a screenshot or data, so until you read this link about all I can suggest is to use polyfit and subtract the fitted/smoothed signal.
thestargazer
2016년 7월 18일
thestargazer
2016년 7월 18일
Star Strider
2016년 7월 18일
We need to have your time vector as well, since that is required to write code specific to your data. Add that, and upload the .mat file.
Image Analyst
2016년 7월 18일
Exactly what/where do you consider the baseline to be? Can you draw it on there?
Star Strider
2016년 7월 18일
There seems to be an integrated square-wave pulse in the centre half of the data. What are your data and how are you acquiring and initially processing them?
thestargazer
2016년 7월 19일
편집: thestargazer
2016년 7월 19일
답변 (1개)
Star Strider
2016년 7월 19일
0 개 추천
Use the detrend function.
카테고리
도움말 센터 및 File Exchange에서 Correlation and Convolution에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

