-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Gait-events-identification-algorithm | ||
A python algorithm to detect foot contact and foot clearance using kinematic or inertial data during forward or backward walking. | ||
|
||
This git includes a seperate algorithm for FW and BW event calculation, as well as examples of data files (for kinematic and IMU data). | ||
|
||
If you find this helpful, please leave a comment, and / or cite the paper: | ||
|
||
Gottlieb, U.; Balasukumaran, T.; Hoffman, J.R.; Springer, S. Agreement of Gait Events Detection during Treadmill Backward Walking | ||
by Kinematic Data and Inertial Motion Units. Sensors 2020, 20, 6331. https://doi.org/10.3390/s20216331 | ||
|
||
Also please don't hesistate to reach out for any questions regarding the algorithm. |