Real |
The RealFFTResultWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| Amplitude | Returns the vector of amplitudes, i.e. the modulus of the complex result. | |
| ComplexResult | Returns the vector of the complex result of the FFT. | |
| Count | Return the length of the wrapper vectors Amplitude, RealPart, ImaginaryPart and Phase | |
| ImaginaryPart | Returns the vector of the resulting imaginary parts of the FFT. | |
| Phase | Returns the vector of the resulting phases of the FFT. | |
| RealPart | Returns the vector of the resulting real parts of the FFT. |