An open API service indexing awesome lists of open source software.

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

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)