jgl_filtacc: Band pass filter acceleration

Description Usage Arguments Value Examples

View source: R/jgl_filtacc.R

Description

Filter the acceleration signal between low and high frequency thresholds.

Usage

1
jgl_filtacc(A, low = 10, high = 90)

Arguments

A

Acceleration data frame. Columns Atime (POSIXct) and A (3-column matrix) with an attribute, Afs, for the sampling frequency.

low, high

Low and high cutoff frequencies for band-pass filter. 10 Hz and 90 Hz by default.

Value

Same as A but band-pass filtered acceleration in acceleration matrix (A$A) and attribute (filtered) to indicate filtering.

Examples

1

FlukeAndFeather/jiggle documentation built on Oct. 30, 2019, 6:18 p.m.