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

feature: give feel of realtime heart rate #16

Open
shashankRanaNW opened this issue Jan 30, 2023 · 0 comments
Open

feature: give feel of realtime heart rate #16

shashankRanaNW opened this issue Jan 30, 2023 · 0 comments

Comments

@shashankRanaNW
Copy link
Contributor

To give a feel of realtime heart data, implement rolling analysis of heart rate. That is, take heart rate data for 20s, and after each 2s, remove the oldest 2s from the heart rate analysis queue, but the newest 2s into it, and calculate the heart rate. 20s and 2s are just examples.

bonus feature:

  • Increment the size of heart rate queue from 6s to eventually 20s, there by not making the user to wait for 20s for first heart rate.
  • Make 2 different heart rate tracks(arrays/ whatever database) in the app, one for above written heart rate measurement, one for longer term(1min to 2min 's ECG data) for heart rate metrics which can be calculated from aditya bhat 's heartpy code
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