
毕业设计
YuvalCheung
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
QT
Cortex C++ Examples These examples show how to call the Cortex API from C++, using the Qt framework. Prerequisites You must install the Qt framework. You can get it for free at www.qt.io. These exampl...转载 2018-12-27 11:50:58 · 249 阅读 · 3 评论 -
Emotiv 社区教程说明文档
Emotiv SDK - Community Edition End Of Life转载 2018-12-26 11:08:14 · 3358 阅读 · 0 评论 -
anaconda常用命令
常用命令 显示当前所有环境 conda info --envs 选择环境 activate *** 创建环境 conda create --name snake python=3.6 检查版本 conda --version 升级当前版本的conda conda update conda ...转载 2019-01-27 17:18:46 · 192 阅读 · 0 评论 -
HHT变换
将数据先进行fast-ICA处理,再进行滤波之后得到的数据,进行HHT变换。 导入库: import numpy as np import pyhht #pyhht库,进行hht变换的主要库,可使用pip install pyhht安装 import matplotlib.pyplot as plt from pyhht.visualization import plot_imfs #...原创 2019-03-11 21:15:08 · 6545 阅读 · 5 评论