-
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
-
zuisuxiajiangfa
用FORTRON程序编的最速下降法,用来解决无约束规划问题(With FORTRON program compiled the steepest descent method, which is used to solve the unconstrained programming problem)
- 2012-09-13 17:46:57下载
- 积分:1
-
jcbb-simulation.tar
analyze data association algorithms (Nearest Neighbour and JCBB) in SLAM. Data association is basically a combinatorial optimization problem whose goal is to find the “best” set of associations between the observations and predictions according to a particular criterion (e.g. individual compatibility). Form this point of view, near- est neighbour (NN, a.k.a. ML) is simply a “greedy” algorithm in which the “compatibility” of individual associations with each other is not examined. On the contrary, JCBB, by considering both the individual and joint compatibility, is able to yield much better results. JCBB uses the branch and bound technique in order to prune the search tree
- 2012-11-30 17:07:01下载
- 积分:1
-
GUI_Simulink
该实例主要功能:
1、演示了GUI界面的布局和效果;
2、演示了togglebutton、pushbutton对simulink模块参数的设置方法;
3、演示了Edit text 和slider的联合使用,及利用edit text 和slider 对simulink 参数的动态修改;
4、演示了simulink参数在GUI上的显示和更显;
5、语句进行了注释,为便于编译没用中文,大家凑或者看吧!(The main functions of examples: 1, presentation of the layout of the GUI interface and effectiveness 2, demonstrated togglebutton, pushbutton module to simulink Ways parameters 3, Edit text and to demonstrate the joint use of slider, and the use of the slider and edit text simulink dynamic parameters modified 4, demonstrated on simulink parameter GUI at the display and more 5, statement to the Notes, in order to facilitate the compiler no English, or U.S. Check it out together!)
- 2009-04-01 01:42:12下载
- 积分:1
-
_9_EE362L_PI_Controller_Spring-2009
PI controller for boost converter (sinulink)
- 2011-06-13 09:23:12下载
- 积分:1
-
PID
实用的PID程序,利用龙格库塔法解微分部分,并做了个阶跃实验(Practical PID program using the Runge-Kutta method solution of the differential part, and a step experiment)
- 2012-07-09 21:30:51下载
- 积分:1
-
ymopt
以Matlab为平台设计一个用于寻求多峰值函数峰值点的软件对一元及二元多峰值函数的优化;(To Matlab as a platform for the design of a multi-peak function to find the peak point of the software on more than one million and two peak function optimization )
- 2008-03-30 23:55:18下载
- 积分:1
-
mianyisuanfa
说明: 完成基本免疫算法中的疫苗注射和繁殖功能,达到最终实现免疫算法计算的功能。(Upon completion of the vaccination of immune algorithm and reproductive function, immune algorithm to achieve the ultimate realization of the function.)
- 2010-04-19 19:00:07下载
- 积分:1
-
2013420064H1
using the maping and composite method to calculate the integration of exp(-x2/2)
- 2014-12-29 13:44:20下载
- 积分:1
-
PocklingtonPulseSolution
MATLAB中实现天线运用波克林顿函数计算偶极子的程序(something abart 。。。。)
- 2010-08-23 17:38:45下载
- 积分:1