Click or drag to resize

RealFFTResultWrapper Properties

The RealFFTResultWrapper type exposes the following members.

Properties
 NameDescription
Public propertyAmplitude Returns the vector of amplitudes, i.e. the modulus of the complex result.
Public propertyComplexResult Returns the vector of the complex result of the FFT.
Public propertyCount Return the length of the wrapper vectors Amplitude, RealPart, ImaginaryPart and Phase
Public propertyImaginaryPart Returns the vector of the resulting imaginary parts of the FFT.
Public propertyPhase Returns the vector of the resulting phases of the FFT.
Public propertyRealPart Returns the vector of the resulting real parts of the FFT.
Top
See Also