Class SLDivideComplex.TSLDivideComplex
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DivideComplex : [[Class SLMultiInput.TSLComplexMultiInput|Mitov.SignalLab.ComplexMultiInput]] |
</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: SLDivideComplex
Inherits: TSLComplexMultiInput
Contents |
Syntax
Delphi:
type TSLDivideComplex = class( TSLComplexMultiInput )
C++ Builder:
class TSLDivideComplex : public TSLComplexMultiInput
Visual C++ (MFC):
class CTSLDivideComplex : public CTSLComplexMultiInput
C# (.NET):
public ref class DivideComplex : Mitov.SignalLab.ComplexMultiInput
Summary
Combines two input complex signals by performing Divide operation.
Description
Use this component to Divide one source complex 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.