|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Peak | |
|---|---|
| be.hogent.tarsos.util.histogram | Histogram and histogram correlation classes. |
| be.hogent.tarsos.util.histogram.peaks | Peak extraction from histograms. |
| Uses of Peak in be.hogent.tarsos.util.histogram |
|---|
| Method parameters in be.hogent.tarsos.util.histogram with type arguments of type Peak | |
|---|---|
static void |
PitchClassHistogram.exportPeaksToScalaFileFormat(java.lang.String fileName,
java.lang.String toneScaleName,
java.util.List<Peak> peaks)
Saves the scale in the Scala scale file format: |
| Uses of Peak in be.hogent.tarsos.util.histogram.peaks |
|---|
| Methods in be.hogent.tarsos.util.histogram.peaks that return types with arguments of type Peak | |
|---|---|
static java.util.List<Peak> |
PeakDetector.detect(Histogram histogram)
|
static java.util.List<Peak> |
PeakDetector.detect(Histogram histogram,
int windowSize,
int thresholdFactor)
|
java.util.List<Peak> |
PeakDetector.PeakDetectionStrategy.detect(Histogram histogram,
int windowSize,
int thresholdFactor)
|
static java.util.List<Peak> |
PeakDetector.detectNumberOfPeaks(Histogram histogram,
int numberOfPeaks)
Finds the requested number of (most salient) peaks in the histogram. |
| Methods in be.hogent.tarsos.util.histogram.peaks with parameters of type Peak | |
|---|---|
int |
Peak.compareTo(Peak o)
|
| Method parameters in be.hogent.tarsos.util.histogram.peaks with type arguments of type Peak | |
|---|---|
static Histogram |
PeakDetector.newPeakDetection(java.util.List<Peak> peaks)
Create a histogram with peak information. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||