imu_collapse: Collapse raw IMU data to a specified epoch

View source: R/Read_IMU_Utils.R

imu_collapseR Documentation

Collapse raw IMU data to a specified epoch

Description

Collapse raw IMU data to a specified epoch

Usage

imu_collapse(AG, block_size, verbose = FALSE)

Arguments

AG

dataframe containing raw IMU data

block_size

number of samples per epoch

verbose

A logical scalar: Print processing updates?

Value

dataframe of IMU data averaged over the specified epoch length

Examples

data(imu_to_collapse)
collapsed <- imu_collapse(imu_to_collapse, 100)
head(collapsed)


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