C# Class DSPUtil.NormalWindow

Inheritance: SoundObj
Afficher le fichier Open project: hughpyle/inguz-DSPUtil

Méthodes publiques

Méthode Description
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

Method Details

NormalWindow() public méthode

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
Résultat System

NormalWindow() public méthode

public NormalWindow ( int center, int plateau, double sigma ) : System
center int
plateau int
sigma double
Résultat System