Applies low-pass filtering to force-plate signals. By default this uses a
zero-phase Butterworth filter (requires the signal package). If signal
is not available, the function falls back to a moving-average filter.
Usage
filterGRF(
x,
sampling_rate,
cutoff = 20,
order = 4,
method = c("butterworth", "moving_average")
)References
Winter DA (2009). "Biomechanics and Motor Control of Human Movement." 4th ed. John Wiley & Sons.
See also
butterworthFilter() for general Butterworth filtering,
analyzeForcePlate() for comprehensive force plate analysis.