Class TriangularWindow

java.lang.Object
be.tarsos.dsp.util.fft.WindowFunction
be.tarsos.dsp.util.fft.TriangularWindow

public class TriangularWindow
extends WindowFunction
A Triangular window function.
Author:
Damien Di Fede, Corban Brook
See Also:
The Triangular Window
  • Constructor Summary

    Constructors 
    Constructor Description
    TriangularWindow()
    Constructs a Triangular window.
  • Method Summary

    Methods inherited from class be.tarsos.dsp.util.fft.WindowFunction

    apply, generateCurve

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details