Class SLConjugate.TSLConjugate
From Mitov Wiki Doc
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.