Documentation of 'jnumeric.FFT' Java class
FFT
jnumeric

Class FFT

  • All Implemented Interfaces:
    java.io.Serializable


    public class FFT
    extends PyObject
    A simple implementation of the fast fourier transform.
    See Also:
    Serialized Form
    • Constructor Detail

      • FFT

        public FFT()
        Simple constructor, no special logic.
    • Method Detail

      • fft

        public static PyMultiarray fft(PyObject o)
        Perform the fast fourier transform.
        Parameters:
        o - Input PyMultiArray
        Returns:
        The result of the FFT
      • inverse_fft

        public static PyMultiarray inverse_fft(PyObject o)
        Perform the inverse fast fourier transform
        Parameters:
        o - Input PyMultiArray
        Returns:
        The result of the inverse FFT

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.