FftCModel Class

Represents the result of a complex Fast Fourier Transform.

Definition

Namespace: Austra.Library.Transforms
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public sealed class FftCModel : FftModel
Inheritance
Object    FftModel    FftCModel

Constructors

FftCModelInitializes a FftRModel.

Properties

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

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)
InverseInverse of the FFT transform.
ToShortStringA short description of the model's content.
(Overrides FftModelToShortString)
ToStringGets a string representation of the FFT.
(Inherited from FftModel)

See Also