C# Класс Accord.Audio.Windows.WindowBase

Base abstract class for signal windows.
Наследование: IWindow
Показать файл Открыть проект

Открытые методы

Метод Описание
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