Click or drag to resize

ComplexDFT1D Class

Performs 1-dimensional discrete Fourier transform of complex forward domain.
Inheritance Hierarchy
SystemObject
  FinMath.SignalProcessingComplexDFT1D

Namespace:  FinMath.SignalProcessing
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public class ComplexDFT1D

The ComplexDFT1D type exposes the following members.

Constructors
  NameDescription
Public methodComplexDFT1D
Initializes an instance of class ComplexDFT1D that allows to compute forward and backward (inverse) DFT of given length.
Top
Properties
  NameDescription
Public propertyBackwardScaleFactor
A scale factor for backward transform.
Public propertyForwardScaleFactor
A scale factor for forward transform.
Top
Methods
  NameDescription
Public methodComputeBackward
Computes backward (inverse) DFT of complex sequence.
Public methodComputeForward
Computes forward DFT of complex sequence.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also