FastHartleyTransformIFFT Method |
Does an in-place inverse fourier transform of 'n' points of the 'real'
and 'imag' arrays.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void IFFT(
double[] real,
double[] imag,
int n
)
Parameters
- real Double
- The array holding the real part of the values.
- imag Double
- The array holding the imaginary part of the values.
- n Int32
- Number of points to transform. Have to be a power of 2 (unchecked!)
See Also