IFourierTransformProviderForwardReal(Double, Int32, FourierTransformScaling) Method |
Computes the forward transform of real double-precision samples.
Namespace: Altaxo.Calc.Providers.FourierTransformAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid ForwardReal(
double[] samples,
int n,
FourierTransformScaling scaling
)
Parameters
- samples Double
- 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