Property SLNoiseStats.TSLNoiseStats.NumHarmonics
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 NumHarmonics : Cardinal read FNumHarmonics write SetNumHarmonics default 5;
C++ Builder:
__property unsigned int NumHarmonics = { read=FNumHarmonics, write=SetNumHarmonics, default=5 };
Summary
The NumHarmonics harmonic frequencies used in the calculation of SINAD and THD
Description
After normalizing the input data and then performing and
initial FFT,
the TSLNoiseStats component locates the fundamental frequency. In
addition, it will locate NumHarmonics harmonic frequencies, and these
harmonics are used in the calculation of SINAD and THD while
omitted from the calculation of SNR.