资源列表
MATLAB程序设计与应用(刘卫国第1版)
- 有关matlab的一本书籍,内容还不错。讲的很细致,也有部分例程。(The book of MATLAB is rich in content.)
src_v2
- 三维等经球体颗粒堆积压缩程序,此程序可模拟重力作用下的球体颗粒堆积结果。(Three dimensional sphere particle packing compress program)
active filter
- In this paper, an efficient active power filter (APF) scheme is developed to estimate and compensate for harmonic distortion in an electrical power network. The developed APF control scheme is based on a double proportional feedback controller and a
vrp
- 首先实现一个ant蚂蚁类,用此蚂蚁类实现搜索。 算法按照tsp问题去解决,但是在最后计算路径的时候有区别。 比如有10个城市,城市1是配送站,蚂蚁搜索的得到的路径是1,3,5,9,4,10,2,6,8,7。 计算路径的时候把城市依次放入派送线路中, 每放入一个城市前,检查该城市放入后是否会超过车辆最大载重 如果没有超过就放入 如果超过,就重新开始一条派送路线 …… 直到最后一个城市放完 就会得到多条派送路线 这样处理比较简单可以把vrp问题转为tsp问题求解 但
SpeechEmoRec-master
- 语音情感识别。使用卷积神经网络对语音情感识别(speech emotion recognition)
Elman网络模型
- Elman神经网络的数据预测—电力负荷预测模型研究,非常不错的神经网络(Elman neural network data prediction power load forecasting model research, a very good neural network.)
Login
- Descr iption of the operation of QPSK matlab
Modulacion PWM y FM
- Descr iption of the operation of the matlab program
DSP习题matlab_sourcefile
- 胡广书版数字信号处理matlab代码,维纳滤波器等学习源码(digital signal processing matlab code, Wiener filter and other learning source)
光栅
- 运用传输矩阵法,可以计算各个结构光栅透射谱反射谱(The transmission matrix method can be used to calculate the transmission spectrum reflection spectrum of each structure grating.)
chapter1
- 该程序通过遗传算法,对一元函数进行最优求解,能够很好的找到所求结果。(The program uses the genetic algorithm to perform the optimal solution to the one-variable function, and it can well find the result.)
神经网络
- 传统的TSP问题,用hopfeild神经网络简单解决(The traditional TSP problem is solved by Hopfeild neural network.)