完成版本v1.0
This commit is contained in:
parent
7be32c1a24
commit
8e4ded56ea
@ -43,9 +43,9 @@ Conf = {
|
|||||||
"Frequency": 100,
|
"Frequency": 100,
|
||||||
},
|
},
|
||||||
"RespFilterConfig": {
|
"RespFilterConfig": {
|
||||||
"LowPass": 0.01,
|
"LowCut": 0.01,
|
||||||
"HighPass": 0.7,
|
"HighCut": 0.7,
|
||||||
"order": 4
|
"Order": 4
|
||||||
},
|
},
|
||||||
"ApplyFrequency": 5
|
"ApplyFrequency": 5
|
||||||
}
|
}
|
||||||
@ -761,6 +761,7 @@ class MainWindow(QMainWindow):
|
|||||||
self.ui.label_Info.setText("计算互相关1/2...")
|
self.ui.label_Info.setText("计算互相关1/2...")
|
||||||
self.__disableAllButton__()
|
self.__disableAllButton__()
|
||||||
QApplication.processEvents()
|
QApplication.processEvents()
|
||||||
|
|
||||||
a = self.data.processed_THO[
|
a = self.data.processed_THO[
|
||||||
self.data.Config["PSGConfig"]["PreCut"]:len(self.data.processed_THO) - self.data.Config["PSGConfig"][
|
self.data.Config["PSGConfig"]["PreCut"]:len(self.data.processed_THO) - self.data.Config["PSGConfig"][
|
||||||
"PostCut"]].copy()
|
"PostCut"]].copy()
|
||||||
|
Loading…
Reference in New Issue
Block a user