Uses of Class
com.fa993.types.PeakProminenceOutput
-
Packages that use PeakProminenceOutput Package Description com.fa993.utils -
-
Uses of PeakProminenceOutput in com.fa993.utils
Methods in com.fa993.utils that return PeakProminenceOutput Modifier and Type Method Description static PeakProminenceOutput
PeakProminences. call(double[] x, int[] peaks, int wlen)
Calculates the prominence of each peak in a signal.
-