-
Notifications
You must be signed in to change notification settings - Fork 146
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
get trigger at peak #28
Comments
That's great to hear. To get those timings, you would need to add peak detection to the algorithm - this is currently not implemented. |
Thanks for the info. Am I assuming correctly to do that on the |
Again thank you for the tip about peak detection. The added code draws an additional graph showing the peaks and troughs of the s_f curve. It also draws a filled circle every time the most recent peak value equals 1. All this was done to get me one step closer to visualizing the onset of the live heart beat. |
Thanks for keeping me up to date on this, very cool to see. |
Its pretty good!!!Do you have Python version? |
Thank you again for posting this code.
I am able to make it run and I find it works great. I was even able to integrate it in to a openframeworks.cc application.
I was hoping you could point me to the right part of the code where I might be able to extract the moment of a peak. My goal is to make the heart beat readings audible by playing a sound every time we get a peak. The hope if that it will align more or less with the person's actual pulse.
Thank you for any advice.
The text was updated successfully, but these errors were encountered: