Click or drag to resize

FloatForward1DFFT Properties

The FloatForward1DFFT type exposes the following members.

Properties
 NameDescription
Public propertyDimension Gets the FFT dimension.
(Inherited from FFTBase)
Public propertyDirection Gets the direction of the FFT, either forward or backward.
(Inherited from FFTBase)
Public propertyDomain Gets the forward domain of signal data; either complex or real.
(Inherited from FFTBase)
Public propertyForwardScaleFactor Gets or sets the forward scale factor of the FFT; The default is 1.0
Public propertyLength Gets the length of the signal data.
(Inherited from FFTBase)
Public propertyPrecision Gets the FFT precision; either float or double
(Inherited from FFTBase)
Top
See Also