-
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
-
Rotate
image rotate using hough transform to detect the edge of image.
- 2011-10-07 14:53:18下载
- 积分:1
-
Getting-Started-with-MATLAB
本书以MATLAB 7为版本,由浅入深地介绍MATLAB的工作环境、基本语法、数值运算、符号运算、二维和三维图像创建与编辑、高级图形图像处理、句柄图形、图形用户操作接口(GUI)、程序设计与调试、M文件的使用、MATLAB编译器、Simulink交互式仿真集成环境的应用,以及MATLAB的外围功能和应用程序接口等内容;并通过MATLAB在高等数学、信号处理及数字通信、数字图像处理方面的应用,介绍MATLAB在实际中的应用。(Book MATLAB 7 to version, it gradually introduces the MATLAB environment, basic grammar, numerical computation, symbolic computation, two-dimensional and three-dimensional image creation and editing, advanced graphics, image processing, handle graphics, graphical user interfaces operate (GUI ), program design and debugging, M file usage, MATLAB Compiler, Simulink simulation integrated environment for interactive applications, and MATLAB peripheral functions and application programming interfaces, etc. and through MATLAB in advanced mathematics, signal processing, and digital communications, digital image processing applications, the introduction of MATLAB in practical application.)
- 2013-11-15 09:59:21下载
- 积分:1
-
ballbeam
implemention ballbeam in matlab
- 2012-11-24 03:39:23下载
- 积分:1
-
libsvm-mat-3.0-1
说明: 此为台湾大学林智仁教授及所带领的团队编写的关于svm的程序包,简单实用。(This is the National Taiwan University Professor Lin Zhiren and the team led the preparation of the package on the svm, simple and practical.)
- 2011-04-16 15:46:01下载
- 积分:1
-
DQTRANS
DQ TRANSFORMATION OF IM MOTOR
- 2012-08-01 22:44:16下载
- 积分:1
-
region-growing-mtlb
Segmentation by growing a region from seed point using intensity mean measure.Simple but effective example of "Region Growing" from a single seed point.
- 2013-12-17 20:30:06下载
- 积分:1
-
analogCom2
analog communication AM
- 2010-01-08 19:38:19下载
- 积分:1
-
adaptive_equalizer3
adaptive equalization techniques
- 2012-05-16 22:16:16下载
- 积分:1
-
dfjk
基于maltab的fm调制系统的设计
含有各种信噪比的调制(The fm modulation system based on maltab design contains a variety of signal to noise ratio of the modulation)
- 2011-06-27 19:19:09下载
- 积分:1