The DoubleComplexForward2DFFT type exposes the following members.

Constructors

  NameDescription
DoubleComplexForward2DFFTOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this FFT instance.
CreateInverseFFT
Creates a backward FFT instance of this forward double complex 2D FFT.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FFTOverloaded.
FFTInPlaceOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String containing a summary of this FFT type.
(Inherited from FFT2DBase.)

Properties

  NameDescription
Columns
Gets the number of expected colums in FFT input array
(Inherited from FFT2DBase.)
Dimension
Gets the FFT dimension; typically either 1, 2 or 3.
(Inherited from FFT2DBase.)
Direction
Gets the direction of the FFT, either forward or backward.
(Inherited from FFT2DBase.)
Domain
Gets the forward domain of signal data; either complex or real.
(Inherited from FFT2DBase.)
ForwardScaleFactor
Gets or sets the forward scale factor of the FFT; The default is 1.0
Precision
Gets the FFT precision; either float or double
(Inherited from FFT2DBase.)
Rows
Gets the number of expected rows in FFT input array
(Inherited from FFT2DBase.)

See Also