Click or drag to resize

FloatComplexBackward1DFFT Methods

The FloatComplexBackward1DFFT type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this FFT instance.
Public methodCreateInverseFFT Creates a forward FFT instance of this backward float complex 1D FFT.
Public methodFFT(FloatComplex) Computes the backward FFT of vin.
Public methodFFT(FloatComplexVector) Computes the backward FFT of vin and places the result in vout
Public methodFFT(FloatComplex, FloatComplex) Computes the backward FFT of vin and places the result in vout
Public methodFFT(FloatComplexVector, FloatComplexVector) Computes the backward FFT of vin and places the result in vout
Public methodFFT(FloatComplex, Int32, FloatComplex, Int32) Computes the backward FFT of vin and places the result in vout, where vin and vout contain offtset signal data, vinoffset, voutoffset, respectively, from the [0] element.
Public methodFFTInPlace(FloatComplex) Computes the in-place backward FFT of the signal vinout.
Public methodFFTInPlace(FloatComplex)Obsolete.
Computes the backward FFT of each row in arrayinout and returns the results in-place.
Public methodFFTInPlace(FloatComplexVector) Computes the in-place backward FFT of the signal vinout.
Public methodFFTInPlace(FloatComplex, Int32) Computes the in-place backward FFT of the signal vinout.
Public methodFFTInPlaceArray Computes the backward FFT of each row in arrayinout and returns the results in-place.
Public methodSetScaleFactorByLength Sets the backward FFT scale factor to 1/SignalLength.
Public methodToString Returns a String containing a summary of this FFT type.
(Inherited from FFTBase)
Top
See Also