完成了<预处理>的信号重采样部分,当输入输出采样率不同时,将执行重采样

This commit is contained in:
Yorusora
2025-04-28 16:57:36 +08:00
parent 2a13ceac39
commit 2d2a2f6495
4 changed files with 74 additions and 9 deletions

View File

@ -36,6 +36,9 @@ class ConfigParams:
"InputConfig": {
"Freq": 1000
},
"OutputConfig": {
"Freq": 1000
},
"Filter": {
"BCGBandPassOrder": 4,
"BCGBandPassLow": 2,