public class QIFFTEventPoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
contrast |
float |
frequencyEstimate
The frequency expressed in Hz.
|
float |
t
The time expressed using an analysis frame index fraction.
|
Constructor and Description |
---|
QIFFTEventPoint(float t,
float frequencyEstimate,
float energy,
float contrast)
Create a new event point with a time, frequency and energy and contrast..
|
Modifier and Type | Method and Description |
---|---|
float |
getFrequencyInCents() |
public float t
public float contrast
public float frequencyEstimate
public QIFFTEventPoint(float t, float frequencyEstimate, float energy, float contrast)
t
- The time expressed using an analysis frame index.f
- The frequency expressed using the bin number in the constant Q transform.frequencyEstimate
- A more detailed estimate of the frequency in Hz (using phase information).energy
- The energy value of the element.contrast
- How much contrast there is between this point and the surrounding environment