This repository contains the code for our paper "Towards a portable human gait analysis & monitoring system".
https://ieeexplore.ieee.org/document/8372660
https://sandeep007734.github.io/files/towards_human_gait.pdf
There are three main part of the project:
- Matlab code: This is the main code for the paper. It can be found in the directory
matlab_code_main_algo
- Porting the Matlab code to java
- Finally, the android app.
In the folder "matlab_code_main_algo", extract EXL_IMU.zip.
Inside that, EXL_IMU/Experiments_BIMRA/mainDriverCode.m
There are lots of hard-coded path. You need to fix that as per your system. I know there are better ways to handle this.