FftPlan Class

Represents a Fast Fourier Transform plan.

Definition

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

Constructors

FftPlanGenerates a FFT plan for a complex FFT's with length N.

Methods

DescribeDescribes the transform plan.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
ExecuteApplies a transformation plan to array a.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also