Convenience wrapper that filters GRF components and computes COP, loading rate, and impulse summaries.
Arguments
- forces
Matrix/data.frame with force components (X, Y, Z).
- moments
Optional matrix/data.frame with moment components (X, Y, Z).
- sampling_rate
Sampling rate in Hz.
- cutoff
Low-pass cutoff for force filtering.
- threshold
Contact threshold for stance detection.
- order
Butterworth filter order.
- filter_method
Filtering method passed to
filterGRF().- origin
Force-plate origin used in COP computation.
References
Winter DA (2009). "Biomechanics and Motor Control of Human Movement." 4th ed. John Wiley & Sons.
See also
filterGRF() for ground reaction force filtering,
calculateCOP() for center of pressure computation,
computeLoadingRate() for loading rate analysis,
analyzeForcePlatePE() for PhysioExperiment-based analysis.