Class SLDivide.TSLDivide
(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''' Divide : [[Class SLMultiInput.TSLRealMultiInput|Mitov.SignalLab.RealMultiInput]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
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:SLDivide_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]] |
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: SLDivide
Inherits: TSLRealMultiInput
Contents |
Syntax
Delphi:
type TSLDivide = class( TSLRealMultiInput )
C++ Builder:
class TSLDivide : public TSLRealMultiInput
Visual C++ (MFC):
class CTSLDivide : public CTSLRealMultiInput
C# (.NET):
public ref class Divide : Mitov.SignalLab.RealMultiInput
Summary
Combines two input real signals by performing Divide operation.
Description
Use this component to Divide one source real signal by another. Each output sample is the division 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
- DivisibleInputPin - The divisible input pin for the subtraction.
- DividerInputPin - The divider input pin for the subtraction.