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