The FFTBase type exposes the following members.

Constructors

  NameDescription
FFTBase
Base class constructor for all 1D discrete fourier transform classes.

Methods

  NameDescription
Dispose
Clean up resources.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
Dimension
Gets the FFT dimension.
Direction
Gets the direction of the FFT, either forward or backward.
Domain
Gets the forward domain of signal data; either complex or real.
Length
Gets the length of the signal data.
Precision
Gets the FFT precision; either float or double

See Also