public class FFTEventPoint
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.
|
int |
t
The time expressed using an analysis frame index.
|
Constructor and Description |
---|
FFTEventPoint(int t,
int f,
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 FFTEventPoint(int t, int f, 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.energy
- The energy value of the element.contrast
- How much contrast there is between this point and the surrounding environment