dsp/find_peaks library

Functions

find_peaks(List<num> x, {Object? height, Object? threshold, double? distance, Object? prominence, Object? width, int? wlen, double rel_height = 0.5, Object? plateau_size}) FindPeaksResult
Finds local maxima in a 1-D signal using the native peak finder.