TRIANGULAR_WINDOW

Generate the TRIANGULAR window.

Format

TRIANGULAR_WINDOW (n)

Argument

 
n
An integer.

Example

The following example is an illustration of the TRIANGULAR_WINDOW function:
 
Function
triangular_window (5)
Result
{0.3333 0.6667 1.0000 0.6667 0.3333}