Uses of Class
be.hogent.tarsos.util.histogram.peaks.Peak

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: This file format for musical tunings is becoming a standard for exchange of scales, owing to the size of the scale archive of over 3700+ scales and the popularity of the Scala program.
 

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.