hamming
Provides a Hamming windowing function
hamming(x): out1
Arguments:
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. |