C# Class DSPUtil.NormalWindow

Inheritance: SoundObj
Exibir arquivo Open project: hughpyle/inguz-DSPUtil

Public Methods

Method 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 method

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
return System

NormalWindow() public method

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