Package ipsk.math

Class FFT

  • All Implemented Interfaces:
    DFTAlgorithm

    public class FFT
    extends java.lang.Object
    implements DFTAlgorithm
    Discrete Fast Fourier Transformation (FFT) implementation.
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    • Constructor Summary

      Constructors 
      Constructor Description
      FFT()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Complex[] process​(double[] srcBuf)
      Process double array.
      Complex[] process​(Complex[] srcBuf)
      Process complex array.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait