初始化

This commit is contained in:
2026-05-21 17:55:44 +08:00
commit 85e3f68186
3 changed files with 22 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
.vscode/
build/
*.log
*.pyc
__pycache__/
EEGFiles/
bak/

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# 8导ssvep算法库
- 包含脱落检测
- 包含睁眼误识别优化
# 打包decoder
pyinstaller --clean decoder_main.spec
# 8导连接
python decoder_main.py -t 2 -c COM5 -p 460800
./decoder_main.exe -t 2 -c COM5 -p 460800
# release log
- 2026年5月21日13:34:38 最新版本 decoder_main0518v3.7z

BIN
dist/decoder_main0518v3.7z vendored Normal file

Binary file not shown.