-
choas
混沌序列中不同映射的实现,matlab语言编写(Chaos in different mapping implementations , matlab language
)
- 2012-02-01 15:22:10下载
- 积分:1
-
qujianshu
区间数计算,岩土沉降预测,matlab编程,变权重计算(Interval calculations, geotechnical settlement prediction, matlab programming, variable weight calculation)
- 2014-02-25 15:43:13下载
- 积分:1
-
机器人避障Fuzzy-simulat
Robot Avoidance obstacle
- 2020-07-05 23:48:59下载
- 积分:1
-
MATLAB优化算法案例分析与应用
电子书籍:MATLAB优化算法案例分析与应用
课本源码:MATLAB优化算法案例分析与应用(Electronic Books: Case Analysis and Application of MATLAB Optimized Algorithms
Textbook source code: case analysis and application of MATLAB optimization algorithm)
- 2019-03-27 14:30:46下载
- 积分:1
-
ipfdg
基于偏微分方程的图像处理英文版 里面有一些附带的小程序, 很实用。适合初学者使用(Image processing based on partial differential equations English)
- 2011-01-07 13:49:26下载
- 积分:1
-
polyfitn_demo
What follows are example usages of polyfitn, polyvaln, poly2sympoly, polyn2sym
- 2013-10-18 13:44:50下载
- 积分:1
-
D和A算法
简单的路径规划问题中的Dijkstra和A*算法(Dijkstra and A* algorithms for simple path planning problems)
- 2017-08-24 23:13:34下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
GA_Intelligent
只能制造技术车间调度程序,采用遗传算法对工序进行安排和寻优。(Scheduler can only manufacturing plant, a genetic algorithm optimization process for the arrangements and.)
- 2010-05-18 20:19:33下载
- 积分:1
-
SHUXUEGUIHUA
在数学规划,尤其在数学建模中,很好用,可以参考(In mathematical programming, especially in mathematical modeling, easy to use, you can refer to)
- 2013-12-15 17:39:45下载
- 积分:1