Property SLNoiseStats.TSLNoiseStats.DCBinWidth
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLNoiseStats
Contents |
Syntax
Delphi:
property DCBinWidth : Cardinal read FDCBinWidth write SetDCBinWidth default 3;
C++ Builder:
__property unsigned int DCBinWidth = { read=FDCBinWidth, write=SetDCBinWidth, default=3 };
Summary
Size of a bin window (number of bins) to be treated as a single bin for the DC component of the signal.
Description
Size of a bin window (number of bins) to be treated as a
single bin for the DC component of the signal. Used in
statistic calculations (SNR, SINAD etc) as well as in the
process of locating the fundamental. If statistic results are
suspect, try increasing the DCBinWidth or property
HarmonicBinWidth.