ManagedFft2DOfSingle.BackwardTransformInPlace Method

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.0

Overload List

BackwardTransformInPlace(DenseMatrix<Complex<T>>) Computes the inverse discrete Fourier transform of a complex signal in place.
BackwardTransformInPlace(Matrix<Complex<T>>) Computes the inverse discrete Fourier transform of a complex signal in place.
BackwardTransformInPlace(Span2D<Complex<T>>) 
BackwardTransformInPlace(Span<Complex<Single>>, Int32) Computes the inverse discrete Fourier transform of a complex signal in place.
BackwardTransformInPlace<TStorage2D>(TStorage2D) Computes the inverse discrete Fourier transform of a complex signal in place.

BackwardTransformInPlace(Span<Complex<Single>>, Int32)

Computes the inverse discrete Fourier transform of a complex signal in place.
C#
public override void BackwardTransformInPlace(
	Span<Complex<float>> input,
	int inputLeadingDimension
)

Parameters

input  Span<Complex<Single>>
On input, a complex number array containing the input signal. On return, the inverse transform of the input.
inputLeadingDimension  Int32
 

See Also