完成版本v1.0

This commit is contained in:
andrew 2023-10-17 18:20:18 +08:00
parent 7be32c1a24
commit 8e4ded56ea

View File

@ -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()