Managed Fft 2DOf Single.Backward Transform Method
Definition
Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
Overload List
Backward | Computes the discrete Fourier transform of a real signal and returns the result. |
Backward | Computes the discrete Fourier transform of a complex signal and returns the result.. |
Backward | Computes the discrete Fourier transform of a complex signal. |
Backward | Computes the discrete Fourier transform of a real signal. |
Backward | Computes the discrete Fourier transform of a real signal. |
Backward | Computes the discrete Fourier transform of a complex signal. |
Backward | Computes the discrete Fourier transform of a real signal. |
Backward | Computes the discrete Fourier transform of a complex signal. |
Backward | Computes the inverse discrete Fourier transform of a real signal. |
BackwardTransform(Array2D<Complex<Single>>, Array2D<Complex<Single>>)
Computes the discrete Fourier transform of a complex signal.
public override void BackwardTransform(
Array2D<Complex<float>> input,
Array2D<Complex<float>> output
)
Parameters
Exceptions
InvalidOperationException |
The FftDomain of the transform is not complex.
-or- The input and output are the same, but the transform was not set up for in place calculation |
BackwardTransform(Array2D<Complex<Single>>, Array2D<Single>)
Computes the discrete Fourier transform of a real signal.
public override void BackwardTransform(
Array2D<Complex<float>> input,
Array2D<float> output
)