![]() | Double |
The DoubleComplexForward2DFFT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this FFT instance. |
![]() | CreateInverseFFT | Creates a backward FFT instance of this forward double complex 2D FFT. |
![]() | FFT(DoubleComplex, DoubleComplex) | Computes foward 2D FFT of min and places the result in mout |
![]() | FFT(DoubleComplexMatrix, DoubleComplexMatrix) | Computes the foward 2D FFT of min and places the result in mout |
![]() | FFTInPlace(DoubleComplex) | Computes the in-place forward 2D FFT of the signal minout. |
![]() | FFTInPlace(DoubleComplexMatrix) | Computes the in-place forward 2D FFT of the signal minout. |
![]() | ToString |
Returns a String containing a summary of this FFT type.
(Inherited from FFT2DBase) |