pygwb.util.calc_rho1

pygwb.util.calc_rho1(N, window_fftgram_dict={'window_fftgram': 'hann'}, overlap_factor=0.5)[source]

Calculate the combined window factor rho.

Parameters:
  • N (int) – Length of the window.

  • window_fftgram_dict (dictionary, optional) – Dictionary with window characteristics. Default is window_fftgram_dict={"window_fftgram": "hann"}.

  • overlap_factor (float, optional) – Defines the overlap between consecutive data chunks used in the calculation. Default is 0.5.

Returns:
rho1: float

The combined window factor.