Class SLConjugate.TSLConjugate

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(3 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 ==

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