Description Usage Arguments Value Examples
Filter the acceleration signal between low and high frequency thresholds.
1 | jgl_filtacc(A, low = 10, high = 90)
|
A |
Acceleration data frame. Columns |
low, high |
Low and high cutoff frequencies for band-pass filter. 10 Hz and 90 Hz by default. |
Same as A
but band-pass filtered acceleration in acceleration
matrix (A$A
) and attribute (filtered
) to indicate filtering.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.