|
FourierTransform2FFT Method (Double, Double, FourierTransformDirection)
|
1-D Fast Fourier Transform.
Namespace:
Accord.Math.Transforms
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static void FFT(
double[] real,
double[] imag,
FourierTransformDirection direction
)
Public Shared Sub FFT (
real As Double(),
imag As Double(),
direction As FourierTransformDirection
)
Request Example
View SourceParameters
- real
- Type: SystemDouble
The real part of the complex numbers to transform. - imag
- Type: SystemDouble
The imaginary part of the complex numbers to transform. - direction
- Type: Accord.MathFourierTransformDirection
The transformation direction.
See Also