IFourierTransformProviderForward(Complex, FourierTransformScaling) Method |
Computes the forward transform of complex double-precision samples.
Namespace: Altaxo.Calc.Providers.FourierTransformAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid Forward(
Complex[] samples,
FourierTransformScaling scaling
)
Parameters
- samples Complex
- The sample data to transform in place.
- scaling FourierTransformScaling
- The scaling convention to apply to the transform.
See Also