Click or drag to resize

FFT2DBase Properties

The FFT2DBase type exposes the following members.

Properties
 NameDescription
Public propertyColumns Gets the number of expected colums in FFT input array
Public propertyDimension Gets the FFT dimension; typically either 1, 2 or 3.
Public propertyDirection Gets the direction of the FFT, either forward or backward.
Public propertyDomain Gets the forward domain of signal data; either complex or real.
Public propertyPrecision Gets the FFT precision; either float or double
Public propertyRows Gets the number of expected rows in FFT input array
Top
See Also