C# Класс MCAEmotiv.Analysis.FFTExtensions

Contains useful FFT extension methods
Показать файл Открыть проект

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

Метод Описание
Apply ( this type, IEnumerable values, int length ) : IEnumerable

Returns the result of applying the window function to values using length

GetWindowFunction ( this type ) : Func

Returns a function that generates the window function at any given the index and length

Приватные методы

Метод Описание
ApplyHamming ( int index, int length ) : double
ApplyRectangular ( int index, int length ) : double

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

Apply() публичный статический Метод

Returns the result of applying the window function to values using length
public static Apply ( this type, IEnumerable values, int length ) : IEnumerable
type this
values IEnumerable
length int
Результат IEnumerable

GetWindowFunction() публичный статический Метод

Returns a function that generates the window function at any given the index and length
public static GetWindowFunction ( this type ) : Func
type this
Результат Func