Signal processing miscellaneous utilities.
Static methods
staticfindPeaks(y:Array<Float>, ?threshold:Float, ?minHeight:Float):Array<Int>
Finds indexes of peaks in the order they appear in the input sequence.
Parameters:
threshold | Minimal peak height wrt. its neighbours, defaults to 0. |
---|---|
minHeight | Minimal peak height wrt. the whole input, defaults to global minimum. |