The FFTBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FFTBase |
Base class constructor for all 1D discrete fourier transform classes.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Clean up resources.
| |
| Equals | (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
| Name | Description | |
|---|---|---|
| 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
|