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

[FEA] Add a find_peaks function #603

Open
cliffburdick opened this issue Apr 4, 2024 · 0 comments
Open

[FEA] Add a find_peaks function #603

cliffburdick opened this issue Apr 4, 2024 · 0 comments

Comments

@cliffburdick
Copy link
Collaborator

find_peaks is a useful function for giving the user a powerful interface to find one or more peaks in a signal based on some criteria. The SciPy find_peaks has many features, some of which aren't used as much. This issue is for implementing an MVP of this function with the distance, threshold, and height parameters.

https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.find_peaks.html

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