![]() | FFTBase Class |
The FFTBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | FFTBase(FFTConfiguration) | Creates an instance of a FFTBase using the provided FFT configuration. |
![]() | FFTBase(FFTBase, FFTDirection) | Base class constructor that makes a deep copy the configuration from another FFT instance. |
![]() | FFTBase(FFTDirection, FFTPrecision, FFTDomain, Int32) | Base class constructor for all 1D discrete fourier transform classes. |
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 |
Name | Description | |
---|---|---|
![]() | ToString |
Returns a String containing a summary of this FFT type.
(Overrides ObjectToString) |
Name | Description | |
---|---|---|
![]() | ipconfig_ | In-place FFT configuration. |
![]() | ofpconfig_ | Out-of-place FFT configuration. |