Enum SLFilterTypes.TSLExtendedWindowType

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 TSLExtendedWindowType = (xwtRect, xwtBartlett, xwtBlackman, xwtHamming, xwtHanning, xwtKaiser, xwtCosSum, xwtFlatTop);

C++ Builder:

enum TSLExtendedWindowType {xwtRect, xwtBartlett, xwtBlackman, xwtHamming, xwtHanning, xwtKaiser, xwtCosSum, xwtFlatTop};

Visual C++ (MFC):

enum CTSLExtendedWindowType {xwtRect, xwtBartlett, xwtBlackman, xwtHamming, xwtHanning, xwtKaiser, xwtCosSum, xwtFlatTop};

Summary

Window functions to be used by the Fourier transformations.

Description

Defines the window functions to be used by the Fourier transformations. - Bartlett, Blackman, Hamming, Hanning, Kaiser, Rectangle, etc.

Values

xwtRect Rectangle window function.
xwtBartlett Bartlett window function.
xwtBlackman Blackman window function.
xwtHamming Hamming window function.
xwtHanning Hanning window function.
xwtKaiser Kaiser window function.
xwtCosSum Cosine sum window function.
xwtFlatTop Four term flat top window function.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox