精对齐添加通过粗对齐获取对应ECG区间的功能,优化相关提示信息
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user