Fft 2D<T>.Backward Transform In Place Method
Definition
Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Backward | Computes the inverse discrete Fourier transform of a complex signal in place. |
Backward | Computes the inverse discrete Fourier transform of a complex signal in place. |
Backward | Computes the inverse discrete Fourier transform of a complex signal in place. |
BackwardTransformInPlace(Array2D<Complex<T>>)
Computes the inverse discrete Fourier transform of a complex signal in place.
public abstract void BackwardTransformInPlace(
Array2D<Complex<T>> input
)
Parameters
Exceptions
ArgumentNullException | input is null. |
BackwardTransformInPlace(DenseMatrix<Complex<T>>)
Computes the inverse discrete Fourier transform of a complex signal in place.
public void BackwardTransformInPlace(
DenseMatrix<Complex<T>> input
)
Parameters
- input DenseMatrix<Complex<T>>
- On input, a complex dense matrix containing the input signal. On return, the inverse transform of the input.
Exceptions
ArgumentNullException | input is null. |
BackwardTransformInPlace(Matrix<Complex<T>>)
Computes the inverse discrete Fourier transform of a complex signal in place.
public void BackwardTransformInPlace(
Matrix<Complex<T>> input
)