ManagedFft.BackwardTransformInPlace Method

Definition

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

Overload List

BackwardTransformInPlace(ArraySlice<Complex<Double>>) Computes the inverse discrete Fourier transform of a complex signal in place.
BackwardTransformInPlace(DenseVector<Complex<T>>) Computes the inverse discrete Fourier transform of a complex signal in place.
BackwardTransformInPlace(Vector<Complex<T>>) Computes the inverse discrete Fourier transform of a complex signal in place.

BackwardTransformInPlace(ArraySlice<Complex<Double>>)

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

Parameters

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

See Also