Function ifft

  • Calculate the unnormalized reverse discrete Fourier transform.

    Parameters

    • realIn: Float64Array

      Real coefficients of a forward transform.

    • imagIn: Float64Array

      Imaginary coefficients of a forward transform.

    Returns [Float64Array, Float64Array]

    Array of [real signal, imaginary signal] scaled by the length of the original signal.