![]() | FFT2DBase Class |
Namespace: CenterSpace.NMath.Core
The FFT2DBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | FFT2DBase(FFT2DBase, FFTDirection) |
Base class constructor that makes a deep copy the configuration
from another FFT instance.
|
![]() | FFT2DBase(FFTDirection, FFTPrecision, FFTDomain, Int32, Int32) |
Base class constructor 2D and higher discrete fourier transform classes
|
Name | Description | |
---|---|---|
![]() | Columns |
Gets the number of expected colums in FFT input array
|
![]() | Dimension |
Gets the FFT dimension; typically either 1, 2 or 3.
|
![]() | Direction |
Gets the direction of the FFT, either forward or backward.
|
![]() | Domain |
Gets the forward domain of signal data; either complex or real.
|
![]() | Precision |
Gets the FFT precision; either float or double
|
![]() | Rows |
Gets the number of expected rows in FFT input array
|
Name | Description | |
---|---|---|
![]() | ToString |
Returns a String containing a summary of this FFT type.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | configColMajor_ |
Internal MKL configuration manager for column major arrays. The two configurations
are identical in all ways except in how they interpret 2D array data.
|
![]() | configRowMajor_ |
Internal MKL configuration manager for row major arrays. The two configurations
are identical in all ways except in how they interpret 2D array data.
|