I have this Lokomat data from its recording for one therapy session. It consists of 75k rows of data of many parameters for 5 minutes recording (0 - 299.996s). The frequency of sampling is 250Hz (thats why in 5 minutes producing 75k rows).
Lokomat uses gait index (0-1000) to identify a complete cycle but the start of cycle is different from standard normalized gait graph which normally starts from heel strike. The gait index 0-1000 can be normalized to gait cycle 0%-100%.
Approximately in 30s there are 10 cycles, so in 300s there should be about 100 cycles. I tried to plot them with normal plot and scatter plot; the pattern is there. I want to have one cycle plot for the whole therapy session. See attached graphs :
1. hip position vs time and gait index vs time for 30s
2. whole data from 300s plotted with normal plot (left) and scatter plot (right)
3. one cycle plot
Thank you.