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 |
public NormalWindow ( int center, double sigma ) : System | ||
center | int | |
sigma | double | |
return | System |
public NormalWindow ( int center, int plateau, double sigma ) : System | ||
center | int | |
plateau | int | |
sigma | double | |
return | System |