Managed Fft 2D.Forward 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
Forward | Computes the discrete Fourier transform of a complex signal in place. |
Forward | Computes the discrete Fourier transform of a complex signal in place. |
Forward | Computes the discrete Fourier transform of a complex signal in place. |
ForwardTransformInPlace(Array2D<Complex<Double>>)
Computes the discrete Fourier transform of a complex signal in place.
public override void ForwardTransformInPlace(
Array2D<Complex<double>> input
)
Parameters
Exceptions
InvalidOperationException | The Fourier transform implementation is not configured
to accept complex input.
-or- The Fourier transform implementation is not configured to handle in-place transforms. |
ArgumentNullException | input is null. |