Uses of Interface
com.tagtraum.audiokern.math.Peaks.PeakPicker
-
Packages that use Peaks.PeakPicker Package Description com.tagtraum.audiokern.math Support classes for mathematical operations. -
-
Uses of Peaks.PeakPicker in com.tagtraum.audiokern.math
Methods in com.tagtraum.audiokern.math that return Peaks.PeakPicker Modifier and Type Method Description static Peaks.PeakPicker<Peaks.ContrastPeak>
Peaks. createAbsoluteContrastPeakPicker(float absoluteThreshold)
A given local maximum will be considered as a peak if its distance to the previous and successive local minima (if any) is higher than this absolute threshold.static Peaks.PeakPicker<Peaks.ContrastPeak>
Peaks. createRelativeContrastPeakPicker(float relativeThreshold)
A given local maximum will be considered as a peak if its distance to the previous and successive local minima (if any) is higher than this threshold.
-