hamming
Provides a Hamming windowing function
hamming(x): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| x | number | The values to be windowed, bounded to the range 0. - 1. |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The windowed output, bounded to the range 0. - 1. |