Class PanakoEventPoint

java.lang.Object
be.panako.strategy.panako.PanakoEventPoint

public class PanakoEventPoint
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int f
    The frequency expressed using the bin number in the constant Q transform.
    float m
    The energy value of the element.
    int t
    The time expressed using an analysis frame index.
  • 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 t
      The time expressed using an analysis frame index.
    • f

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

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