The DoubleGeneral1DFFT type exposes the following members.

Constructors

  NameDescription
DoubleGeneral1DFFT
Constructs a general 1D FFT instance by deep cloning the provided FFTConfiguration instance.

Methods

  NameDescription
Clone
Creates a deep copy of this general 1D FFT instance.
Dispose
Clean up resources.
(Inherited from FFTBase.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FFTOverloaded.
FFTInPlaceOverloaded.
FFTInPlaceArray
Using the given configuration, computes the forward 1D FFT of each row in arrayinout and returns the results in-place.
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.
(Inherited from FFTBase.)

Properties

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

See Also