-
matlab2
说明: matlab 画图的一些问题方法。很好的哦。。(matlab)
- 2010-04-25 01:28:01下载
- 积分:1
-
gradient-projection-method
以梯度投影法迭代直接求解出观测值的改正数,给出一个简单算例,以资验证。
(The correction of the observation is obtained by the interation with gradient projection method and a simple calculation example is given to verify it)
- 2012-05-03 21:23:49下载
- 积分:1
-
d_014_dyn
14 bus model using matlab and psat for load flow
- 2013-05-10 18:09:16下载
- 积分:1
-
PSO算法
粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是由J. Kennedy和R. C. Eberhart等开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法(Particle Swarm Optimization (PSO), also known as Particle Swarm Optimization (PSO), is a new evolutionary algorithm developed by J. Kennedy and R. C. Eberhart. PSO is a kind of evolutionary algorithm, which is similar to simulated annealing algorithm. It starts from random solution and searches for the best solution by iteration. It also evaluates the quality of solution by fitness. But it is simpler than genetic algorithm rules. It has no Crossover and Mutation operation of genetic algorithm. As a result, it searches for global optimum by following the optimal value currently searched. This algorithm has attracted the attention of academia for its advantages of easy implementation, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization is a parallel algorithm)
- 2020-06-25 13:20:01下载
- 积分:1
-
Robust_sliding_mode_speed_controller_for_hybrid_S
SVPWM algorithm Strategies
- 2009-04-01 20:54:54下载
- 积分:1
-
SpeechRec
语音识别,运用DTW算法,UI界面显示。(Speech recognition, using DTW algorithm, UI interface display.)
- 2018-04-22 08:57:49下载
- 积分:1
-
ImageRegistration-master (2)
有关图像处理中的图像校正,MATLAB,亲测可行(ImageRegistration matlab)
- 2020-10-31 22:09:55下载
- 积分:1
-
powerquality
说明: MATLAB,对电能质量的仿真,包括谐波,不平衡度,电压偏差等等(MATLAB, the simulation of power quality including harmonics, unbalance, voltage deviation, etc.)
- 2021-03-03 10:39:33下载
- 积分:1
-
2
说明: 本程序为改进后matlab的空时分层码的仿真算法,能直接实现(The procedure for the improved layered space-time codes matlab simulation algorithm can be directly implemented)
- 2011-11-22 09:22:25下载
- 积分:1
-
Blocking-EDS
Since RREQ packets are flooded throughout the network, this algorithm does not scale well to large networks. If the destination node is located relatively near the source, issuing a RREQ packet that potentially pass through every node in the network is wasteful. The optimization AODV uses is the expanding ring search algorithm, which works as follows. The source node searches successively larger areas until the destination node is found. This is done by, for every RREQ retransmission until a route is found, incrementing the time to live (TTL) value carried in every RREQ packet, thus expanding the ``search ring in which the source is centered.
- 2015-01-17 18:31:21下载
- 积分:1