C# Класс DSPUtil.NormalWindow

Наследование: SoundObj
Показать файл Открыть проект

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

Метод Описание
NormalWindow ( int center, double sigma ) : System

A normal distribution around the center, with std deviation of 'sigma' samples (e.g. use center=N/2, sigma=N/6 to cover most of the curve). The window hiehgt is set such that the center sample is unchanged (per most windows). rather than normalizing area under the curve.

NormalWindow ( int center, int plateau, double sigma ) : System

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

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

A normal distribution around the center, with std deviation of 'sigma' samples (e.g. use center=N/2, sigma=N/6 to cover most of the curve). The window hiehgt is set such that the center sample is unchanged (per most windows). rather than normalizing area under the curve.
public NormalWindow ( int center, double sigma ) : System
center int
sigma double
Результат System

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

public NormalWindow ( int center, int plateau, double sigma ) : System
center int
plateau int
sigma double
Результат System