初始化
This commit is contained in:
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
.vscode/
|
||||||
|
build/
|
||||||
|
*.log
|
||||||
|
*.pyc
|
||||||
|
__pycache__/
|
||||||
|
EEGFiles/
|
||||||
|
bak/
|
||||||
15
README.md
Normal file
15
README.md
Normal 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
BIN
dist/decoder_main0518v3.7z
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user