Click or drag to resize

DoubleComplexBackward2DFFT Properties

The DoubleComplexBackward2DFFT type exposes the following members.

Properties
 NameDescription
Public propertyBackwardScaleFactor Gets or sets the backward scale factor of the FFT; The default is 1.0
Public propertyColumns Gets the number of expected colums in FFT input array
(Inherited from FFT2DBase)
Public propertyDimension Gets the FFT dimension; typically either 1, 2 or 3.
(Inherited from FFT2DBase)
Public propertyDirection Gets the direction of the FFT, either forward or backward.
(Inherited from FFT2DBase)
Public propertyDomain Gets the forward domain of signal data; either complex or real.
(Inherited from FFT2DBase)
Public propertyPrecision Gets the FFT precision; either float or double
(Inherited from FFT2DBase)
Public propertyRows Gets the number of expected rows in FFT input array
(Inherited from FFT2DBase)
Top
See Also