commit 85e3f6818642715453f19c1d6fb3951b57376177 Author: lizhao Date: Thu May 21 17:55:44 2026 +0800 初始化 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f2dc3a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.vscode/ +build/ +*.log +*.pyc +__pycache__/ +EEGFiles/ +bak/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..44d83d2 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file diff --git a/dist/decoder_main0518v3.7z b/dist/decoder_main0518v3.7z new file mode 100644 index 0000000..34a301b Binary files /dev/null and b/dist/decoder_main0518v3.7z differ