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

    Fields
    Modifier and Type Field Description
    int f
    The frequency expressed using the bin number in the FFT-transform.
    float m
    The magnitude from the FFT-transform.
    int t
    The time expressed using an analysis frame index.
  • 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 t
      The time expressed using an analysis frame index.
    • f

      public final int f
      The frequency expressed using the bin number in the FFT-transform.
    • m

      public final float m
      The 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.