xioTechnologies / Gait-Tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gait-tracking on the fly

sfbence opened this issue · comments

Hi,
the python code seems to be intended for use with a previously recorded dataset in determining how to deal with the moving/non-moving moments of time. Some questions to that:

  1. Do you have a working version for real-time analysis (python or c/c++) ?
  2. the recording and the analysis is done for data at 400Hz. Would it work with data with less resolution (~200Hz) ?
  3. my sensors can do either 400Hz without oversampling, or 200Hz with 2x oversampling, or 100Hz 4x oversampling. With which combination does it make sense to record? (trade-off between number of measurements and low variance)

Thanks

We do not currently provide a real-time implementation. I suggest that you evaluate the effect of sample rate in your application by logging data at the highest sample rate and then reducing the sample rate in in post-processing. This will allow you to compare the error for the same data when only the sample rate has changed.