dot-hann_window function

Hann window function

Hann window function

Calculate [REMOVE_ME]1cos(2πx)2. \frac{1 - \cos(2 * \pi * x)}{2}.%0.5 * (1 - cos(2 * pi * x)). [REMOVE_ME_2]

.hann_window(x)

Arguments

  • x: A real number in [0, 1].

Returns

A real number in [0, 1].

Description

Calculate

1cos(2πx)2. \frac{1 - \cos(2 * \pi * x)}{2}.%0.5 * (1 - cos(2 * pi * x)).

See Also

.hamming_window and .blackman_window.

  • Maintainer: Takeshi Abe
  • License: GPL-3
  • Last published: 2024-05-17