C# Класс SoundFingerprinting.Windows.HanningWindow

Hanning window function
Наследование: IWindowFunction
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetWindow ( int length ) : float[]

Gets the corresponding window function

WindowInPlace ( float outerspace, int length ) : void

Window the outer space by Hanning window function

For additional explanation please consult http://en.wikipedia.org/wiki/Hann_function

Описание методов

GetWindow() публичный Метод

Gets the corresponding window function
public GetWindow ( int length ) : float[]
length int Length of the window
Результат float[]

WindowInPlace() публичный Метод

Window the outer space by Hanning window function
For additional explanation please consult http://en.wikipedia.org/wiki/Hann_function
public WindowInPlace ( float outerspace, int length ) : void
outerspace float Array to be windowed
length int Window length
Результат void