The DoubleSymmetricBackward1DFFT type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DoubleSymmetricBackward1DFFT | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this FFT instance.
| |
| CreateInverseFFT |
Creates a backward FFT instance of this backward double real 1D FFT.
| |
| Dispose |
Clean up resources.
(Inherited from FFTBase.) | |
| Equals | (Inherited from Object.) | |
| FFT | Overloaded. | |
| FFTInPlace | Overloaded. | |
| FFTInPlaceArray |
Computes the backward FFT of each row in arrayinout and returns the complex conjugate symmetric results in-place
in a packed format. Use a DoubleSymmetricSignalReader instance to extract individual signal FFT's out of the resultant array.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| SetScaleFactorByLength |
Sets the backward FFT scale factor to 1/SignalLength. If the forward FFT scale factor is 1.0, using this
backward scale factor will guarentee that backwardFFT(forwardFFT(signal)) = signal. MATLAB uses
this scale factor by default.
| |
| ToString |
Returns a String containing a summary of this FFT type.
(Inherited from FFTBase.) |
Properties
| Name | Description | |
|---|---|---|
| BackwardScaleFactor |
Gets or sets the backward scale factor of the FFT; The default is 1.0 | |
| 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.) |