Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 381 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 381 Bytes

find-peaks

This peak finder is a C++ version of the original code written by Nathanael Yoder shared in Matlab File Exchange.

It finds local maxima in a noisy std:vector.

The original code was written for Matlab and can be found in the following LINK