ManagedFft2DOfSingle.BackwardTransformInPlace Method

Definition

Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4

Overload List

BackwardTransformInPlace(Array2D<Complex<Single>>) Computes the inverse discrete Fourier transform of a complex signal in place.
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(Array2D<Complex<Single>>)

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

Parameters

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

See Also