IFourierTransformProviderForwardReal(Single, Int32, FourierTransformScaling) Method |
Computes the forward transform of real single-precision samples.
Namespace: Altaxo.Calc.Providers.FourierTransformAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid ForwardReal(
float[] samples,
int n,
FourierTransformScaling scaling
)
Parameters
- samples Single
- The sample data to transform in place.
- n Int32
- The length of the real data represented by samples.
- scaling FourierTransformScaling
- The scaling convention to apply to the transform.
See Also