-
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
-
iid
intrinsic image decomposition
- 2015-02-14 19:01:18下载
- 积分:1
-
ZHOU_XI
轴系设计计算
分析轴系传动中的最佳参数,并优化设计方案
(Design and calculation of shaft drive shaft of the best parameters, and optimize design)
- 2010-07-17 17:57:19下载
- 积分:1
-
example11_7
本算法使用matalab语言编写,主要用于计算一个域内的骨骼(The algorithm USES matalab language, mainly used for calculating a domain of bone)
- 2009-11-18 10:52:26下载
- 积分:1
-
Detection-de-contours
this is a source code for contours detection.
- 2011-07-30 13:16:24下载
- 积分:1
-
pso
在matlab编程环境下的标准粒子群(PSO)优化算法程序(err)
- 2007-12-28 16:40:44下载
- 积分:1
-
function
汉化的数字信号处理工具箱1.0版中的Matlab 函数
用于<数字信号处理及MATLAB实现>一书
(Localization of digital signal processing toolbox of Matlab 1.0 function,
Used for "digital signal processing and MATLAB > )
- 2012-05-20 15:30:20下载
- 积分:1
-
eemdtz
此文件包含着EEMD的能量特征分量的计算程序和EEMD之后进行各个IMF的KL散度指的计算程序。(This file contains the energy characteristic component EEMD computational procedures and after each EEMD KL divergence refers to the IMF s calculation program.)
- 2013-09-20 18:25:25下载
- 积分:1
-
chap3_06_Narendra_MRAC_n1
Narendra自适应控制算法的相应程序(Narendra adaptive control algorithm corresponding procedures)
- 2009-10-30 15:04:51下载
- 积分:1
-
QAM
16QAM调制解调,不用系统自带命令,完全按照调制解调系统进行。(16QAM modulation and demodulation, without the system comes with command, in full accordance with modulation and demodulation system.)
- 2020-07-02 12:40:02下载
- 积分:1