![]() | Float |
The FloatGeneral1DFFT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this general 1D FFT instance. |
![]() | FFT(FloatComplex) | Using given configuration, computes the complex foward FFT of vin. |
![]() | FFT(Single) | Using the given configuration, computes the real forward FFT of vin |
![]() | FFT(FloatComplex, FloatComplex) | Using given configuration, computes the complex foward FFT of vin and places the result in vout |
![]() | FFT(Single, Single) | Using the given configuration, computes the real forward FFT of vin |
![]() | FFTInPlace(FloatComplex) | Using given configuration, computes the in-place complex forward FFT of vinout. |
![]() | FFTInPlace(FloatComplex) | Obsolete. Using the given configuration, computes the forward 1D FFT of each row in arrayinout and returns the results in-place. |
![]() | FFTInPlace(Single) | Using the given configuration, computes the in-place real forward FFT of vinout |
![]() | FFTInPlaceArray | Using the given configuration, computes the forward 1D FFT of each row in arrayinout and returns the results in-place. |
![]() | ToString |
Returns a String containing a summary of this FFT type.
(Inherited from FFTBase) |