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

"who is asleep" model refinements #1

Open
ostap opened this issue May 30, 2014 · 0 comments
Open

"who is asleep" model refinements #1

ostap opened this issue May 30, 2014 · 0 comments

Comments

@ostap
Copy link

ostap commented May 30, 2014

Currently, the "who is asleep" model relies solely on accelerometer data (see below). This task is to find other sensors which could improve the accuracy of the model and provide the corresponding assembly.

Current device function:

for all records within [from, to]
    sum += abs(accX) + abs(accY) + abs(accZ)

// assuming there are no gaps
return sum > (to - from) * G
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

2 participants