LJT666666 / find-peaks

Algorithm to find peaks in a std::vector<float>

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Algorithm to find peaks in a std::vector<float>

License:MIT License


Languages

Language:C++ 97.7%Language:CMake 2.3%