Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 741 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 741 Bytes

C-step-counter

This is the main repository for the thesis Open-source algorithm for wearables in healthcare-applications made by Anna Brondin & Marcus Nordstrom at Malmö University.

Guide

This is only the algorithm. It is used in C-step-counter-test and Pinetime-zephyr.

To use it in your own project you need to:

  • Collect raw data into a CSV file formated as time(ms), X, Y, Z
  • Optimize the constants with C-optimize-variables
  • Insert the new constants into the stages.
  • Build the library with cmake or clone the repo directly into your project