Uses of Package
be.hogent.tarsos.util.histogram

Packages that use be.hogent.tarsos.util.histogram
be.hogent.tarsos.sampled.pitch Contains internal and external pitch trackers. 
be.hogent.tarsos.util Utility classes for string handling, logging, configuration, some DSP tasks. 
be.hogent.tarsos.util.histogram Histogram and histogram correlation classes. 
be.hogent.tarsos.util.histogram.peaks Peak extraction from histograms. 
 

Classes in be.hogent.tarsos.util.histogram used by be.hogent.tarsos.sampled.pitch
Histogram
          A histogram is defined by a start value, a stop value and a number of classes.
 

Classes in be.hogent.tarsos.util.histogram used by be.hogent.tarsos.util
Histogram
          A histogram is defined by a start value, a stop value and a number of classes.
 

Classes in be.hogent.tarsos.util.histogram used by be.hogent.tarsos.util.histogram
CorrelationMeasure
          Defines a correlation measure for histograms.
Histogram
          A histogram is defined by a start value, a stop value and a number of classes.
HistogramCorrelation
          Defines an implementation of a histogram correlation or distance measure.
PitchClassHistogram
           
PitchHistogram
          The PitchHistogram accepts values from 0 to 9600 cents or +- from 16Hz to 40000Hz: the human hearing range is completely covered.
The start and stop values can be configured.
Values outside the defined range are ignored!
 

Classes in be.hogent.tarsos.util.histogram used by be.hogent.tarsos.util.histogram.peaks
Histogram
          A histogram is defined by a start value, a stop value and a number of classes.