Property SLSimpleFilter.TSLSimpleFilter.WindowType

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)

Latest revision as of 00:24, 22 November 2011

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.

Class: TSLSimpleFilter

Contents

Syntax

Delphi:

property WindowType : TSLWindowType read FWindowType write SetWindowType default wtHamming;

C++ Builder:

__property TSLWindowType WindowType = { read=FWindowType, write=SetWindowType, default=wtHamming };

Summary

Windowing function to be used when calculating the filters of the Filter.

Description

Use this property to specify the windowing function to be applied on top of the generated taps(Coefficients) of the filters of the equalizer.


Delphi example:

SLHighPass1.WindowType := wtHanning;

C++ Builder example:

SLHighPass1->WindowType = wtHanning;

Visual C++(MFC) example:

SLHighPass1.WindowType = wtHanning;

Visual C++/CLI example:

highPass1->WindowType = Mitov::SignalLab::WindowType::Hanning;

C# example:

highPass1.WindowType = Mitov.SignalLab.WindowType.Hanning;

VB example:

HighPass1.WindowType = Mitov.SignalLab.WindowType.Hanning

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox