inverseFft

Convenience functions that create an Fft object, run the FFT or inverse FFT and return the result. Useful for one-off FFTs.

Note: In addition to convenience, these functions are slightly more efficient than manually creating an Fft object for a single use, as the Fft object is deterministically destroyed before these functions return.

  1. Complex!F[] inverseFft(R range)
  2. void inverseFft(R range, Ret buf)
    void
    inverseFft
    (
    Ret
    R
    )
    (,
    Ret buf
    )

Meta