Variable ifft

ifft: ((reals, imags, size) => void)

Type declaration

    • (reals, imags, size): void
    • This class (static) method executes IFFT.

      Parameters

      • reals: Float32Array

        This argument is instance of Float32Array for real number.

      • imags: Float32Array

        This argument is instance of Float32Array for imaginary number.

      • size: number

        This argument is IFFT size (power of two).

      Returns void

Generated using TypeDoc