精对齐添加通过粗对齐获取对应ECG区间的功能,优化相关提示信息

This commit is contained in:
marques
2025-06-04 15:35:48 +08:00
parent dfbc383706
commit 364d475d19
3 changed files with 216 additions and 51 deletions

View File

@ -1304,8 +1304,8 @@ class Data:
tho_seg_pos = argmax(tho_relate_seg) - len(orgBcg_seg)
abd_seg_pos = argmax(abd_relate_seg) - len(orgBcg_seg)
tho_bias_list.append(tho_seg_pos // temp_freq)
abd_bias_list.append(abd_seg_pos // temp_freq)
tho_bias_list.append(tho_seg_pos / temp_freq)
abd_bias_list.append(abd_seg_pos / temp_freq)
result = {