Class SLPatternDetector.TSLPatternDetector
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(One intermediate revision by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' PatternDetector : [[Class SLCommonFilter.TSLCommonRealFilter|Mitov.SignalLab.CommonRealFilter]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:31, 26 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 PatternDetector : 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.