jerk | R Documentation |
Uses Savitzky-Golay filtering to de-noise before differentiating acceleration
jerk(A, fs, p = 3, n = 11)
A |
Tri-axial acceleration (n x 3 matrix) |
fs |
Sampling rate (Hz) |
p |
Order of Savitzky-Golay filter (3 by default) |
n |
Window size of Savitzky-Golay filter (11 by default) |
Norm of the jerk vector of A
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.