fix: look in a win for ssf rise; cosmetics

This commit is contained in:
2026-04-28 10:10:52 +02:00
parent e506a3e580
commit d10187878d
3 changed files with 19 additions and 11 deletions

View File

@@ -9,6 +9,8 @@ def median_filter(a, w):
o[i] = np.median(sl)
return o
# nice-to: split longer segments (above 30 sec), merge very-short segments
class Segmenter:
seg_win_size_sec = 4.0 #: window size for stat. measures for segmentation, in sec
seg_win_step_sec = 1.0 #: step for segmentation, in sec