BLACKMAN_WINDOW

Generate the Blackman window.

Format

BLACKMAN_WINDOW (n)

Arguments

 
n
An integer value.

Example

The following is an illustration of the BLACKMAN_WINDOW function:
 
Function
blackman_window (5)
Result
{0.0000, 0.3400, 1.0000, 0.3400, 0.0000}