Class SLHaar.TSLInverseHaar
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 36: | Line 36: | ||
Use this component to perform Inverse single-level discrete | Use this component to perform Inverse single-level discrete | ||
wavelet Haar transformation. | wavelet Haar transformation. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:SLInverseHaar_Preview.png]] | ||
== Pins == | == Pins == | ||
Line 51: | Line 57: | ||
=== 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: SLHaar
Inherits: TSLRealMultiInput
Contents |
Syntax
Delphi:
type TSLInverseHaar = class( TSLRealMultiInput )
C++ Builder:
class TSLInverseHaar : public TSLRealMultiInput
Visual C++ (MFC):
class CTSLInverseHaar : public CTSLRealMultiInput
C# (.NET):
public ref class TSLInverseHaar : Mitov.SignalLab.RealMultiInput
Summary
Performs Inverse single-level discrete wavelet Haar transformation.
Description
Use this component to perform Inverse single-level discrete wavelet Haar transformation.
Diagram:
Pins
- DetailInputPin - Real(double) Input Pin of the component, for the detail "high frequency component of the output signal.
- CoarseInputPin - Real(double) Input Pin of the component, for the coarse low frequency component of the output signal.