Click or drag to resize

FftRModel Properties

The FftRModel type exposes the following members.

Properties
 NameDescription
Public propertyAmplitudesGets the amplitudes of the spectrum, as a vector of real numbers.
(Inherited from FftModel)
Public propertyCutGets or sets a value indicating whether the spectrum is cut in halves.
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