Click or drag to resize

IFourierTransformProviderBackward(Complex, FourierTransformScaling) Method

[Missing <summary> documentation for "M:Altaxo.Calc.Providers.FourierTransform.IFourierTransformProvider.Backward(System.Numerics.Complex[],Altaxo.Calc.Providers.FourierTransform.FourierTransformScaling)"]


Namespace: Altaxo.Calc.Providers.FourierTransform
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Backward(
	Complex[] spectrum,
	FourierTransformScaling scaling
)

Parameters

spectrum  Complex

[Missing <param name="spectrum"/> documentation for "M:Altaxo.Calc.Providers.FourierTransform.IFourierTransformProvider.Backward(System.Numerics.Complex[],Altaxo.Calc.Providers.FourierTransform.FourierTransformScaling)"]

scaling  FourierTransformScaling

[Missing <param name="scaling"/> documentation for "M:Altaxo.Calc.Providers.FourierTransform.IFourierTransformProvider.Backward(System.Numerics.Complex[],Altaxo.Calc.Providers.FourierTransform.FourierTransformScaling)"]

See Also