Property SLNoiseStats.TSLHarmonicBinResults.FundBinFractional
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: TSLHarmonicBinResults
Contents |
Syntax
Delphi:
property FundBinFractional : Real read FFundBinFractional;
C++ Builder:
__property double FundBinFractional = { read=FFundBinFractional };
Summary
Returns the (floating point) bin location in the FFT output of the fundamental frequency.
Description
Use this property to get the (floating point) bin location in
the FFT output of the fundamental frequency. If the
fundamental frequency is an exact multiple/factor of the size
of the FFT (if the fundamental is “bin-centered”) then
FundBinFractional = FundBin. If the fundamental frequency is
not bin-centered, then FundBin = Round( FundBinFractional ).