vibe3
- 39
- 1
Hi all, I have data similar to the following
where the x-axis is time and the y-axis is magnetic field. At around t = 20 (and t = -80) there is a systematic error (probably due to some other current switching on and then switching off) which I want to get rid of in my data.
Can anyone recommend a good algorithm to detect when this happens in my time series and exclude it from my data set?
I plotted the moving average too which seems to indicate it is not as simple as simply searching for large deviations from the mean.
where the x-axis is time and the y-axis is magnetic field. At around t = 20 (and t = -80) there is a systematic error (probably due to some other current switching on and then switching off) which I want to get rid of in my data.
Can anyone recommend a good algorithm to detect when this happens in my time series and exclude it from my data set?
I plotted the moving average too which seems to indicate it is not as simple as simply searching for large deviations from the mean.