Overload List

  NameDescription
FFTInPlace(DoubleVector)
Computes the in-place backward FFT of the signal vinout.
FFTInPlace(array<Double,2>[,](,)[,]) Obsolete.
Computes the backward FFT of each row in arrayinout and returns the complex conjugate symmetric results in-place in a packed format. Use a DoubleSymmetricSignalReader instance to extract individual signal FFT's out of the resultant array.
FFTInPlace(array<Double>[]()[])
Computes the in-place backward FFT of the signal vinout.
FFTInPlace(array<Double>[]()[], Int32)
Computes the in-place backward FFT of the signal vinout.

See Also