SignalLab

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(40 intermediate revisions by one user not shown)
Line 9: Line 9:
 
Signal Processing Library
 
Signal Processing Library
 
== Packages ==
 
== Packages ==
 +
*[[Package Mitov.BasicLab]] - Contains the basic components and classes for all the products.
 
*[[Package SignalLabAdditionalPkg]] - Contains the additional signal processing components and classes.
 
*[[Package SignalLabAdditionalPkg]] - Contains the additional signal processing components and classes.
*[[Package SignalLabBasicPkg]] - Contains the basic components and classes for all the products.
+
*[[Package SignalLabBasicPkg]] - Contains the basic components and classes for the basic SignalLab components.
 
*[[Package SignalLabPkg]] - Contains the Digital Signal Processing(DSP) components and classes for SignalLab.
 
*[[Package SignalLabPkg]] - Contains the Digital Signal Processing(DSP) components and classes for SignalLab.
 
*[[Package SignalLabScopePkg]] - Contains the Scope and Waterfall components.
 
*[[Package SignalLabScopePkg]] - Contains the Scope and Waterfall components.
Line 16: Line 17:
 
== Components ==
 
== Components ==
 
=== From [[Package SignalLabAdditionalPkg]] ===
 
=== From [[Package SignalLabAdditionalPkg]] ===
 +
*[[Image:BIGSLAverageValue.gif]] [[Image:SLAverageValue.gif]] [[Image:NETSLAverageValue.gif]] '''[[Class SLAverageValue.TSLAverageValue|TSLAverageValue]]''' - Averages the input values.
 
*[[Image:BIGSLGenericRealValueGen.gif]] [[Image:SLGenericRealValueGen.gif]] [[Image:NETSLGenericRealValueGen.gif]] '''[[Class SLGenericRealValueGen.TSLGenericRealValueGen|TSLGenericRealValueGen]]''' - User defined generator for Real values.
 
*[[Image:BIGSLGenericRealValueGen.gif]] [[Image:SLGenericRealValueGen.gif]] [[Image:NETSLGenericRealValueGen.gif]] '''[[Class SLGenericRealValueGen.TSLGenericRealValueGen|TSLGenericRealValueGen]]''' - User defined generator for Real values.
 
*[[Image:BIGSLGenericRealValue.gif]] [[Image:SLGenericRealValue.gif]] [[Image:NETSLGenericRealValue.gif]] '''[[Class SLGenericRealValue.TSLGenericRealValue|TSLGenericRealValue]]''' - User defined filter for Real values.
 
*[[Image:BIGSLGenericRealValue.gif]] [[Image:SLGenericRealValue.gif]] [[Image:NETSLGenericRealValue.gif]] '''[[Class SLGenericRealValue.TSLGenericRealValue|TSLGenericRealValue]]''' - User defined filter for Real values.
Line 28: Line 30:
 
*[[Image:BIGSLGenericRealMatrix.gif]] [[Image:SLGenericRealMatrix.gif]] [[Image:NETSLGenericRealMatrix.gif]] '''[[Class SLGenericRealMatrix.TSLGenericRealMatrix|TSLGenericRealMatrix]]''' - User defined generator for Real matrix data.
 
*[[Image:BIGSLGenericRealMatrix.gif]] [[Image:SLGenericRealMatrix.gif]] [[Image:NETSLGenericRealMatrix.gif]] '''[[Class SLGenericRealMatrix.TSLGenericRealMatrix|TSLGenericRealMatrix]]''' - User defined generator for Real matrix data.
 
=== From [[Package SignalLabPkg]] ===
 
=== From [[Package SignalLabPkg]] ===
 +
*[[Image:BIGSLMinMax.gif]] [[Image:SLMinMax.gif]] [[Image:NETSLMinMax.gif]] '''[[Class SLMinMax.TSLMinMax|TSLMinMax]]''' - Finds the minimal and maximal values in the buffer.
 +
