Function ifftReal

  • 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

    Real signal scaled by the length of the original signal.