Click or drag to resize

DoubleForward1DFFT Methods

The DoubleForward1DFFT 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 real 1D FFT.
Public methodFFT(Double) Computes foward FFT of vin.
Public methodFFT(DoubleVector) Computes the foward FFT of vin.
Public methodFFT(Double, Double) Computes foward FFT of vin and places the result in vout
Public methodFFT(DoubleVector, DoubleVector) Computes the foward FFT of vin and places the result in vout
Public methodFFT(Double, Int32, Double) 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(Double) Computes the in-place forward FFT of the signal vinout.
Public methodFFTInPlace(Double)Obsolete.
Computes the forward 1D FFT of each row in arrayinout and returns the complex conjugate symmetric results in-place in a packed format.
Public methodFFTInPlace(DoubleVector) Computes the in-place forward FFT of the signal vinout.
Public methodFFTInPlace(Double, Int32) Computes the in-place forward FFT of the signal vinout.
Public methodFFTInPlaceArray Computes the forward 1D FFT of each row in arrayinout and returns the complex conjugate symmetric results in-place in a packed format.
Public methodGetSignalReader(Double) Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's computed by this class.
Public methodGetSignalReader(Double)Obsolete.
Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's computed by this class.
Public methodGetSignalReader(DoubleVector) Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's computed by this class.
Public methodGetSignalReaderForArray Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's computed by this class.
Public methodToString Returns a String containing a summary of this FFT type.
(Inherited from FFTBase)
Top
See Also