Effacer les filtres
Effacer les filtres

Find the starting and ending points of a sudden change in time series data.

1 vue (au cours des 30 derniers jours)
Hello all,
I am new to MATLAB and need some help with a time series data. Our machine records average diameter of eye almost 240 times a second for 3 to 5 minutes. When we plot the data, we sometimes get artifacts(say something like a blink or an eye movement.). I need to find the starting and the ending points of the artifacts, so that I can remove the blink with a slope of the points.
Attached are the pictures of data plotted, where the 'y'axis - diameter, 'x'axis= total no of recorded points.
please help me.
Example of data values -
58
58
58
58
58
59
58
58
58
59
58
58
58
58
58
59
58
58
58
59
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
59
58
58
58
59
59
59
59
59
58
57
58
58
58
58
58
58
57
58
58
57
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
58
57
58
57
58
57
58
58
58
58
57
58
59
57
58
57
58
58

Réponse acceptée

Image Analyst
Image Analyst le 17 Nov 2016
I'd try filtering it with a Savitzky Golay filter, sgolayfilt(), and then computing residuals = abs(signal - filteredSignal). If any elements have a bigger than expected residual, either replace with the filtered signal or Nan's or something.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with Signal Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by