资源列表
毕设程序
- 滚动轴承信号的保罗谱分析,hilbert Teager能量算子,信号平方,信号取绝对值等等方法求信号包络谱(hilbert transmission)
单一任务导航
- 测试深度马尔可夫决策来导航,给出了python的实现代码(MDP based navigation)
《MATLAB 神经网络43个案例分析》源代码&数据
- matlab神经网络案例,其中有43个案例,可以详细的理解神经网络的原理和应用。(Matlab neural network case)
智能控制刘金琨版源代码
- 智能控制刘金琨版全书中所有Matlab实例中的源代码
bayes
- 贝叶斯算法预先对训练集训练分类,输入测试集进行判断类别。(The Bias algorithm trains the training set in advance, classifying it into the test set and classifying it.)
BP神经网络图像复原
- 利用神经网络的强大的学习功能将退化的图像回复出原来的信息以及数据
Firefly Algorithm
- 该程序为萤火虫算法matlab源代码,不包含问题、编码、解码等部分,只是单纯的运算方式。可在此基础上继续编写子程序,解决具体问题。(This program is the firefly algorithm matlab source code, does not contain problems, coding, decoding and other parts, just a simple operation. On this basis, you can continue to write
04469620array
- 构建天线阵列及GUI框架,可用于相控阵,圆形阵,矩形阵等(The antenna array and GUI frame can be used for phased array, circular array, rectangular array, etc)
第五章
- 机械动力学进行模态分析,频响应分析等动力学的分析(Modal analysis, frequency response analysis and other dynamic analysis of mechanical dynamics.)
entropy
- 求解信号的香农熵和指数熵,分别从功率谱和奇异谱的角度求解(The Shannon entropy and exponential entropy of signals are obtained.)
TTS 语音合成开发包
- TTS 语音合成开发包,帮助程序员仅通过几行代码轻松实现文本朗读、文本转音频文件的功能,只需几分钟的时间,就可以将TTS语音功能集成到你的程序中。 开发包的使用 1、首先将 Include\Speak.h、Lib\Speak.lib 拷贝到工程所在的目录 2、在要调用语音接口的代码中引入这两个文件: #include "Speak.h" #pragma comment(lib, "Speak.lib") 3、调用语音接口编写相关代码
PSO
- 标准PSO算法实现,利于初学者了解粒子群优化算法及学习(Standard PSO algorithm for beginners to understand particle swarm optimization algorithm and learning)