ag_imu_format: Format columns in collapsed IMU data

View source: R/Read_IMU_Format.R

ag_imu_formatR Documentation

Format columns in collapsed IMU data

Description

Format columns in collapsed IMU data

Usage

ag_imu_format(
  AG,
  output_window_secs = 1,
  filter,
  samp_rate,
  filter_hz = 35,
  verbose,
  block_size,
  return_raw = FALSE
)

Arguments

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?


AGread documentation built on Sept. 13, 2022, 5:06 p.m.