calc_sum_squared_window#

hmc_mir.tsm_tools.tsm_tools.calc_sum_squared_window(window, hop_length)[source]#

Calculates the denominator term for computing synthesis frames.

Inputs:

window: array specifying the window used in FFT analysis hop_length: the synthesis hop size in samples

Returns:

An array specifying the normalization factor.