| ComplexDFT1D Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: FinMath.SignalProcessing
 Syntax
Syntaxpublic class ComplexDFT1D
The ComplexDFT1D type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ComplexDFT1D | 
            Initializes an instance of class ComplexDFT1D that
            allows to compute forward and backward (inverse) DFT of given length.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BackwardScaleFactor | 
            A scale factor for backward transform.
             | 
|  | ForwardScaleFactor | 
            A scale factor for forward transform.
             | 
 Methods
Methods| 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.) | 
 See Also
See Also