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

added peak detection #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

stephanschulz
Copy link

using this c++ implementation of the using z-scores peak detection algorithm https://stackoverflow.com/questions/22583391/peak-signal-detection-in-realtime-timeseries-data/46998001#46998001

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.

@prouast
Copy link
Owner

prouast commented Nov 18, 2020

Thanks for the PR, @stephanschulz. I might take some time to merge this as I would prefer to make it optional - just very busy with other stuff at the moment.

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

Successfully merging this pull request may close these issues.

2 participants