-
leachimprove
无线传感器网络leach协议,在matlab上的改进算法,考虑了能量(Leach protocol of wireless sensor networks, the improved algorithm in matlab, taking into account energy)
- 2012-03-28 13:12:55下载
- 积分:1
-
Numerical_Methods_in_Engineering_with_MATLAB_-_Ja
Numerical methods in engineering with MATLAB
- 2011-08-10 09:57:12下载
- 积分:1
-
linear-method
数值计算中的拟合方法 MATLAB程序 附带注释 亲测可用(linear method)
- 2014-02-05 18:21:38下载
- 积分:1
-
image
利用canny算子分割图像,得到修正的跳频信号的二值化时频图(Use canny operator image segmentation, frequency hopping signals corrected binarized time-frequency diagram)
- 2016-05-05 11:02:12下载
- 积分:1
-
fspecial
matlab中fspecial函数的C++实现(Matlab implementation of fspecial function in C++
)
- 2016-12-28 11:31:14下载
- 积分:1
-
pso-step
标准全局版粒子群算法的单步更新位置速度的功能(Single-step to update the position, velocity function of the standard global version of particle swarm optimization)
- 2012-04-15 22:19:23下载
- 积分:1
-
MATLAB仿真源文件
说明: 实现点云地图ICP算法匹配和EKF定位,通过将十帧点云数据进行拟合生成一张融合地图(ICP algorithm matching and EKF positioning of point cloud map are realized, and a fusion map is generated by fitting ten frames of point cloud data)
- 2021-01-19 16:18:30下载
- 积分:1
-
NLMS
Function matlab NLMS algorithm
- 2010-01-26 19:08:26下载
- 积分: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
-
sdarticle2
New matching pursuit-based algorithm for SNR improvement in ultrasonic NDT
(signal process 中的文章,mp去噪)(New matching pursuit-based algorithm for SNR improvement in ultrasonic NDT (signal process in the article, mp denoising))
- 2007-06-11 15:28:29下载
- 积分:1