__declspec(property(get = GetRotation, put = SetRotation)) int Rotation;
Before the frequency analysis, the signal can be circularly rotated by a specified number of samples. Rotation defines the number of samples.
Read:
int GetRotation();Write:
void SetRotation(const int Value);Remarks:
The direction can be positive or negative.
Declared in Dew::Signal::TCustomSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler