Data Denoising with Weighted Centered Moving AverageΒΆ
This step denoises data similarly to the pre-processing step based on the Centered Moving Average algorithm, but additionally gives a weighting factor to each value within the filter width. Note that the applied algorithm doesn’t need the timestamp information for the denoising procedure.
Input Parameters
- One-dimensional time series data
- Filter width
- Weights for values in the filter width
Output Parameters
- Denoised time series data
Workflow
Algorithm
Weighted Centered Moving Average
References