-
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
-
feixianxing
使用MATLAB来进行非线性方程的求解,具体的算法源码都以给出。(Use MATLAB to carry out non-linear equations, specific algorithms have to give source code.)
- 2010-01-15 13:42:17下载
- 积分:1
-
colorImgSRAD
彩色图像的SRAD滤波算法,基于matlab用c语言编写,附带注释,简单易懂实用。(SRAD color image filtering algorithm based on matlab with c language, with comments, straightforward and practical.)
- 2015-01-27 12:17:46下载
- 积分:1
-
RAFisher2cda
Canonical Discriminant Analysis is a dimension-reduction technique related to PCA and CCA
- 2009-12-21 18:43:08下载
- 积分:1
-
~10Book_MATLAB+simulink
电子通信系统的建模与仿真
第10章 声学仿真
10.1 回声试验
10.2 多普勒效应
10.3 声学信号的滤波特性试验
10.4 交混回响
10.5 短时傅立叶变换(Electronic communications system modeling and simulation of Chapter 10 Simulation 10.1 acoustic echo test 10.2 Doppler Effect 10.3 acoustic signal filtering properties of the mixed response from the pilot pay 10.4 STFT 10.5)
- 2008-07-27 22:18:39下载
- 积分:1
-
iirlvboqisheji
用MATLAB实现IIR滤波器的设计,希望能帮助一些学信号与系统的同学们。(IIR filters using MATLAB to achieve the design, hoping to learn signals and systems to help fellow students.)
- 2010-01-10 16:03:11下载
- 积分:1
-
gaobrouponmatlab
说明: 在MATLAB环境下 ,通过编程,实现gabor滤波器的功能,第一次上传代码,以后会陆续穿上,希望对大家有用(In the MATLAB environment, through programming, gabor filter function, the first upload code will continue to put on after, we want to be useful)
- 2010-04-15 15:15:13下载
- 积分:1
-
JAVA
研究了MATLAB和JAVA在本地环境和网络环境下的混合编程方法,通过多个实例说明两者混合编程的过程和步骤。 更多还原
(MATLAB and JAVA the hybrid programming methods in the local environment and network environment, through the process and steps of multiple instances of a mixture of both programming. More Restore)
- 2013-03-19 14:21:56下载
- 积分:1
-
get-image
使用matlab编写程序控制摄像头获取外界图像(Use matlab program control camera image for the outside world)
- 2012-04-06 16:38:17下载
- 积分:1
-
IIRfitler
IIR FILTER DESING IN MATLAB
- 2011-10-14 02:00:05下载
- 积分:1