Class SLMultiply.TSLMultiply
(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''' | + | '''public ref class''' Multiply : [[Class SLMultiInput.TSLRealMultiInput|Mitov.SignalLab.RealMultiInput]] |
</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.
Package: SignalLabPkg
Unit: SLMultiply
Inherits: TSLRealMultiInput
Contents |
Syntax
Delphi:
type TSLMultiply = class( TSLRealMultiInput )
C++ Builder:
class TSLMultiply : public TSLRealMultiInput
Visual C++ (MFC):
class CTSLMultiply : public CTSLRealMultiInput
C# (.NET):
public ref class Multiply : Mitov.SignalLab.RealMultiInput
Summary
Combines multiple input real signals by performing Multiply operation.
Description
Use this component to Multiply multiple source real 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.