Borrar filtros
Borrar filtros

How to correct for drift in a signal not using detrend

7 visualizaciones (últimos 30 días)
Rebecca Ellis
Rebecca Ellis el 2 de Oct. de 2018
Editada: dpb el 2 de Oct. de 2018
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 comentarios
Rebecca Ellis
Rebecca Ellis el 2 de Oct. de 2018
SOrry the data is too big to attach, i tried to attach it.
dpb
dpb el 2 de Oct. de 2018
Editada: dpb el 2 de Oct. de 2018
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).

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by