Uses of Class
com.fa993.types.FindPeaksOutput
-
Packages that use FindPeaksOutput Package Description com.fa993 -
-
Uses of FindPeaksOutput in com.fa993
Methods in com.fa993 that return FindPeaksOutput Modifier and Type Method Description FindPeaksOutput
FindPeaks. call(double[] points)
Finds peaks in a 1D signal.FindPeaksOutput
FindPeaks. call(double[] x, NumOrTwoSeqOrNdArr height, NumOrTwoSeqOrNdArr threshold, Double distance, NumOrTwoSeqOrNdArr prominence, NumOrTwoSeqOrNdArr width, Integer wlen, Double relHeight, NumOrTwoSeqOrNdArr plateauSize)
Finds peaks in a 1D signal with various optional conditions and properties.
-