Click or drag to resize

DoubleComplexForward1DFFT Methods

The DoubleComplexForward1DFFT type exposes the following members.

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