__declspec(property(get = GetDCDump, put = SetDCDump)) bool DCDump;
If True, the DC component will be removed from the signal prior to the transform to the frequency domain.
Read:
bool GetDCDump();Write:
void SetDCDump(const bool Value);Remarks:
This can vastly improve the resolution of the frequency spectrum.
Declared in Dew::Signal::TSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler