FourierInverse(Complex32, 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.3179.0 (4.8.3179.0)
Syntax public static void Inverse(
Complex32[] spectrum,
FourierOptions options
)
Parameters
- spectrum Complex32
- Spectrum data, where the iFFT is evaluated in place.
- options FourierOptions
- Fourier Transform Convention Options.
See Also