Méthode | Description | |
---|---|---|
GetWindow ( int length ) : float[] |
Gets the corresponding window function
|
|
WindowInPlace ( float outerspace, int length ) : void |
Window the outer space by Hanning window function For additional explanation please consult http://en.wikipedia.org/wiki/Hann_function |
public GetWindow ( int length ) : float[] | ||
length | int | Length of the window |
Résultat | float[] |
public WindowInPlace ( float outerspace, int length ) : void | ||
outerspace | float | Array to be windowed |
length | int | Window length |
Résultat | void |