TSpectrogram::Phase Property

__declspec(property(get = GetPhase, put = SetPhase)) TVec*Phase;

Stores the phase of the spectrum.

Read: TVec *GetPhase();
Write: void SetPhase(TVec *Value);
Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler