Package be.panako.strategy.olaf
Class OlafEventPoint
java.lang.Object
be.panako.strategy.olaf.OlafEventPoint
public class OlafEventPoint
extends java.lang.Object
An event point is a key point is a spectral representation of a signal. It is defined by a
time and frequency, using indexes, and it has an energy (magnitude).
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OlafEventPoint(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 FFT-transform. -
m
public final float mThe magnitude from the FFT-transform.
-
-
Constructor Details
-
OlafEventPoint
public OlafEventPoint(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.
-