Previous Up Next

21.5.13  Triangular window

The triangle_window command applies the triangle window function to a sequence or its segment.

The case d=−1 is called the Bartlett window function.

Example

listplot(triangle_window([1$1000],1))

Previous Up Next