Click or drag to resize

FftPlan Class

Represents a Fast Fourier Transform plan.
Inheritance Hierarchy
SystemObject
  Austra.Library.TransformsFftPlan

Namespace: Austra.Library.Transforms
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
Syntax
C#
public sealed class FftPlan

The FftPlan type exposes the following members.

Constructors
 NameDescription
Public methodFftPlanGenerates a FFT plan for a complex FFT's with length N.
Top
Methods
 NameDescription
Public methodDescribeDescribes the transform plan.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecuteApplies a transformation plan to array a.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also