https://github.com/letmefly666/matfeature
Some features of EEG signal matrix
https://github.com/letmefly666/matfeature
Last synced: 2 months ago
JSON representation
Some features of EEG signal matrix
- Host: GitHub
- URL: https://github.com/letmefly666/matfeature
- Owner: LetMeFly666
- License: gpl-3.0
- Created: 2022-04-22T04:25:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T06:35:45.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T11:20:03.044Z (over 1 year ago)
- Language: C++
- Homepage: https://matfeature.letmefly.xyz/
- Size: 1.33 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# MatFeature
输入(EEG等的)一些数据(矩阵),计算出其中的一些特征。
此项目地址:[github.com/LetMeFly666/MatFeature](https://github.com/LetMeFly666/MatFeature) 旧地址https://github.com/LetMeFly666/EEG-Feature
在线文档:[MatFeature.LetMeFly.xyz](https://MatFeature.LetMeFly.xyz)
## 文件描述
**Eigen:** 矩阵处理库,地址[http://eigen.tuxfamily.org/](http://eigen.tuxfamily.org/)
**.vscode:** Visual Studio Code的配置文件。记得把其中```.vscode/c_cpp_properties.json```中的```compilerPath```改为自己的```g++路径```。详情请见 [https://blog.csdn.net/Tisfy/article/details/124121454](https://blog.csdn.net/Tisfy/article/details/124121454)