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( DoubleComplexMatrix minout ) |
| Visual Basic (Declaration) |
|---|
Public Sub FFTInPlace ( _ minout As DoubleComplexMatrix _ ) |
| Visual C++ |
|---|
public: void FFTInPlace( DoubleComplexMatrix^ minout ) |
Parameters
- minout
- Type: CenterSpace.NMath.Core..::.DoubleComplexMatrix
The input signal and output FFT.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown when the input/output matrix has non-unit stride. Slices of matrices are not allowed. |
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown if the input/output array is smaller than the configured size of this FFT. |