Default feature extraction functions for accelerometer and gyroscope data.

default_kinematic_features(sampling_rate)

Arguments

sampling_rate

Sampling rate of the data in Hz.

Value

A list of closures for three feature extraction functions supplied with this package that can be passed to the funs parameter in *_features functions.

Examples

funs = default_kinematic_features(100)