public class NFFTEventPoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
contrast |
int |
f
The frequency expressed using the bin number in the FFT-transform.
|
float |
frequencyEstimate
The frequency expressed in Hz.
|
int |
t
The time expressed using an analysis frame index.
|
Constructor and Description |
---|
NFFTEventPoint(int t,
int f,
float frequencyEstimate,
float energy,
float contrast)
Create a new event point with a time, frequency and energy and contrast..
|
public int t
public int f
public float contrast
public float frequencyEstimate
public NFFTEventPoint(int t, int f, 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