gaitmap.utils.signal_processing: Helper to perform some signal processing tasks#

A set of signal processing functions.

Functions#

butter_lowpass_filter_1d(data, ...[, order])

Create and apply butterworth filter for a 1d signal.

row_wise_autocorrelation(array, lag_max)

Compute the autocorrelation function row-wise for a 2d array.