Click or drag to resize

FloatGeneral1DFFT Methods

The FloatGeneral1DFFT type exposes the following members.

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