Fft |
The FftCModel type exposes the following members.
| Name | Description | |
|---|---|---|
| Amplitudes | Gets the amplitudes of the spectrum, as a vector of real numbers. (Inherited from FftModel) | |
| ItemIndex | Gets the complex number at the specified index. (Inherited from FftModel) | |
| ItemInt32 | Gets the complex number at the specified index. (Inherited from FftModel) | |
| ItemRange | Extracts a slice from the spectrum. (Inherited from FftModel) | |
| Length |
Gets the length of the Amplitudes and Phases vectors.
(Inherited from FftModel) | |
| Phases | Gets the phases of the spectrum, as a vector of real numbers. (Inherited from FftModel) | |
| Spectrum | Gets the result of the FFT as a complex vector. (Inherited from FftModel) |