Type SLFourier.TSLFrequencyEvent
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: SLFourier
Contents |
Syntax
Delphi:
type procedure TSLFrequencyEvent( var Sender : TObject, Frequency : Real, MaxFrequency : Real ) of object;
C++ Builder:
typedef void __fastcall (__closure *TSLFrequencyEvent)( TObject * &Sender, double Frequency, double MaxFrequency );
Summary
Event type for the OnFrequencyResult of the FFT components.
Description
Used for the OnFrequencyResult of the FFT component.
This callback event occurs when the highest amplitude frequency is detected. Effectively it allows implementation of frequency measurement.