Class SLConjugate.TSLConjugate
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
| 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]] | ||
| − | |||
| − | |||
| − | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | ||
Revision as of 20:30, 10 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: 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 TSLConjugate : 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:
Properties
Published
- Flip - Reverse order.
