SensorData.filter.averageRemovalFIR: Apply average removal FIR filter to the input sensor data...

Usage Arguments Note

View source: R/SensorData.filter.R

Usage

1
SensorData.filter.averageRemovalFIR(sensorData, breaks, Fs, order)

Arguments

sensorData

the input dataframe that matches mhealth specification.

breaks

"sec","min","hour","day","week","month","quarter" or "year"; or preceded by integer and space.

Fs

sampling rate of the input signal

order

window size (in seconds) of filter

Note

If "breaks" is missing, filter will be applied on the whole sequence and return a list with a single dataframe.


qutang/mhealthformat-support-r documentation built on Sept. 3, 2019, 1:19 a.m.