Previous Up Next

20.5.9 Hann window

The hann_window command applies the Hann window function to a sequence or its segment.

Example

listplot(hann_window([1$1000]))

Previous Up Next