Package | Description |
---|---|
be.tarsos.util.histogram |
Histogram and histogram correlation classes.
|
Modifier and Type | Method and Description |
---|---|
static PitchHistogram |
HistogramFactory.createPitchHistogram(java.util.List<Annotation> annotations)
Create a pitch histogram based on a list of annotations.
|
static PitchHistogram |
PitchHistogram.createPitchHistogram(java.util.List<Annotation> annotations,
double width)
Create a tone scale histogram using a kernel instead of an ordinary
count.
|
static PitchHistogram |
HistogramFactory.createPitchHistogram(java.util.List<Annotation> annotations,
double width) |