gaitmap.utils.static_moment_detection: Helper to find static moments in sensor signals#

A set of util functions to detect static regions in a IMU signal given certain constrains.

Functions#

find_static_samples(signal, window_length, ...)

Search for static samples within given input signal, based on windowed L2-norm thresholding.

find_static_sequences(signal, window_length, ...)

Search for static sequences within given input signal, based on windowed L2-norm thresholding.

find_first_static_window_multi_sensor(...)

Find the first time window in the signal where all provided sensors are static.