Method | Description | |
---|---|---|
Function ( float x, int frameSize ) : float |
Returns the value of a window function.
|
|
GetWindow ( int frameSize ) : float[] |
Returns the window function.
|
|
Nuttall ( int frameSize ) : System |
Initializes the Nuttall window function.
|
public Function ( float x, int frameSize ) : float | ||
x | float | Argument |
frameSize | int | Window size |
return | float |
public GetWindow ( int frameSize ) : float[] | ||
frameSize | int | Window size |
return | float[] |
public Nuttall ( int frameSize ) : System | ||
frameSize | int | Window size |
return | System |