Package be.panako.strategy.panako
Class PanakoEventPoint
java.lang.Object
be.panako.strategy.panako.PanakoEventPoint
public class PanakoEventPoint
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PanakoEventPoint(int t, int f, float m)
Create a new event point with a time, frequency and energy and contrast.. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
t
public final int tThe time expressed using an analysis frame index. -
f
public final int fThe frequency expressed using the bin number in the constant Q transform. -
m
public final float mThe energy value of the element.
-
-
Constructor Details
-
PanakoEventPoint
public PanakoEventPoint(int t, int f, float m)Create a new event point with a time, frequency and energy and contrast..- Parameters:
t
- The time expressed using an analysis frame index.f
- The frequency expressed using the bin number in the constant Q transform.m
- The energy value of the element.
-