find-peaks icon indicating copy to clipboard operation
find-peaks copied to clipboard

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

Results 3 find-peaks issues
Sort by recently updated
recently updated
newest added

Code throws an 'vector out of range' error, when there is a peak on an endpoint. Some examples: Signal: { 0, 0, 0, 1 } --> error Signal: { 0,...

closes #2 This repo is a translation from Matlab, which uses 1-based arrays. In Matlab, the array size and last index are the same. When considering endpoints, the first and...

Hi, We are looking at using this in a GPL licenced project - however we cannot do so without a licence. Are you able to select a licence for this...