How to correct for drift in a signal not using detrend

7 次查看(过去 30 天)
I have a 30 hour data set, where I am interested in taking out the drift the last 10 hours of the dataset. It is very important to keep the dataset at the same length as I started as I have other sensors in the system that I am looking at with this signal. I have tried:
sdata = oxygen_unisense.data;
oxygen_unisense.detrend = detrend(sdata(3.715958429982246e+06:end));
oxygen_unisense.mean = oxygen_unisense.data - oxygen_unisense.detrend;
but this puts the part of the signal to zero.
Anyone with suggestions?
Data: https://www.dropbox.com/s/c8uy84e2ndem1nl/oxygen_unisensemathelp.mat?dl=0
  12 个评论
dpb
dpb 2018-10-2
编辑:dpb 2018-10-2
Only need the section of interest and it could be decimated by 10X or more and saved as .mat file and be just as useful as the full thing.
detrend ought to be able to do what your code does automagically given the breakpoint(s).

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by