C# Class UMapx.Window.Nuttall

Inheritance: UMapx.Window.WindowBase
显示文件 Open project: asiryan/UMapx

Public Methods

Method 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 method

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

GetWindow() public method

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

Nuttall() public method

Initializes the Nuttall window function.
public Nuttall ( int frameSize ) : System
frameSize int Window size
return System