Class SLMultiplyComplex.TSLMultiplyComplex
(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''' | + | '''public ref class''' MultiplyComplex : [[Class SLMultiInput.TSLComplexMultiInput|Mitov.SignalLab.ComplexMultiInput]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 34: | Line 34: | ||
== Description == | == Description == | ||
− | Use this component to Multiply multiple source complex | + | Use this component to Multiply multiple source complex |
− | into a single output signal. Each output sample is a | + | signals into a single output signal. Each output sample is a |
− | of the input samples. If the data rates of the input | + | Multiply of the input samples. If the data rates of the input |
− | are different, the rates are synchronized by stretching the | + | buffers are different, the rates are synchronized by |
− | low rate buffers to match the highest rate. | + | stretching the low rate buffers to match the highest rate. |
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:SLMultiplyComplex_Preview.png]] | ||
== PinLists == | == PinLists == | ||
Line 53: | Line 59: | ||
=== Published === | === Published === | ||
− | *[[Property SLMultiInput.TSLMultiInput. | + | *[[Property SLMultiInput.TSLMultiInput.OutputBuffer|OutputBuffer]] |
[[Category:Components]][[Category:Classes]] | [[Category:Components]][[Category:Classes]] |
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.
Package: SignalLabPkg
Unit: SLMultiplyComplex
Inherits: TSLComplexMultiInput
Contents |
Syntax
Delphi:
type TSLMultiplyComplex = class( TSLComplexMultiInput )
C++ Builder:
class TSLMultiplyComplex : public TSLComplexMultiInput
Visual C++ (MFC):
class CTSLMultiplyComplex : public CTSLComplexMultiInput
C# (.NET):
public ref class MultiplyComplex : Mitov.SignalLab.ComplexMultiInput
Summary
Combines multiple input complex signals by performing Multiply operation.
Description
Use this component to Multiply multiple source complex signals into a single output signal. Each output sample is a Multiply of 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:
PinLists
- InputPins - The input pins for the multiplication.