Walking Bout Assembly (WBA)#
Utilities for grouping detected stride candidates in compliant walking bouts.
Stride Selection#
|
Selects strides based on a set of criteria. |
Rules#
|
Checks if a parameter of the interval meets a threshold. |
|
Checks the duration of the stride by subtracting the start and the end value. |
Base class for all criteria that are used to filter intervals (e.g. strides) based on their parameters. |
Walking Bout Assembly#
|
Assembles strides into walking bouts based on a set of criteria. |
Rules#
Test a left stride is always followed by a right stride. |
|
|
Test if the break between the last two strides of a window list is larger than a threshold. |
|
Min number of strides in the WB. |
|
Plotting#
|
Plot the results of a Walking Bout Assembly (and optionally a stride selection). |