FourierInverse(Single, Single, FourierOptions) Method | 
            Applies the inverse Fast Fourier Transform (iFFT) to arbitrary-length sample vectors.
            
Namespace: Altaxo.Calc.IntegralTransformsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static void Inverse(
	float[] real,
	float[] imaginary,
	FourierOptions options = FourierOptions.Default
)
Parameters
- real  Single
 - Real part of the sample vector, where the iFFT is evaluated in place.
 - imaginary  Single
 - Imaginary part of the sample vector, where the iFFT is evaluated in place.
 - options  FourierOptions  (Optional)
 - Fourier Transform Convention Options.
 
See Also