Click or drag to resize

FftModel Class

Represents the result of a Fast Fourier Transform.
Inheritance Hierarchy
SystemObject
  Austra.Library.TransformsFftModel
    Austra.Library.TransformsFftCModel
    Austra.Library.TransformsFftRModel

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

The FftModel type exposes the following members.

Properties
 NameDescription
Public propertyAmplitudesGets the amplitudes of the spectrum, as a vector of real numbers.
Public propertyItemIndexGets the complex number at the specified index.
Public propertyItemInt32Gets the complex number at the specified index.
Public propertyItemRangeExtracts a slice from the spectrum.
Public propertyLength Gets the length of the Amplitudes and Phases vectors.
Public propertyPhasesGets the phases of the spectrum, as a vector of real numbers.
Public propertySpectrumGets the result of the FFT as a complex vector.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToShortString Gets a short string describing the kind of FFT and the length of the spectrum.
Public methodToStringGets a string representation of the FFT.
(Overrides ObjectToString)
Top
See Also