An Android gait analysis tool which implements the autocorrelation technique described in "Estimation of gait cycle characteristics by trunk accelerometry" (Rolf Moe-Nilssen & Jorunn Helbostad, 2004)..
StrideMinder is hosted in the following web site
https://github.com/roscoemcinerney/StrideMinder
If you think the Android project StrideMinder listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of StrideMinder.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
jar files used | achartengine-1.1.0.jar |
Required Permissions | android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE |
StrideMinder has the following Java source files.
com.mcirony.strideminder.AccelDataCollectorService.java com.mcirony.strideminder.GaitParamsDbAdapter.java com.mcirony.strideminder.MainMenu.java com.mcirony.strideminder.MoeNilssenAccelProcessor.java