修改了文件命名规则

优化<ECG的R峰算法定位>的代码
This commit is contained in:
Yorusora
2025-05-20 17:16:26 +08:00
parent ec16546f47
commit d01dbcb5f5
4 changed files with 72 additions and 59 deletions

View File

@ -36,7 +36,10 @@ class ConfigParams:
BCG_FILTER: str = "BCG_Filter_"
ECG_FILTER: str = "ECG_Filter_"
JPEAK_REVISE: str = "JPeak_revise_"
JPEAK_REVISE: str = "Jpeak_revise_"
RPEAK_FINAL: str = "Rpeak_final_"
JPEAK_REVISE_CORRECTED: str = "Jpeak_revise_corrected_"
RPEAK_FINAL_CORRECTED: str = "Rpeak_final_corrected_"