*[[Image:BIGSLMean.gif]] [[Image:SLMean.gif]] [[Image:NETSLMean.gif]] '''[[Class SLMean.TSLMean|TSLMean]]''' - Performs a Median Filter.
 +
*[[Image:BIGSLSnippetTrigger.gif]] [[Image:SLSnippetTrigger.gif]] [[Image:NETSLSnippetTrigger.gif]] '''[[Class SLSnippetTrigger.TSLSnippetTrigger|TSLSnippetTrigger]]''' - Detects passing trough a level and takes a data snippet around it.
 +
*[[Image:BIGSLPatternDetector.gif]] [[Image:SLPatternDetector.gif]] [[Image:NETSLPatternDetector.gif]] '''[[Class SLPatternDetector.TSLPatternDetector|TSLPatternDetector]]''' - Detects patterns in the buffers.
 
*[[Image:BIGSLSubtractComplex.gif]] [[Image:SLSubtractComplex.gif]] [[Image:NETSLSubtractComplex.gif]] '''[[Class SLSubtractComplex.TSLSubtractComplex|TSLSubtractComplex]]''' - Combines two input complex signals by performing Subtract operation.
 
*[[Image:BIGSLSubtractComplex.gif]] [[Image:SLSubtractComplex.gif]] [[Image:NETSLSubtractComplex.gif]] '''[[Class SLSubtractComplex.TSLSubtractComplex|TSLSubtractComplex]]''' - Combines two input complex signals by performing Subtract operation.
 
*[[Image:BIGSLMultiplyComplex.gif]] [[Image:SLMultiplyComplex.gif]] [[Image:NETSLMultiplyComplex.gif]] '''[[Class SLMultiplyComplex.TSLMultiplyComplex|TSLMultiplyComplex]]''' - Combines multiple input complex signals by performing Multiply operation.
 
*[[Image:BIGSLMultiplyComplex.gif]] [[Image:SLMultiplyComplex.gif]] [[Image:NETSLMultiplyComplex.gif]] '''[[Class SLMultiplyComplex.TSLMultiplyComplex|TSLMultiplyComplex]]''' - Combines multiple input complex signals by performing Multiply operation.
Line 92: Line 98:
 
*[[Image:BIGSLWaterfall.gif]] [[Image:SLWaterfall.gif]] [[Image:NETSLWaterfall.gif]] '''[[Class SLWaterfall.TSLWaterfall|TSLWaterfall]]''' - Visible waterfall for representing Real(double) data.
 
*[[Image:BIGSLWaterfall.gif]] [[Image:SLWaterfall.gif]] [[Image:NETSLWaterfall.gif]] '''[[Class SLWaterfall.TSLWaterfall|TSLWaterfall]]''' - Visible waterfall for representing Real(double) data.
 
=== From [[Package TimingLabBasicPkg]] ===
 
=== From [[Package TimingLabBasicPkg]] ===
 +
*[[Image:BIGTLThreadEvent.gif]] [[Image:TLThreadEvent.gif]] [[Image:NETTLThreadEvent.gif]] '''[[Class TLThreadEvent.TTLThreadEvent|TTLThreadEvent]]''' - Executes event in a separated thread.
 +
*[[Image:BIGTLMainThreadEvent.gif]] [[Image:TLMainThreadEvent.gif]] [[Image:NETTLMainThreadEvent.gif]] '''[[Class TLMainThreadEvent.TTLMainThreadEvent|TTLMainThreadEvent]]''' - Allows other threads to generate main thread notifications.
 +
*[[Image:BIGTLStopWatch.gif]] [[Image:TLStopWatch.gif]] [[Image:NETTLStopWatch.gif]] '''[[Class TLStopWatch.TTLStopWatch|TTLStopWatch]]''' - Measures time intervals.
 +
