View source: R/Read_IMU_Format.R
ag_imu_format | R Documentation |
Format columns in collapsed IMU data
ag_imu_format( AG, output_window_secs = 1, filter, samp_rate, filter_hz = 35, verbose, block_size, return_raw = FALSE )
AG |
data frame containing IMU data |
output_window_secs |
the desired epoch length; defaults to one second |
filter |
a logical scalar: Apply a low-pass filter to gyroscope data? |
samp_rate |
integer. The sampling rate. |
filter_hz |
The cutoff for the low-pass filter |
verbose |
A logical scalar: Print processing updates? |
block_size |
integer. Rows of raw data per output window |
return_raw |
logical. Return raw triaxial data? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.