-
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
-
lm_mat_m
just matlab logging message
- 2013-12-06 17:32:08下载
- 积分:1
-
2008080115521730
这个程序是matlab的灰度变换程序我也是往上下的(Gray-scale transformation)
- 2009-12-09 10:27:15下载
- 积分:1
-
FOC2
异步电动机数量控制完整仿真模型,可以根据实际情况写该参数,达到研究者所需要的情形(The number of complete induction motor control simulation model, the parameter can be written according to the actual situation, the researchers needed to achieve the situation)
- 2013-12-17 13:03:40下载
- 积分:1
-
hybridalgorithm
采用混合算法完成多传感器数据融合课程的第一次作业。(finished the first homework through hybrid algorithm in multi sensor data fusion.)
- 2015-03-24 15:46:30下载
- 积分:1
-
6
说明: 这是一个用函数画图的源代码程序,可以是二维的,也可以是三维的(This is a drawing of the source code with function procedures, can be two-dimensional, it can be three-dimensional)
- 2010-03-31 15:40:22下载
- 积分:1
-
MATLAB
说明: 用matlab环境编写的一些程序,供初学者了解,研究和拓展(Matlab environment with some of the procedures written for beginners to understand, study and development of)
- 2010-04-12 10:33:19下载
- 积分:1
-
avikshittt
Its a tutorial for matlab users.
- 2013-03-11 19:52:56下载
- 积分:1
-
Lecture9_exc_1
electric motor with torque speed control
- 2012-03-23 02:55:22下载
- 积分:1
-
singlePHASEinv
Simulation of single phase inverter
- 2014-10-19 03:40:51下载
- 积分:1