Property SLDft.TSLDft.WindowType

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.

Class: TSLDft

Contents

Syntax

Delphi:

property WindowType : TSLWindowType read FWindowType write SetWindowType default wtRect;

C++ Builder:

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

Summary

Windowing function to be applied on the signal prior performing DFT.

Description

Use this property to specify the windowing function to be applied on the signal prior performing FFT.


Delphi example:

SLDft1.WindowType := wtHanning;

C++ Builder example:

SLDft1->WindowType = wtHanning;

Visual C++(MFC) example:

SLDft1.WindowType = wtHanning;

C# example:

dft1.WindowType = Mitov.SignalLab.WindowType.Hanning;

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox