Property SLNoiseStats.TSLNoiseStats.HarmonicBinWidth
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 HarmonicBinWidth : Cardinal read FHarmonicBinWidth write SetHarmonicBinWidth default 3;
C++ Builder:
__property unsigned int HarmonicBinWidth = { read=FHarmonicBinWidth, write=SetHarmonicBinWidth, default=3 };
Summary
Size of a bin window (number of bins) to be treated as a single bin for determining the fundamental and harmonic contributions.
Description
Size of a bin window (number of bins) to be treated as a
single bin for determining the fundamental and harmonic
contributions. If statistic results are suspect, try
increasing the HarmonicBinWidth or property DCBinWidth.