kin.signal.repair | R Documentation |
This function analyzes a kinematic signal for missing values (NAs) and repairs gaps in the signal through interpolation, but only if the gaps are smaller than a specified maximum number of frames.
kin.signal.repair(y.raw, maxFrames = 18)
y.raw |
Numeric vector containing the raw kinematic data to be repaired |
maxFrames |
Maximum number of consecutive frames that can be interpolated (default: 18) |
A numeric vector containing the repaired kinematic data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.