Returns the inverse FFT of the specified complex array.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Complex[] Ifft(
Complex[] x
)
Parameters
- x
- Type: Algs4NetComplex
the complex array
Return Value
Type:
Complexthe inverse FFT of the complex array
x
Exceptions
See Also