rapidtide.filter.hamming

rapidtide.filter.hamming(length, debug=False)[source]

Returns a Hamming window function of the specified length. Once calculated, windows are cached for speed.

Parameters:
  • length (int) – The length of the window function :param length:

  • debug (boolean, optional) – When True, internal states of the function will be printed to help debugging. :param debug:

Returns:

windowfunc – The window function

Return type:

1D float array