Module gwy :: Class WindowingType
[hide private]
[frames] | no frames]

Class WindowingType

source code

Frequency windowing type.


Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  WINDOWING_BLACKMANN
Blackmann window.
  WINDOWING_FLAT_TOP
Flat-top window (Since 2.7).
  WINDOWING_HAMMING
Hamming window.
  WINDOWING_HANN
Hann window.
  WINDOWING_KAISER25
Kaiser window with β=2.5 (Since 2.7).
  WINDOWING_LANCZOS
Lanczos window.
  WINDOWING_NONE
No windowing is applied.
  WINDOWING_NUTTALL
Nuttall window (Since 2.7).
  WINDOWING_RECT
Rectangular window.
  WINDOWING_WELCH
Welch window.