TSignalAnalyzer::Rotation Property

__declspec(property(get = GetRotation, put = SetRotation)) int Rotation;

Defines the rotation in number of samples within the current buffer.

Read: int GetRotation();
Write: void SetRotation(const int Value);
Remarks:

Frequency analysis of the power spectrum is invariant to signal buffer rotation.

Declared in Dew::Signal::TSignalAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler