Click or drag to resize

FloatComplexForward2DFFTFFTInPlace(FloatComplexMatrix) Method

Computes the in-place forward 2D FFT of the signal minout.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void FFTInPlace(
	FloatComplexMatrix minout
)

Parameters

minout  FloatComplexMatrix
The input signal and output FFT.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown when the input/output matrix has non-unit stride. Slices of matrices are not allowed."
InvalidArgumentException Thrown if the input/output array is smaller than the configured size of this FFT.
See Also