C# Class UMapx.Window.Nuttall

Inheritance: UMapx.Window.WindowBase
Afficher le fichier Open project: asiryan/UMapx

Méthodes publiques

Méthode Description
Function ( float x, int frameSize ) : float

Returns the value of a window function.

GetWindow ( int frameSize ) : float[]

Returns the window function.

Nuttall ( int frameSize ) : System

Initializes the Nuttall window function.

Method Details

Function() public méthode

Returns the value of a window function.
public Function ( float x, int frameSize ) : float
x float Argument
frameSize int Window size
Résultat float

GetWindow() public méthode

Returns the window function.
public GetWindow ( int frameSize ) : float[]
frameSize int Window size
Résultat float[]

Nuttall() public méthode

Initializes the Nuttall window function.
public Nuttall ( int frameSize ) : System
frameSize int Window size
Résultat System