Data Denoising with Forward Moving AverageΒΆ
The step applies the Forward Moving Average algorithm to denoise one-dimensional time series data. Note that the algorithm does not need the timestamp information to denoise the data.
Input Parameters
- One-dimensional time series data
- Filter width
Output Parameters
- Denoised time series data
Workflow
Algorithm