__declspec(property(get = GetConjExtend, put = SetConjExtend)) bool ConjExtend;
If True, the conjugate symmetric part of the frequency spectrum is to be computed.
Read:
bool GetConjExtend();Write:
void SetConjExtend(const bool Value);Remarks:
The property is used in derived classes. The conjugate symmetic part of teh frequency spectrum can be used to detect aliasing, if you search for harmonics.
Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler