Package SignalLabPkg

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 12: Line 12:
 
== Requires ==
 
== Requires ==
 
*[[Package SignalLabBasicPkg]]
 
*[[Package SignalLabBasicPkg]]
 +
*[[Package SignalLabBasicPkg]]
 +
*[[Package SignalLabGenericBasicPkg]]
 
== Description ==
 
== Description ==
  
Line 73: Line 75:
 
*[[Image:BIGSLAbs.gif]] [[Image:SLAbs.gif]] [[Image:NETSLAbs.gif]] [[Class SLAbs.TSLAbs|TSLAbs]] - Converts the values of the buffers to absolute values.  
 
*[[Image:BIGSLAbs.gif]] [[Image:SLAbs.gif]] [[Image:NETSLAbs.gif]] [[Class SLAbs.TSLAbs|TSLAbs]] - Converts the values of the buffers to absolute values.  
 
*[[Image:BIGSLRemoveDC.gif]] [[Image:SLRemoveDC.gif]] [[Image:NETSLRemoveDC.gif]] [[Class SLRemoveDC.TSLRemoveDC|TSLRemoveDC]] - Removes the DC component from the signal.  
 
*[[Image:BIGSLRemoveDC.gif]] [[Image:SLRemoveDC.gif]] [[Image:NETSLRemoveDC.gif]] [[Class SLRemoveDC.TSLRemoveDC|TSLRemoveDC]] - Removes the DC component from the signal.  
 +
*[[Image:BIGSLGenericComplex.gif]] [[Image:SLGenericComplex.gif]] [[Image:NETSLGenericComplex.gif]] [[Class SLGenericComplex.TSLGenericComplex|TSLGenericComplex]] - User defined filter for Complex data.
 +
*[[Image:BIGSLGenericInt.gif]] [[Image:SLGenericInt.gif]] [[Image:NETSLGenericInt.gif]] [[Class SLGenericInt.TSLGenericInt|TSLGenericInt]] - User defined filter for Integer data.
 +
*[[Image:BIGSLGenericComplexGen.gif]] [[Image:SLGenericComplexGen.gif]] [[Image:NETSLGenericComplexGen.gif]] [[Class SLGenericComplexGen.TSLGenericComplexGen|TSLGenericComplexGen]] - User defined generator for Complex data.
 +
*[[Image:BIGSLGenericIntGen.gif]] [[Image:SLGenericIntGen.gif]] [[Image:NETSLGenericIntGen.gif]] [[Class SLGenericIntGen.TSLGenericIntGen|TSLGenericIntGen]] - User defined generator for Integer data.
  
 
== Units ==
 
== Units ==
Line 129: Line 135:
 
*[[Unit SLTypes|SLTypes]] - Contains some common data types for the SignalLab.  
 
*[[Unit SLTypes|SLTypes]] - Contains some common data types for the SignalLab.  
 
*[[Unit SLCommonIirFilter|SLCommonIirFilter]] - Contains the code for the TSLCommonIirFlter base class.  
 
*[[Unit SLCommonIirFilter|SLCommonIirFilter]] - Contains the code for the TSLCommonIirFlter base class.  
 +
*[[Unit SLGenericComplex|SLGenericComplex]] - Contains the code for the [[Class SLGenericComplex.TSLGenericComplex|TSLGenericComplex]] component.
 +
*[[Unit SLGenericInt|SLGenericInt]] - Contains the code for the [[Class SLGenericInt.TSLGenericInt|TSLGenericInt]] component.
 +
*[[Unit SLGenericComplexGen|SLGenericComplexGen]] - Contains the code for the [[Class SLGenericComplexGen.TSLGenericComplexGen|TSLGenericComplexGen]] component.
 +
*[[Unit SLGenericIntGen|SLGenericIntGen]] - Contains the code for the [[Class SLGenericIntGen.TSLGenericIntGen|TSLGenericIntGen]] component.
  
 
== Classes ==
 
== Classes ==
Line 203: Line 213:
 
*[[Class SLSimpleFilter.TSLSimpleFilter|TSLSimpleFilter]] - Base abstract class for [[Class SLLowPass.TSLLowPass|TSLLowPass]], [[Class SLHighPass.TSLHighPass|TSLHighPass]] and Band filters.  
 
*[[Class SLSimpleFilter.TSLSimpleFilter|TSLSimpleFilter]] - Base abstract class for [[Class SLLowPass.TSLLowPass|TSLLowPass]], [[Class SLHighPass.TSLHighPass|TSLHighPass]] and Band filters.  
 
*[[Class SLCommonIirFilter.TSLCommonIirFilter|TSLCommonIirFilter]] - Base abstract class for all the IIR filters.  
 
*[[Class SLCommonIirFilter.TSLCommonIirFilter|TSLCommonIirFilter]] - Base abstract class for all the IIR filters.  
 +
*[[Class SLGenericComplex.TSLGenericComplex|TSLGenericComplex]] - User defined filter for Complex data.
 +
*[[Class SLGenericInt.TSLGenericInt|TSLGenericInt]] - User defined filter for Integer data.
 +
*[[Class SLGenericComplexGen.TSLGenericComplexGen|TSLGenericComplexGen]] - User defined generator for Complex data.
 +
*[[Class SLGenericIntGen.TSLGenericIntGen|TSLGenericIntGen]] - User defined generator for Integer data.
  
 
== Structures ==
 
== Structures ==
Line 223: Line 237:
 
*[[Type SLGoertzOne.TSLComplexNotifyEvent|TSLComplexNotifyEvent]] - Event type for the OnClaculate of the [[Class SLGoertzOne.TSLGoertzOne|TSLGoertzOne]] component.  
 
*[[Type SLGoertzOne.TSLComplexNotifyEvent|TSLComplexNotifyEvent]] - Event type for the OnClaculate of the [[Class SLGoertzOne.TSLGoertzOne|TSLGoertzOne]] component.  
 
*[[Type SLTypes.TSLSignalProgressEvent|TSLSignalProgressEvent]] - Event type for some components OnProgress event.  
 
*[[Type SLTypes.TSLSignalProgressEvent|TSLSignalProgressEvent]] - Event type for some components OnProgress event.  
 +
*[[Type SLGenericComplex.TSLProcessComplexNotify|TSLProcessComplexNotify]] - Event type for [[Class SLGenericComplex.TSLGenericComplex|TSLGenericComplex]].OnProcessData event.
 +
*[[Type SLGenericInt.TSLProcessIntegerNotify|TSLProcessIntegerNotify]] - Event type for TSLGenericInteger.OnProcessData event.
 +
*[[Type SLGenericComplexGen.TSLComplexBufferGenEvent|TSLComplexBufferGenEvent]] - Event type to be used by the [[Class SLGenericComplexGen.TSLGenericComplexGen|TSLGenericComplexGen]].
 +
*[[Type SLGenericIntGen.TSLIntegerBufferGenEvent|TSLIntegerBufferGenEvent]] - Event type to be used by the [[Class SLGenericIntGen.TSLGenericIntGen|TSLGenericIntGen]].
  
  
 
[[Category:Packages]]
 
[[Category:Packages]]

Revision as of 19:32, 29 November 2011

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.

Packages

Contents

Belongs to

Requires

Description

Controls

Components

Units

Classes

Structures

Interfaces

Enums

Types

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox