set_custom_parameters#

LevelOverTime.set_custom_parameters(time_step=25.0, window_size=1000.0, analysis_window='RECTANGULAR')#

Set the custom parameters for the time weighting.

Note that using this method automatically switches attribute time_weighting to “Custom”.

Parameters:
time_stepfloat, default: 25.0

The time step in ms.

window_sizefloat, default: 1000.0

The window size in ms.

analysis_windowstr, default: “RECTANGULAR”

The analysis window to use. Available options are “RECTANGULAR”, “HANN”, “HAMMING”, “BLACKMAN”, “BLACKMAN-HARRIS”, and “BARTLETT”.