C# 클래스 UMapx.Window.Nuttall

상속: UMapx.Window.WindowBase
파일 보기 프로젝트 열기: asiryan/UMapx

공개 메소드들

메소드 설명
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.

메소드 상세

Function() 공개 메소드

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

GetWindow() 공개 메소드

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

Nuttall() 공개 메소드

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