Enum SLFilterTypes.TSLWindowType

From Mitov Wiki Doc
Jump to: navigation, search

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: Mitov.BasicLab

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