Type SLNoiseStats.TSLBinMaskOpportunityEvent
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 procedure TSLBinMaskOpportunityEvent( Sender : TObject, Harmonics : TSLHarmonicBinResults, var EnableBinMask : Boolean ) of object;
C++ Builder:
typedef void __fastcall (__closure *TSLBinMaskOpportunityEvent)( TObject * Sender, TSLHarmonicBinResults Harmonics, bool &EnableBinMask );
Summary
Event type to provide an opportunity to mask certain bins after the initial FFT but before statistic calculation.
Description
Defines a callback event to provide an opportunity to mask certain bins after the initial FFT but before statistic calculation. See property OnBinMaskOpportunity, property BinMask, and class THarmonicBinResults.