__declspec(property(get = GetPhaseMode, put = SetPhaseMode)) TPhaseMode PhaseMode;
This property determines how to handle the phase of the frequency spectrum.
Read:
TPhaseMode GetPhaseMode();Write:
void SetPhaseMode(const TPhaseMode Value);Remarks:
If you are not interested in phase set this property to pmIgnore. This can save considerable computation time.
Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler