Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frequency of input data for the classifiers should be synchronized #103

Open
mpetruska opened this issue Feb 18, 2015 · 0 comments
Open

Comments

@mpetruska
Copy link
Contributor

Classifier algorithms currently rely on data that were taken at the same sampling frequency. While currently all sensors work at 100Hz, this can change in the future.
Re-sampling can be done:

  • on the phone: this has the advantage of better scaling and some preprocessing can be easier done on the phone; disadvantage is the possible limitations of the phone hardware.
  • server-side: this has the advantage of the possibility to share code with the classifiers, and other Scala code; disadvantage is that it can scale really bad for many simultaneous exercise sessions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant