public class EventPoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
contrast
Gives an indication how much the energy of the event point
contrasts with its 8 immediate neighbors.
|
float |
energy
The energy value of the element.
|
int |
f
The frequency expressed using the bin number in the constant Q transform.
|
int |
t
The time expressed using an analysis frame index.
|
Constructor and Description |
---|
EventPoint(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 final float energy
public final float contrast
public EventPoint(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.