/py-findpeaks

Overview of the peaks dectection algorithms available in Python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

findpeaks alternatives in the Python world

Overview of all the alternatives I've found to do peak detection (local maxima) in Python.

The main alternatives are:

From theses options, the ones from Marcos Duarte and the PeakUtils are the easier and simpler to use if you come from the MatLab world and/or search a direct equivalent of the MatLab findpeaks function.

For the usage of theses functions, please checkout the tests.

If you've have found something else or want to improve this overview, let me know or open a new ticket. I will happily receive any contribution.

Hoping this help someone, happy processing!