-
C_BLER_optimize
系统容量与误块率的统计函数,适合在仿真平台中使用(system capacity and block error rate statistics function, suitable for the use of simulation platform)
- 2007-01-10 16:24:03下载
- 积分:1
-
hough
说明: 用函数hough检测直线,程序很好,可以调里面参数。效果很好(Use function houhg to check the line)
- 2011-03-07 09:27:47下载
- 积分:1
-
ACATSP
说明: 又是一种方式蚁群算法求解旅行商问题的MATLAB源码,可以对比出更改参数时算法效果的优劣。(Ant colony algorithm is a way of solving the traveling salesman problem MATLAB source code, you can change the parameters of the algorithm compared the effect bad.
)
- 2011-04-05 11:36:29下载
- 积分:1
-
IMM-Kalman-filter--simulation
结合雷达跟踪的空中目标的实际情况,针对目标运动模型中的线性运动和非线性运动,分别设计了两种模型,并用马尔科夫状态转移矩阵实现IMM算法。最后对交互多模型卡尔曼滤波算法进行了Matlab仿真及结果分析。(Combined with radar tracking air targets, for linear and non-linear movement of target motion model, two models were designed and used a Markov state transition matrix IMM algorithm. Finally, the interacting multiple model Kalman filter algorithm Matlab simulation and results analysis.)
- 2013-04-02 17:13:31下载
- 积分:1
-
tout
Caracteristiques d une ligne ELECTRIQUE 2011
- 2014-12-26 01:25:46下载
- 积分:1
-
miaoshuhanshufa
描述函数法非线性系统分析实例,已经测试可直接在matlab中打开并运行。(Nonlinear system analysis function method described examples have been tested directly in matlab open and run.)
- 2013-10-29 20:46:18下载
- 积分:1
-
mvdr
MVDR方法是波束形成的经典方法,可使期望方向的波束尽可能多通过同时抑制干扰,稳健性强。(MVDR beamforming method is the classic way, can look forward to the direction of the beam while suppressing interference by as much as possible, robust and strong.)
- 2011-04-27 11:34:28下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1
-
Real-and-Reactive-Power-Control.pdf
Research article about real and reactive power control of photovoltaic system.
- 2014-10-26 21:43:57下载
- 积分:1
-
kmeas
k-means,经典聚类算法DBSCAN的MATLAB实现,简单易懂,可以运行(k-means,Classical clustering algorithm concentration of MATLAB implementation, easy to understand, you can run)
- 2015-02-28 10:02:57下载
- 积分:1