SensorData.filter.resample: Apply bandlimited interpolation filter to the input sensor...

Usage Arguments Value Note

Usage

1
SensorData.filter.resample(sensorData, breaks, origSr, newSr)

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.

origSr

original sampling rate of each column

newSr

the desired sampling rate for each column

Value

list of filtered dataframes.

Note

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


qutang/mhealth-visualizer-r documentation built on Sept. 4, 2019, 3:34 a.m.