whfyzg / C-Step-Counter

Main repo for our bachelor thesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Main repo for our bachelor thesis

License:MIT License


Languages

Language:C 94.3%Language:C++ 3.8%Language:CMake 1.9%