-
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
-
HHHMT
说明: 用MATLAB编写的HMT参数训练的HH子带更新子函数(Prepared using MATLAB Training HMT parameters of the HH sub-band update Functions)
- 2008-09-19 15:14:48下载
- 积分:1
-
zuiyoukongzhi
说明: 倒立摆系统是研究控制理论的实验平台,它的行为与火箭飞行以及两足机器人行走有很大相似性,因而对其研究具有重大的理论和实践意义,一直是控制界关注的焦点。以直线单级倒立摆作为研究对象,采用最优控制策略实现对其平衡控制,进行仿真实验设计。(Inverted pendulum control theory is to study the experimental platform, its behavior and the rocket s flight and walking biped robot is very similar, and thus their study is of great theoretical and practical significance, has been the focus of attention control. Inverted Pendulum on a straight line as the object of study, the optimal control strategy to achieve their balance control, a simulation design)
- 2010-04-09 19:48:05下载
- 积分:1
-
ClassCode-for-MULTiRATE-FiLTER-BANK
MATLAB iMPLEMENTATiON OF A MULTiRATE FiLTER BANK,
Analysis Filter Bank and Synthesis Filter Bank.
- 2013-03-02 20:40:14下载
- 积分:1
-
zabo
1 瑞利分布实现程序
2 瑞利分布+杂波
3 相关对数正态分布杂波
4 相关weibull分布杂波
5 相干相关K分布杂波
(1 Rayleigh distribution to achieve program
2 Rayleigh distribution+ Clutter
3 Related lognormal clutter
4 related weibull distribution clutter
5 coherent K distributed clutter)
- 2014-01-13 13:52:04下载
- 积分:1
-
TEEN
该算法是TEEN分簇路由算法,代码实现环境是matlab,代码中含有注释(This is TEEN algrithom, and it can be run on MATLAB, you can read the explation in the code)
- 2012-03-14 22:02:45下载
- 积分:1
-
pronyprogram
说明: 适用于电力系统仿真曲线的振荡频率分析的PRONY 分析程序(Prony analysis program for oscillation frequency analysis of power system simulation curve)
- 2021-04-16 10:18:53下载
- 积分:1
-
harmfreq_MOLRT_VAD
the code file that is uploded is harmfreq file
- 2014-01-02 17:51:02下载
- 积分:1
-
SSI
网上下载的随机子空间程序修正版,保证可用(Download a random sub-space program revision to ensure that available)
- 2020-12-03 16:59:25下载
- 积分:1
-
Hough-circle-detection
按照步骤根据hough变换进行圆检测
按照步骤根据hough变换进行圆检测(Follow the steps under the hough transform for circle detection in accordance with the steps under the hough transform circle detection)
- 2011-06-06 18:49:48下载
- 积分:1