这是针对pulse-transit-time的软件包

This commit is contained in:
2025-02-27 14:13:37 +08:00
parent 19a907cfe2
commit 67a817fd01
4 changed files with 4 additions and 4 deletions

View File

@@ -3,9 +3,9 @@ def global_var_init():
# 设置周期,采样频率,记录名称
global cycle, fs_ecg, fs_ppg, record_name, record_name_csv
cycle = 400 # 此处限制的是生成txt文件中的周期而预处理时会处理全部周期
record_name = "s22_sit"
record_name_csv = "s22_sit"
cycle = 370 # 此处限制的是生成txt文件中的周期而预处理时会处理全部周期
record_name = "s1_sit"
record_name_csv = "s1_sit"
fs_ecg = 500
fs_ppg = 500