资源列表
简易自动驾驶仪
- 一个简单的飞行器自动驾驶仪仿真,实现自动飞行的稳定性调节。(A simple autopilot simulation of aircraft)
利亚普诺夫指数
- 求出logistic映射的李雅普诺夫指数(le=zeros(401,2); i=0; for u=0:0.01:4 i=i+1; x=0.5; y=0; for j=1:100 x=u*x*(1-x); end for k=1:200 x=u*x*(1-x); y=y+log(abs(1-2*x)); end le(i,1)=u; le(i,2)=l
Field_II_ver_3_24_windows_gcc
- Field II 软件功能包。Field_II是丹麦超声专家J. A. Jensen等利用声学原理设计的一个超声系统。它可以仿真超声探头所形成的声场和超声图像等。主要是利用Matlab进行仿真的。(Field_II is an ultrasound system designed by the Danish ultrasound experts J., A., Jensen and other acoustic principles. It can simulate the sound fiel
caffe-master
- 深度学习资料,caffe 架构的源代码(caffe-master)(Deep learning Caffe framework Source code)
cnn_tutorial
- 卷积神经网络 理论推导(Notes on Convolutional Neural Networks)(discusses the derivation and implementation of convolutional neural networks)
trees
- 用PYTHON实现的决策树算法,简单明了,结构清晰(decision tree by python)
MOPSO_30 Bus
- this is a very good matlab code for SFCL's placement using multi objective algorithm (MOPSO) in IEEE_30 BUS
Crow
- this is about crow algorithm
p_wavelet
- 小波分解轴承故障诊断代码,包括特征提取,用的数据是西储大学轴承数据(Wavelet decomposition bearing fault diagnosis code, including feature extraction, the data used is the West Park University bearing data)
PSO算法程序
- 粒子群优化算法是一种基于群体智能的演化计算技术。与遗传算法相比,PSO没有遗传算法中的选择(Selection)、交叉(Crossover)、变异(Mutation)等操作,而是通过粒子在解空间追随最优的粒子进行搜索。(Particle Swarm Optimization (PSO) is an evolutionary computing technique based on group intelligence. Compared with the genetic algorithm, P
sce-ua
- Calibration function which searches a parameter set which is minimizing the value of an objective function
MATLAB高效编程程序源代码
- 实用,简单、高校的matlab源程序代码,适合初学者学习使用。(Simple, practical, the matlab source program code, suitable for beginners learning to use.)