Event SLNoiseStats.TSLNoiseStats.OnBinMaskOpportunity
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 OnBinMaskOpportunity : TSLBinMaskOpportunityEvent read FOnBinMaskOpportunity write SetBinMaskOpportunity;
C++ Builder:
__property TSLBinMaskOpportunityEvent OnBinMaskOpportunity = { read=FOnBinMaskOpportunity, write=SetBinMaskOpportunity };
Summary
Occurs after the initial FFT and location of the fundamental frequency and harmonics.
Description
After the initial FFT and location of the fundamental
frequency and harmonics, this event is generated to allow
clients to mask certain bins. Typically, bins to be masked
are chosen based on fundamental and harmonic locations (e.g.,
to mask skirts to either side of these harmonics); hence,
fundamental and harmonic locations are included in the event
parameters for this event. Specifically, a
TSLHarmonicBinResults object is supplied. Also, see property
BinMask.