 | DoubleForward2DFFTFFTInPlace Method (DoubleMatrix) |
Computes the in-place forward FFT of the signal vinout.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic void FFTInPlace(
DoubleMatrix minout
)
Public Sub FFTInPlace (
minout As DoubleMatrix
)
public:
void FFTInPlace(
DoubleMatrix^ minout
)
member FFTInPlace :
minout : DoubleMatrix -> unit
Parameters
- minout
- Type: CenterSpace.NMath.CoreDoubleMatrix
The input signal and output FFT.
ExceptionsException | Condition |
---|
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