C# Класс DSPUtil.Smoothing

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Profile ( ISoundObj impulse, SmoothingType type, double resolution ) : FilterProfile
WindowLength ( int bin, int bins, double sampleRate, SmoothingType type, double resolution, int &bin0, int &bin1 ) : double

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

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

public static Profile ( ISoundObj impulse, SmoothingType type, double resolution ) : FilterProfile
impulse ISoundObj
type SmoothingType
resolution double
Результат FilterProfile

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

public static WindowLength ( int bin, int bins, double sampleRate, SmoothingType type, double resolution, int &bin0, int &bin1 ) : double
bin int
bins int
sampleRate double
type SmoothingType
resolution double
bin0 int
bin1 int
Результат double