__declspec(property(get = GetCorrTaps1, put = SetCorrTaps)) int CorrTaps1;
Select number of taps for auto-correlation and cross-correlation.
Read:
int GetCorrTaps1();Write:
void SetCorrTaps(const int Value);Declared in Dew::Signal::TSignalAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler