TSignalAnalyzer::SamplingTime Property

__declspec(property(get = GetSamplingTime, put = SetSamplingTime)) double SamplingTime;

The length of the signal in seconds.

Read: double GetSamplingTime();
Write: void SetSamplingTime(const double Value);
Remarks:

SamplingTime will change, if the Length property changes. The length of the signal in seconds is kept proportional to the length of the signal in samples. The Length property will not change, if you change the SamplingTime.

Declared in Dew::Signal::TSignal · Dew.Signal/SignalTools.h · Cross-compiler