pybic.HannWindow

pybic.HannWindow(N, q=2)[source]

Hann window (and all powers of sine).

Parameters:
  • N (int) – Number of samples.

  • q (float) – Sine window exponent.

Returns:

Window data.

Return type:

ndarray