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

New peak-finding algorithm #45

Open
mariakakis opened this issue Mar 31, 2020 · 1 comment
Open

New peak-finding algorithm #45

mariakakis opened this issue Mar 31, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@mariakakis
Copy link
Collaborator

The existing one works fine, but requires alternating peaks/troughs in the signal. This one might work more intuitively in the long run:

https://www.mathworks.com/matlabcentral/fileexchange/25500-peakfinder-x0-sel-thresh-extrema-includeendpoints-interpolate

@mariakakis mariakakis added the enhancement New feature or request label Mar 31, 2020
@hungngo97
Copy link
Collaborator

https://github.com/JorenSix/TarsosDSP/blob/master/src/core/be/tarsos/dsp/beatroot/Peaks.java

This also includes Java functions for peak detection. Haven't got chance to look how they did it but it's an extra option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants