Detects stance phases from a vertical GRF signal and computes loading rate from initial contact to peak force for each stance.
Usage
computeLoadingRate(
vgrf,
sampling_rate,
threshold = 20,
method = c("instantaneous", "average")
)Value
For vector input: a data.frame with one row per stance.
For matrix input: same data.frame with an added channel column.
References
Winter DA (2009). "Biomechanics and Motor Control of Human Movement." 4th ed. John Wiley & Sons.
See also
analyzeForcePlate() for comprehensive force plate analysis,
computeImpulse() for impulse computation.