gaitmap.event_detection: Algorithms to find temporal gait events#

The gaitmap.event_detection contains algorithms to detect temporal gait events in the sensor signal.

Different algorithms for event detection are going to be collected here.

Classes#

RamppEventDetection([ic_search_region_ms, ...])

Find gait events in the IMU raw signal based on signal characteristics.

FilteredRamppEventDetection([...])

Detect gait events using RamppEventDetection with an additional low-pass filter for ic calculation.

HerzerEventDetection([...])

Find gait events in the IMU raw signal based on signal characteristics.