FftModel Class

Represents the result of a Fast Fourier Transform.

Definition

Namespace: Austra.Library.Transforms
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public abstract class FftModel : IIndexable
Inheritance
Object    FftModel
Derived
Implements
IIndexable

Properties

AmplitudesGets the amplitudes of the spectrum, as a vector of real numbers.
ItemIndexGets the complex number at the specified index.
ItemInt32Gets the complex number at the specified index.
ItemRangeExtracts a slice from the spectrum.
Length Gets the length of the Amplitudes and Phases vectors.
PhasesGets the phases of the spectrum, as a vector of real numbers.
SpectrumGets the result of the FFT as a complex vector.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToShortString Gets a short string describing the kind of FFT and the length of the spectrum.
ToStringGets a string representation of the FFT.
(Overrides ObjectToString)

See Also