Click or drag to resize

FftCModel Properties

The FftCModel type exposes the following members.

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
See Also