Class SLSubtractComplex.TSLSubtractComplex
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 39: | Line 39: | ||
different, the rates are synchronized by stretching the low | different, the rates are synchronized by stretching the low | ||
rate buffers to match the highest rate. | rate buffers to match the highest rate. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:SLSubtractComplex_Preview.png]] | ||
== Pins == | == Pins == | ||
Line 54: | Line 60: | ||
=== Published === | === Published === | ||
− | *[[Property SLMultiInput.TSLMultiInput. | + | *[[Property SLMultiInput.TSLMultiInput.OutputBuffer|OutputBuffer]] |
[[Category:Components]][[Category:Classes]] | [[Category:Components]][[Category:Classes]] |
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: SLSubtractComplex
Inherits: TSLComplexMultiInput
Contents |
Syntax
Delphi:
type TSLSubtractComplex = class( TSLComplexMultiInput )
C++ Builder:
class TSLSubtractComplex : public TSLComplexMultiInput
Visual C++ (MFC):
class CTSLSubtractComplex : public CTSLComplexMultiInput
C# (.NET):
public ref class TSLSubtractComplex : Mitov.SignalLab.ComplexMultiInput
Summary
Combines two input complex signals by performing Subtract operation.
Description
Use this component to Subtract one source complex signal from another. Each output sample is the difference between the input samples. If the data rates of the input buffers are different, the rates are synchronized by stretching the low rate buffers to match the highest rate.
Diagram:
Pins
- PositiveInputPin - The positive input pin for the subtraction.
- NegativeInputPin - The negative input pin for the subtraction.