Currently, I am working on a project where I need to calculate the certain Gait Parameters.
Experiment Setup: I have two sensors placed on the shank(near the ankle) of each leg. Each sensor consists of the timestamp, accelerometer, gyroscope and quaternion data with an internal frequency of 100Hz which stores the whole walk data as a comma-separated .txt file.
Now here I want to calculate the stride length, the distance between 2 consecutive heel strike(I can find the heel strike using the gyro data).
Extra parameters: I have subject's height. sensor placement height.
Language used: Python