TSignalDecimator::SamplingFrequency Property

__declspec(property(get = GetSamplingFrequency, put = SetSamplingFrequency)) double SamplingFrequency;

Defines the sampling frequency of the signal.

Read: double GetSamplingFrequency();
Write: virtual void SetSamplingFrequency(const double Value);
Remarks:

Sampling frequency will remain fixed, when you change the Length property.

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