Uses of Class
com.tagtraum.audiokern.math.Peaks.ContrastPeak
-
Packages that use Peaks.ContrastPeak Package Description com.tagtraum.audiokern.math Support classes for mathematical operations. -
-
Uses of Peaks.ContrastPeak in com.tagtraum.audiokern.math
Methods in com.tagtraum.audiokern.math that return types with arguments of type Peaks.ContrastPeak 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.
-