Click or drag to resize

DoubleGeneral1DFFT Methods

The DoubleGeneral1DFFT type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this general 1D FFT instance.
Public methodFFT(Double) Using the given configuration, computes the real forward FFT of vin
Public methodFFT(DoubleComplex) Using given configuration, computes the complex foward FFT of vin.
Public methodFFT(Double, Double) Using the given configuration, computes the real forward FFT of vin
Public methodFFT(DoubleComplex, DoubleComplex) Using given configuration, computes the complex foward FFT of vin and places the result in vout
Public methodFFTInPlace(Double) Using the given configuration, computes the in-place real forward FFT of vinout
Public methodFFTInPlace(DoubleComplex) Using given configuration, computes the in-place complex forward FFT of vinout.
Public methodFFTInPlace(DoubleComplex)Obsolete.
Using the given configuration, computes the forward 1D FFT of each row in arrayinout and returns the results in-place.
Public methodFFTInPlaceArray Using the given configuration, computes the forward 1D 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