C# 클래스 Accord.Audio.Windows.WindowBase

Base abstract class for signal windows.
상속: IWindow
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
Apply ( ComplexSignal complexSignal, int sampleIndex ) : ComplexSignal

Splits a signal using the window.

Apply ( Signal signal, int sampleIndex ) : Signal

Splits a signal using the window.

Apply ( double signal, int sampleIndex ) : double[]

Splits a signal using the window.

Apply ( double signal, int sampleIndex ) : double[][]

Splits a signal using the window.

this ( int index ) : float

Gets or sets values for the Window function.

보호된 메소드들

메소드 설명
WindowBase ( double duration, int sampleRate ) : AForge.Math

Constructs a new Window.

WindowBase ( int length ) : AForge.Math

Constructs a new Window.

WindowBase ( int length, int sampleRate ) : AForge.Math

Constructs a new Window.

메소드 상세

Apply() 공개 메소드

Splits a signal using the window.
public Apply ( ComplexSignal complexSignal, int sampleIndex ) : ComplexSignal
complexSignal ComplexSignal
sampleIndex int
리턴 ComplexSignal

Apply() 공개 메소드

Splits a signal using the window.
public Apply ( Signal signal, int sampleIndex ) : Signal
signal Signal
sampleIndex int
리턴 Signal

Apply() 공개 메소드

Splits a signal using the window.
public Apply ( double signal, int sampleIndex ) : double[]
signal double
sampleIndex int
리턴 double[]

Apply() 공개 메소드

Splits a signal using the window.
public Apply ( double signal, int sampleIndex ) : double[][]
signal double
sampleIndex int
리턴 double[][]

WindowBase() 보호된 메소드

Constructs a new Window.
protected WindowBase ( double duration, int sampleRate ) : AForge.Math
duration double
sampleRate int
리턴 AForge.Math

WindowBase() 보호된 메소드

Constructs a new Window.
protected WindowBase ( int length ) : AForge.Math
length int
리턴 AForge.Math

WindowBase() 보호된 메소드

Constructs a new Window.
protected WindowBase ( int length, int sampleRate ) : AForge.Math
length int
sampleRate int
리턴 AForge.Math

this() 공개 메소드

Gets or sets values for the Window function.
public this ( int index ) : float
index int
리턴 float