RealDFT1D Class |
Namespace: FinMath.SignalProcessing
public class RealDFT1D
The RealDFT1D type exposes the following members.
Name | Description | |
---|---|---|
![]() | RealDFT1D |
Initializes an instance of class RealDFT1D 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 the backward (inverse) DFT of complex conjugate-symmetric sequence.
|
![]() | ComputeBackwardCompact |
Computes the backward (inverse) DFT of complex non-symmetric sequence. The complex-conjugate part is just assumed.
|
![]() | ComputeForward |
Computes the forward DFT of real data.
|
![]() | ComputeForwardCompact |
Computes the forward DFT of real data and returns only the non-mirrored part.
|
![]() | 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.) |