-
GLTree230909
In this file you can find a simple but very effective algorithm for Nearest Neighbour Search which I megalomaniacly called the GLTree.
- 2009-10-05 21:53:35下载
- 积分: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
-
PEAVF
求解非线性随机动态模型的算法和程序。内有文章和代码。(This is a software package for solving the one-
and two-sector model from the article "Solving Nonlinear
Dynamic Stochastic Models: An Algorithm Iterating on
Value Function by Simulations")
- 2011-01-26 16:29:53下载
- 积分:1
-
Non-numerical-parallel-algorithms-Ga
说明: 非数值并行算法:遗传算法,遗传算法的一个教程,很适合初学者(Non-numerical parallel algorithms: Genetic algorithm, genetic algorithm tutorial, very suitable for beginners)
- 2011-03-25 18:45:21下载
- 积分:1
-
incercare1
it is a matlabe code
- 2013-03-20 06:01:20下载
- 积分:1
-
figure_adjust
调整figure的大小和位置 设置颜色、字体、字号、加粗、倾斜 设置坐标范围、刻度线 设置图中线宽、坐标线宽 在图中添加文本标记 自动使figure最大化(
Adjust the size of the figure and location
Set the color, font, font size, bold, tilt
Set the coordinate range, the scale line
Set figure line width, coordinates, line width
Text markup is added in the figure
To maximize figure automatically
)
- 2014-12-02 15:55:33下载
- 积分:1
-
MATLAB_robotics
说明: 包含最先进的机器人运动学、动力学、轨迹规划等的函数及机器人仿真案例,数学理论基础为旋量。(The most advanced cases of robot kinematics and dynamics are included.)
- 2020-12-25 18:08:42下载
- 积分:1
-
05371467
Peak Power reduction for Multicarrier OFDM systems.
- 2011-01-03 17:18:47下载
- 积分:1
-
Ajia03113
2011年全国大学生数学建模山东省二等奖论文作品(2011 National Undergraduate Mathematical Modeling of Shandong province two prize paper works)
- 2012-05-01 10:35:16下载
- 积分:1
-
car_model
整车模型,其中包括电动机,发动机,变速器,差速器,驾驶员模型等等(CAR MODEL including motor,engine,trans,driver etc)
- 2021-03-28 21:29:12下载
- 积分:1