Class SLConjugate.TSLConjugate

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TSLConjugate : [[Class SLCommonFilter.TSLCommonComplexFilter|Mitov.SignalLab.CommonComplexFilter]]
+
'''public ref class''' Conjugate : [[Class SLCommonFilter.TSLCommonComplexFilter|Mitov.SignalLab.CommonComplexFilter]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 43: Line 43:
  
 
Dst[n].im = - Src[n].im
 
Dst[n].im = - Src[n].im
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:SLConjugate_Preview.png]]
  
 
== Properties ==
 
== Properties ==
Line 68: Line 74:
 
=== Published ===
 
=== Published ===
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
== Pins ==
 
*[[Pin SLCommonFilter.TSLBasicThreadedEnableFilter.EnablePin|EnablePin]]
 
  
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==

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.

BIGSLConjugate.gif SLConjugate.gif NETSLConjugate.gif

Package: SignalLabPkg

Unit: SLConjugate

Inherits: TSLCommonComplexFilter

Contents

Syntax

Delphi:

type TSLConjugate = class( TSLCommonComplexFilter )

C++ Builder:

class TSLConjugate : public TSLCommonComplexFilter

Visual C++ (MFC):

class CTSLConjugate : public CTSLCommonComplexFilter

C# (.NET):

public ref class Conjugate : Mitov.SignalLab.CommonComplexFilter

Summary

Performs Conjugater conversion.

Description

Use this component to performs Conjugater conversion.

Inverts the Imaginary part:


Dst[n].re = Src[n].re

Dst[n].im = - Src[n].im


Diagram:

SLConjugate Preview.png

Properties

Published

From TSLCommonComplexFilter

Pins

From TSLCommonFilter

Properties

Public

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox