Files
bci_algo/README.md

21 lines
984 B
Markdown
Raw Normal View History

2026-06-05 09:34:29 +08:00
# Debug_64ch_Decoder
Merge these three algorithms, ssvep/ssmvep/mi, in one decoder
Debug_64ch_Decoder is verified as high accuracy in all three algorithms. It is based on Liu Lei's version of the algorithm, but addresses some critical issues, such as package versions and GPU acceleration.
Debug_64ch_Decoder_Optimize is an updated version that fixes several issues and ensures compatibility with the host computer software. Debugs including at least the following aspects:
1. 8099作为server, 向多个client进行广播信息client需要维护
2. status code 维护的问题
3. EEG data timeout 问题
4. UnboundLocalError: local variable 'data'referenced before assignment
5. 各类参数动态调整到config文件
6. decoder class切换问题
2026-06-05 13:55:45 +08:00
7. decoder_class切换时数据重置、各类参数重置
# update
2026-06-06 17:08:09 +08:00
2026年6月5日13:55:34
# 遗留问题
1. 之前当处于阻抗检测状态时Decoder在空跑。
2. 当前无法判断是否处于阻抗检测状态。