Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
FFT Class
FFT Methods
Cconvolve Method
Convolve Method
Fft Method
Ifft Method
MainTest Method
FFT
Fft Method
Returns the FFT of the specified complex array.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
static
Complex
[]
Fft
(
Complex
[]
x
)
Parameters
x
Type:
Algs4Net
Complex
the complex array
Return Value
Type:
Complex
the FFT of the complex array
x
Exceptions
Exception
Condition
ArgumentException
if the length of
x
is not a power of 2
See Also
Reference
FFT Class
Algs4Net Namespace