Applies a moving average filter along the first dimension (time axis) of the default assay.
Value
A PhysioExperiment object with a new assay named output_assay
containing the moving-average-filtered data. Dimensions match the input
assay. Edge values where the full window cannot be applied are set to NA.
See also
butterworthFilter() for IIR filtering, firFilter() for FIR
filtering, notchFilter() for power line noise removal,
detrendSignal() for trend removal.