Class SLNoiseStats.TSLHarmonicBinResults
From Mitov Wiki Doc
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.
Package: SignalLabPkg
Unit: SLNoiseStats
Contents |
Syntax
Delphi:
type TSLHarmonicBinResults = class
C++ Builder:
class TSLHarmonicBinResults
Visual C++ (MFC):
class CTSLHarmonicBinResults
C# (.NET):
public ref class HarmonicBinResults
Summary
Supplied as a parameter in the OnBinMaskOpportunity event.
Description
This object, supplied as a parameter in the OnBinMaskOpportunity event, encapsulates the location of the fundamental and its harmonics: HarmonicBin[], NumHarmonics, FundBin, and FundBinFractional. See each property for a description.
Properties
Public
- NumHarmonics - Returns the size of the array of located harmonics. (To set the value of harmonics to be located, use property SLNoiseStats.NumHarmonics.)
- HarmonicBin - Returns the bin location in the FFT ouput of the I+1th harmonic of the fundamental frequency.
- FundBinFractional - Returns the (floating point) bin location in the FFT output of the fundamental frequency.
- FundBin - Returns the (unsigned integer) bin location in the FFT output of the fundamental frequency.