资源列表
GA-PSO
- 本算法为用遗传算法改进粒子群GA-PSO算法,附带含有程序使用说明。(This algorithm uses genetic algorithm to improve particle swarm optimization GA-PSO algorithm, with instructions for the use of the program.)
34节点随机潮流计算
- 34节点随机潮流计算:包括半不变量法和蒙特卡洛法的对比分析,其中半不变量法对应两种级数展开的方式:Gram Charlier和Cornish Fisher
学习Matlab的60个经典程序代码
- 学习Matlab的60个经典程序代码,快速掌握Matlab,学会经典的Matlab算法。包含常见数值计算与数据统计及绘图案例。
烟花算法MATLAB代码
- 烟花算法 (Fireworks Algorithm),缩写为 FWA,是受到夜空中烟花爆炸的启发而提出的一种群体智能算法。
MATLAB仿真无线传感器网络算法-
- 探究WSN节点个数和节点通信半径与网络连通率的关系,并用MATLAB进行仿真。
压缩感知DOA估计方法
- 该方法通过压缩方法求积信号的到达角,为了获得更精确的DOA估计值,把字典建模为可自由调整的参数描述的模型,通过梯度学习的方法,不断更新字典的格点值。
Autonomous Vehicle Control
- matlab代码生成转向和速度(phi,v)命令,使自主车辆遵循预先定义的路径参考路径(x,y)(Matlab code to generate steering and speed (phi,v) command for an autonomous vehicle to follow a predefined path reference path (x,y))
cfd经典算例
- cfd的一个经典算例,matlab编写,适合初学者。
DFIG-master
- 含有风力发电的微电网系统仿真,通过控制策略进行功率合理分配(Research on Grid-connected microgrid and its control strategy simulation of microgrid system with wind power generation and reasonable power distribution through control strategy)
LCL_PR_based
- LCL滤波器运用PR控制方式滤除高次谐波(PR Control Mode Filtering of LCL Filter)
parafacmodeling
- 平行因子分析,可用于三维荧光分析,用Matlab编写的三维荧光分析工具,可以导入、浏览荧光数据,自动进行平行因子分析,并确定荧光组分。(the model has been developed to support and extend the application of PARAFAC to fluorescence Excitation Emission Matrix (EEM) datasets.)
贪心算法matlab程序
- 本代码详细介绍了贪心算法的应用,可以更好的了解出排序问题。