*[[Image:BIGTLFrequencyMeter.gif]] [[Image:TLFrequencyMeter.gif]] [[Image:NETTLFrequencyMeter.gif]] '''[[Class TLFrequencyMeter.TTLFrequencyMeter|TTLFrequencyMeter]]''' - Measures frequency of events.
 +
*[[Image:BIGTLCounter.gif]] [[Image:TLCounter.gif]] [[Image:NETTLCounter.gif]] '''[[Class TLCounter.TTLCounter|TTLCounter]]''' - Counts events.
 
*[[Image:BIGTLWatchDogTimer.gif]] [[Image:TLWatchDogTimer.gif]] [[Image:NETTLWatchDogTimer.gif]] '''[[Class TLWatchDogTimer.TTLWatchDogTimer|TTLWatchDogTimer]]''' - Implements a Watch Dog Timer.
 
*[[Image:BIGTLWatchDogTimer.gif]] [[Image:TLWatchDogTimer.gif]] [[Image:NETTLWatchDogTimer.gif]] '''[[Class TLWatchDogTimer.TTLWatchDogTimer|TTLWatchDogTimer]]''' - Implements a Watch Dog Timer.
*[[Image:BIGTLMainThredEvent.gif]] [[Image:TLMainThredEvent.gif]] [[Image:NETTLMainThredEvent.gif]] '''[[Class TLMainThredEvent.TTLMainThredEvent|TTLMainThredEvent]]''' - Allows other threads to generate main thread notifications.
 
 
*[[Image:BIGTLClockGen.gif]] [[Image:TLClockGen.gif]] [[Image:NETTLClockGen.gif]] '''[[Class TLClockGen.TTLClockGen|TTLClockGen]]''' - Provides clock for other components.
 
*[[Image:BIGTLClockGen.gif]] [[Image:TLClockGen.gif]] [[Image:NETTLClockGen.gif]] '''[[Class TLClockGen.TTLClockGen|TTLClockGen]]''' - Provides clock for other components.
 
== Layers ==
 
== Layers ==
 
=== From [[Package SignalLabScopePkg]] ===
 
=== From [[Package SignalLabScopePkg]] ===
*[[Image:SLScopeLayer.gif]] '''[[Class SLScope.TSLScopeLayer|TSLScopeLayer]]''' - A scope drawing layer. See Also Defines a scope drawing layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a scope. <b>Example:</b> <image ScopeLayerSample>
+
*[[Image:SLScopeLayer.gif]] '''[[Class SLScope.TSLScopeLayer|TSLScopeLayer]]''' - A scope drawing layer. See Also Defines a scope drawing layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a scope. <b>Diagram:</b> <image SLScopeLayer_Preview> <b>Example:</b> <image ScopeLayerSample>
*[[Image:SLWaterfallLayer.gif]] '''[[Class SLWaterfall.TSLWaterfallLayer|TSLWaterfallLayer]]''' - A waterfall draw layer. See Also Defines a waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a waterfall. <b>Example:</b> <image WaterfallLayerSample>
+
*[[Image:SLWaterfallLayer.gif]] '''[[Class SLWaterfall.TSLWaterfallLayer|TSLWaterfallLayer]]''' - A waterfall draw layer. See Also Defines a waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a waterfall. <b>Diagram:</b> <image SLWaterfallLayer_Preview> <b>Example:</b> <image WaterfallLayerSample>
 
== Elements ==
 
== Elements ==
 
=== From [[Package SignalLabScopePkg]] ===
 
=== From [[Package SignalLabScopePkg]] ===

Latest revision as of 00:29, 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.

Products

Contents

Description

Signal Processing Library

Packages

Components

From Package SignalLabAdditionalPkg

From Package SignalLabBasicPkg

From Package SignalLabPkg

From Package SignalLabScopePkg

From Package TimingLabBasicPkg

Layers

From Package SignalLabScopePkg

Elements

From Package SignalLabScopePkg

Matrix Layers

From Package SignalLabScopePkg

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox