gausswin

gausswin(size, alpha)[source][source]

Create a Gaussian window.

Parameters:
  • size (int) – Size of the window in samples.

  • alpha (float) – Parameter controlling the width of the window.

Returns:

Gaussian window of specified size.

Return type:

ndarray