Click or drag to resize

FftCModel Class

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

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

The FftCModel type exposes the following members.

Constructors
 NameDescription
Public methodFftCModelInitializes a FftRModel.
Top
Properties
 NameDescription
Public propertyAmplitudesGets the amplitudes of the spectrum, as a vector of real numbers.
(Inherited from FftModel)
Public propertyItemIndexGets the complex number at the specified index.
(Inherited from FftModel)
Public propertyItemInt32Gets the complex number at the specified index.
(Inherited from FftModel)
Public propertyItemRangeExtracts a slice from the spectrum.
(Inherited from FftModel)
Public propertyLength Gets the length of the Amplitudes and Phases vectors.
(Inherited from FftModel)
Public propertyPhasesGets the phases of the spectrum, as a vector of real numbers.
(Inherited from FftModel)
Public propertySpectrumGets the result of the FFT as a complex vector.
(Inherited from FftModel)
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 methodInverseInverse of the FFT transform.
Public methodToShortStringA short description of the model's content.
(Overrides FftModelToShortString)
Public methodToStringGets a string representation of the FFT.
(Inherited from FftModel)
Top
See Also