ComplexDFT1D Class |
Namespace: FinMath.SignalProcessing
public class ComplexDFT1D
The ComplexDFT1D type exposes the following members.
Name | Description | |
---|---|---|
ComplexDFT1D |
Initializes an instance of class ComplexDFT1D that
allows to compute forward and backward (inverse) DFT of given length.
|
Name | Description | |
---|---|---|
BackwardScaleFactor |
A scale factor for backward transform.
| |
ForwardScaleFactor |
A scale factor for forward transform.
|
Name | Description | |
---|---|---|
ComputeBackward |
Computes backward (inverse) DFT of complex sequence.
| |
ComputeForward |
Computes forward DFT of complex sequence.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |