TSpectrogram::SpectralSamplingTime Property

__declspec(property(get = GetSpectralSamplingTime)) double SpectralSamplingTime;

Total length in seconds between the first and the last spectrum.

Read: double GetSpectralSamplingTime();
Remarks:

This value is equal to Count*Dt. This is a ready only property, but the contents of the object can be changed.

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