FourierForward(Complex32) Method |
Applies the forward Fast Fourier Transform (FFT) 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 Forward(
Complex32[] samples
)
Parameters
- samples Complex32
- Sample vector, where the FFT is evaluated in place.
See Also