Description Usage Arguments Value Examples
Calculate root mean square (RMS) of acceleration in bins corresponding to OCDR bins.
1 | jgl_accrms(prh, A)
|
prh |
PRH data frame with |
A |
Acceleration data frame. Columns |
PRH data frame with rms_acc
matrix column.
1 2 3 | prh_ocdr <- jgl_ocdr(jgl_desc(prh_expl))
acc_filt <- jgl_filtacc(Araw_expl, 10, 90)
jgl_accrms(prh_ocdr, acc_filt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.