From 8e4ded56eaf2b9d21d4a478380452f0b41ac2286 Mon Sep 17 00:00:00 2001 From: andrew Date: Tue, 17 Oct 2023 18:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=89=88=E6=9C=ACv1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RespCoarseAlign.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RespCoarseAlign.py b/RespCoarseAlign.py index 801c387..facec96 100644 --- a/RespCoarseAlign.py +++ b/RespCoarseAlign.py @@ -43,9 +43,9 @@ Conf = { "Frequency": 100, }, "RespFilterConfig": { - "LowPass": 0.01, - "HighPass": 0.7, - "order": 4 + "LowCut": 0.01, + "HighCut": 0.7, + "Order": 4 }, "ApplyFrequency": 5 } @@ -761,6 +761,7 @@ class MainWindow(QMainWindow): self.ui.label_Info.setText("计算互相关1/2...") self.__disableAllButton__() QApplication.processEvents() + a = self.data.processed_THO[ self.data.Config["PSGConfig"]["PreCut"]:len(self.data.processed_THO) - self.data.Config["PSGConfig"][ "PostCut"]].copy()