Enum SLFilterTypes.TSLWindowType

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)

Revision as of 13:52, 26 October 2012

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: SignalLabBasicPkg

Unit: SLFilterTypes

Contents

Syntax

Delphi:

type TSLWindowType = (wtRect, wtBartlett, wtBlackman, wtHamming, wtHanning, wtKaiser);

C++ Builder:

enum TSLWindowType {wtRect, wtBartlett, wtBlackman, wtHamming, wtHanning, wtKaiser};

Visual C++ (MFC):

enum CTSLWindowType {wtRect, wtBartlett, wtBlackman, wtHamming, wtHanning, wtKaiser};

Summary

Window functions to be used by the filters.

Description

Defines the window functions to be used by the filters. - Bartlett, Blackman, Hamming, Hanning, Kaiser or Rectangle.

Values

wtRect Rectangle window function.
wtBartlett Bartlett window function.
wtBlackman Blackman window function.
wtHamming Hamming window function.
wtHanning Hanning window function.
wtKaiser Kaiser window function.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox