dot-blackman_window function

Blackman window function

Blackman window function

Calculate [REMOVE_ME]42100cos(2πx)2+8cos(4πx)100. \frac{42}{100} - \frac{\cos(2 \pi x)}{2} + \frac{8 \cos(4 \pi x)}{100}.%0.42 - 0.5 * cos(2 * pi * x) + 0.08 * cos(4 * pi * x). [REMOVE_ME_2]

.blackman_window(x)

Arguments

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

Returns

A real number in [0, 1].

Description

Calculate

42100cos(2πx)2+8cos(4πx)100. \frac{42}{100} - \frac{\cos(2 \pi x)}{2} + \frac{8 \cos(4 \pi x)}{100}.%0.42 - 0.5 * cos(2 * pi * x) + 0.08 * cos(4 * pi * x).

See Also

.hamming_window and .hann_window.

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