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