![]() | Double |
The DoubleForward2DFFT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this FFT instance. |
![]() | FFT(Double, Double) | Computes the forward out-of-place FFT of vin. |
![]() | FFT(DoubleMatrix, DoubleMatrix) | Computes the foward FFT of vin and places the result in vout |
![]() | FFTInPlace(Double) | Computes the in-place forward FFT of the signal vinout. |
![]() | FFTInPlace(DoubleMatrix) | Computes the in-place forward FFT of the signal vinout. |
![]() | GetSignalReader(Double) | Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's computed by this class. |
![]() | GetSignalReader(DoubleMatrix) | Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's computed by this class. |
![]() | ToString |
Returns a String containing a summary of this FFT type.
(Inherited from FFT2DBase) |