资源列表
EMS_DCMG-master
- 直流微电网运行控制仿真算法,能量管理策略(DC microgrid operation control simulation algorithm, energy management strategy)
WOA灰狼算法
- 灰狼优化算法,直接就能用,里面包含有23种测试函数,做实际应用时,需要调一下。(Gray wolf optimization algorithm, which can be used directly, contains 23 kinds of test functions, and needs to be adjusted in practical application.)
Intereff
- 计算半导体激光器 内量子效率与内损耗,附件EXCEl 表是数据输入窗口(Calculation of quantum efficiency and internal loss in semiconductor lasers)
MATLAB 通信系统建模与仿真(二版源码)1
- 精通MATLAB丛书源程序1~5章,通信系统建模与仿真(二版源代码)(Proficient in MATLAB series source program 1~5 chapters, communication system modeling and simulation (version 2 source code))
MATLAB 通信系统建模与仿真(二版源码)2
- 精通MATLAB丛书源代码6~9章,通信系统建模与仿真(二版源代码)(Proficient in MATLAB series source code 6~9 chapters, communication system modeling and simulation (version 2 source code))
matlab实现的C4.5分类决策树算法
- C4.5决策树分类算法,用于进行数据分类(Classification algorithm)
MATLAB图像处理源码
- MATLAB在遥感技术中的应用,王成墨编著,主要跟遥感结合比较紧密,适合初学者学习
som-bp混合神经网络的matlab程序
- 本文件包含som-bp串联神经网络的代码和数据,可用来做数据拟合,改成你自己的数据即可(This file contains the code and data for the som-bp series neural network, which can be used for data fitting and changed to your own data)
HandsOnSEA-MatLab
- 具有柔性关节的机械臂matlab仿真,主要是学习如何仿真机械臂的柔顺控制(Matlab simulation of a robotic arm with flexible joints, mainly to learn how to simulate the compliance control of a robotic arm)
基于PCA和SVM的人脸识别系统
- 先通过图像处理提取人脸的各个特征,然后对人脸通过PCA进行降维,然后通过SVM进行人脸识别(Firstly, the features of human face are extracted by image processing, then the dimension of human face is reduced by PCA, and then the face is recognized by SVM)
BOMP
- 用于图像处理和信号DOA估计,是基于块稀疏的正交匹配追踪算法(This is an algorithm based on signal block sparsity, which can be used in image processing and signal DOA estimation)
lsqcurvefit.m
- %LSQCURVEFIT solves non-linear least squares problems. % LSQCURVEFIT attempts to solve problems of the form: % min sum {(FUN(X,XDATA)-YDATA).^2} where X, XDATA, YDATA and the values % X returned by FUN ca