Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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

Akzeptierte Antwort

Image Analyst
Image Analyst am 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.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with Signal Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by