Code Monkey home page Code Monkey logo

step-tracker-for-android's People

Contributors

danbunnell avatar

Stargazers

 avatar

step-tracker-for-android's Issues

Improve the user interface

The current user interface could be improved aesthetically. The debugging interface should not be visible to the user until they perform some type of gesture.

Add support for testing step detection on recorded accelerometer data and automated tuning

To make the step detection process more accurate, there should be a way to repeatably run signal processing on a data set. There should be support in the application to load a .csv containing raw accelerometer data and calculate the number of steps detected in the file.

This feature could be used to improve the step detection procedure and to better tune the coefficients used in detecting steps.

Even better would be if the mechanism supported a file that contains a tag for how many steps were taken during the recording. Many tagged files could then be uploaded and the application could tune itself based on the data.

Improve accelerometer magnitude calculation

The current implementation is using a regular sum of the component dimensions of the accelerometer and so is not getting as clear a signal on which to run the peak-detection algorithm, which results in reduced accuracy. Acceleration magnitude should instead be calculated as the Euclidean norm.

Also, see the Android SensorEvent documentation for how gravity can be filtered out to get real acceleration. This would further improve the step-detection accuracy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.