Matlab filter electical spikes in accelerometric data
问题 I have a dataset of accelerometric data that is affected by electical spikes. I'm looking for a good method to filter out or reduce these spikes as need to calculate on these data a rolling window of FFT and other statistical indicators such as kurtosis and skewness. I can't simply delete these outliers or replace them with NaN. Sampling 2000[hz] Until now I've tried on MATLAB 2012b: Wavelet denoising (Haar wavelet) Median Filter Despike and iterpolate approach Can you suggest a proper