Computes the in-place backward 2D FFT of the signal minout.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public void FFTInPlace( DoubleComplex[,] minout ) |
| Visual Basic (Declaration) |
|---|
Public Sub FFTInPlace ( _ minout As DoubleComplex(,) _ ) |
| Visual C++ |
|---|
public: void FFTInPlace( array<DoubleComplex,2>^ minout ) |
Parameters
- minout
- Type: array<
CenterSpace.NMath.Core..::.DoubleComplex
,2>[,](,)[,]
The input signal and output 2D FFT.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown if the input/output array is smaller than the configured size of this FFT. |