__declspec(property(get = GetZeroPadding, put = SetZeroPadding)) int ZeroPadding;
Defines the level of zero padding of the source signal.
Read:
int GetZeroPadding();Write:
virtual void SetZeroPadding(const int Value);Remarks:
While zero padding does not increase frequency resolution, it does improve the accuracy of the frequency, amplitude and phase estimation of the spectral component.
Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler