Skip to content

alibahmanyar/py-findpeaks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Overview of the peaks dectection algorithms available in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • Makefile 1.8%