public sealed class FftRModel : FftModel| FftRModel | Initializes a FftRModel. |
| Amplitudes | Gets the amplitudes of the spectrum, as a vector of real numbers. (Inherited from FftModel) |
| Cut | Gets or sets a value indicating whether the spectrum is cut in halves. |
| 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) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Inverse | Inverse of the FFT transform. |
| ToShortString | A short description of the model's content. (Overrides FftModelToShortString) |
| ToString | Gets a string representation of the FFT. (Inherited from FftModel) |