Computes the in-place backward FFT of the signal vinout.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public void FFTInPlace( double[] vinout, int offset ) |
| Visual Basic (Declaration) |
|---|
Public Sub FFTInPlace ( _ vinout As Double(), _ offset As Integer _ ) |
| Visual C++ |
|---|
public: void FFTInPlace( array<double>^ vinout, int offset ) |
Parameters
- vinout
- Type: array<
System..::.Double
>[]()[]
Input signal and output FFT of vinout
- offset
- Type: System..::.Int32
Offset to the start of the signal data.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown when the signal data is shorter than this DoubleSymmetricBackward1DFFT instance. |