-
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
-
code
Matlab 常用图像处理,包括图像相除、相乘、灰度线性变换、图像增强、降噪(matlab Common image processing, including image division, multiplication, gray linear transformation, image enhancement, noise reduction)
- 2013-08-27 18:05:41下载
- 积分:1
-
pde-for-solving-partial-differential-equation
The ebook guides new users of Matlab to solve PDE equations. Easy reading and useful
- 2013-03-28 09:19:06下载
- 积分:1
-
Vehicle-Type-Recognition
一个用于识别客车、轿车、面包车等的车型识别的程序,用matlab编写,利用背景差分得到车辆区域,再做后续图像处理(A model identification procedures used to identify buses, cars, vans, etc., using matlab prepared using the context of the differential area of the vehicle, then a subsequent image processing)
- 2013-04-30 10:09:41下载
- 积分:1
-
HA
说明: 为了测试助听器减少声反馈的应用程序;LMS算法;Matlab程序(Application Program to Test Acoustic Feedback Reduction for Hearing Aids )
- 2014-09-28 13:24:02下载
- 积分:1
-
capacity-limit-traffic-assignment
本代码是容量限制交通分配的代码。但是不通过完整的OD表进行配流,而是针对组成OD表的逐一起始点、终点的基础数据进行配流。路权是取的BFR函数,加了距离惩罚函数。(This code is the capacity limit traffic assignment code. But not through the complete OD table assignment, but for each table consisting OD initial, end with the underlying data stream. Right of way is to take the BFR functions, plus a distance penalty function.)
- 2013-11-04 12:20:18下载
- 积分:1
-
46536524GaussianFilter
高斯滤波程序,非常好用,在重力计算和频域内计算中都可以使用(THE GAUSSION FILTER PROGRAMS)
- 2013-11-19 15:13:08下载
- 积分:1
-
plotrect
This function plot a series of rects described from the N columns of a
matrix 4xN, each column is of the form [x,y,w,h]
- 2010-07-22 17:06:40下载
- 积分:1
-
Drawing_documents_using_matlab_implementation
利用matlab实现绘图文档Drawing documents using matlab implementation(Using matlab to achieve drawing document Drawing documents using matlab implementation)
- 2010-08-02 10:16:54下载
- 积分:1
-
proficientmatlabfinancialcalculations
此资料为《精通matlab金融计算》一书中的光盘程序程序(This information is " proficient matlab financial calculations," a book of the CD-ROM program program)
- 2010-12-06 11:17:10下载
- 积分:1