Fft 2D<T>.Backward Transform In Place Method
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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 | |
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<TStorage2D>(TStorage2D)
Computes the inverse discrete Fourier transform of a complex signal in place.
public void BackwardTransformInPlace<TStorage2D>(
TStorage2D input
)
where TStorage2D : Object, IStorage2D<Complex<T>>
Parameters
- input TStorage2D
- On input, a complex 2D array containing the input signal. On return, the inverse transform of the input.
Type Parameters
- TStorage2D
Exceptions
Argument | 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
Argument | 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
)
Parameters
BackwardTransformInPlace(Span2D<Complex<T>>)
public void BackwardTransformInPlace(
Span2D<Complex<T>> input
)
Parameters
BackwardTransformInPlace(Span<Complex<T>>, Int32)
Computes the inverse discrete Fourier transform of a complex signal in place.
public abstract void BackwardTransformInPlace(
Span<Complex<T>> input,
int inputLeadingDimension
)