Managed Fft 2D.Backward Transform 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 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<Double>>, Array2D<Complex<Double>>)
Computes the discrete Fourier transform of a complex signal.
public override void BackwardTransform(
Array2D<Complex<double>> input,
Array2D<Complex<double>> 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<Double>>, Array2D<Double>)
Computes the discrete Fourier transform of a real signal.
public override void BackwardTransform(
Array2D<Complex<double>> input,
Array2D<double> output
)