-
MATLABdeyingyong_11193564
说明: 是关于matlab工具箱的应用,对于初学者和老辈们都有帮助的(is on the application of Matlab Toolbox for beginners and elders have made to help the)
- 2006-03-22 10:51:20下载
- 积分:1
-
pricinplesofcommunicationsystemsimulationwithwirel
pricinples of communication system simulation with wireless aplications
英文原版书籍 包括通信仿真的matlab源码(pricinples of communication system simul ation with wireless aplications original English books, including Communication Simulation The Matlab FOSS)
- 2007-06-05 09:02:47下载
- 积分:1
-
Simple-Edge-Extraction
a simple edge extraction with matlab
- 2011-08-21 20:43:21下载
- 积分:1
-
tsp_ga
遗传算法解决TSP问题的一个不错的程序,在MATLAB下就可以应用,很好用(Genetic algorithm to solve TSP problems a good program, MATLAB can be applied, under, very good use)
- 2009-09-15 09:28:08下载
- 积分:1
-
MATLAB-orders
matlab 命令大全 包含matlab中的常用函数 命令等 包含matlab中的常用函数 命令等(matlab matlab command Daquan contains common functions in matlab in command and other common functions include orders)
- 2011-05-14 17:25:40下载
- 积分:1
-
ldpc-decoder-matlab
Specify the condition to stop the decoding iterations as one of Maximum iteration count | Parity check satisfied . The default is Maximum iteration count . When you set this property to Maximum iteration count , the object will iterate for the number of iterations you specify in the Maximum Iteration Count property. When you set this property to Parity check satisfied , the object will determine if the parity checks are satisfied after each iteration and stops if all parity checks are satisfied.
- 2015-01-10 21:46:40下载
- 积分:1
-
PCA_Face_Recognition
FAce recognitionn using PCA method
- 2014-01-14 02:04:44下载
- 积分:1
-
MATLAB求解无穷区间定积分问题
MATLAB求解无穷区间定积分问题 MATLAB solving infinite interval definite integral problem(MATLAB solving infinite interval definite integral problem)
- 2020-06-28 23:00:01下载
- 积分:1
-
蚁群算法(ACA)及其Matlab实现.m
采用蚁群算法求取TSP问题 1基本原理: 本质上也是一种概率算法,通过大概率收敛到最佳值,和其他的智能算法很相似。蚁群分泌的信息素存在正反馈,使得较佳的解具有大概率被选到,当全局都选用较佳的解,变可以得到整体的最优解。 2几个关键点: 1)概率选择:受信息素浓度和启发函数影响,启发函数为距离的倒数 2)信息素挥发:考虑到信息素随时间的挥发,加入挥发因子 3程序设计步骤: 1)初始化各个参数:包括各点的距离,信息素的初始浓度,蚂蚁数量,信息素挥发因子,信息素和启发函数的重要度因子,启发函数,最大迭代次数,路径记录表等等 2)迭代:对每个蚂蚁随机制定初始值,再根据概率选择,选择出每只蚂蚁的路径,确定每只蚂蚁的路径总长度,以及蚁群的最佳路径长度和平均长度,并对信息素进行更新。 3)展示:展示出最佳路径,以及最佳路径对迭代的变化图 4Matlab代码 程序说明:采用蚁群算法求取TSP问题,共有34个城市,从txt文件加载数据: 运行结果:
- 2021-05-06下载
- 积分:1
-
基于遗传算法的反向传播
样本预测短期使用遗传算法 (GA) 的反向传播神经网络 (BPNN),然后优化权重和偏置的日常活动。
- 2022-09-30 16:55:03下载
- 积分:1