getDBA | R Documentation |
Calculate dynamic body acceleration
getDBA(X, Y, Z = NULL, time, window, frequency = NULL, partial = F)
X |
Vector of accelerometer X value |
Y |
Vector of accelerometer Y value |
Z |
Vector of accelerometer Z value |
time |
Vector of POSIXct times, should use %H:%M:%OS if sampling frequency >1 Hz |
window |
Size of moving window for estimating peaks, in seconds |
frequency |
Sampling frequency of data, in Hz, if missing the function will estimate frequency from time |
partial |
If TRUE, calculates partial dynamic body acceleration |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.