Class SLPatternDetector.TSLPatternDetector
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:07, 11 June 2013
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: SLPatternDetector
Inherits: TSLCommonRealFilter
Contents |
Syntax
Delphi:
type TSLPatternDetector = class( TSLCommonRealFilter )
C++ Builder:
class TSLPatternDetector : public TSLCommonRealFilter
Visual C++ (MFC):
class CTSLPatternDetector : public CTSLCommonRealFilter
C# (.NET):
public ref class TSLPatternDetector : Mitov.SignalLab.CommonRealFilter
Summary
Detects patterns in the buffers.
Description
Use this component to detect patterns in the buffers.
Only buffers whose samples can pass trough all the Min and Max of the pattern items are passed trough as shown in the example bellow.
Diagram:
Example:
Properties
Published
- Patterns - Collection of patterns.
Pins
- RejectedOutputPin - The rejected data output pin of the filter.
Events
- OnPatternDetected - Occurs on pattern detected.