-
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
-
Matlab_Simulink-BLDCM
电力电子相关的仿真应用,直流无刷电机的控制仿真巧夺天工用诮顺(Simulation of power electronics-related applications, brushless DC motor control simulation of nature' s intricate use blame-shun)
- 2009-11-24 15:38:28下载
- 积分:1
-
linedetect
1拍摄一张包含两本成一定夹角放置的书的图像2获得书的边缘二值图像3通过hough变换在原始灰度图像中用红色标记出书的边缘,计算两本书的夹角(1 shot 1 into a certain angle contains two books placed on the edge of the image 2 receive the binary image 3 by hough transform the original gray image using the red mark the edge of a book to calculate the angle between the two books)
- 2010-05-10 20:26:25下载
- 积分:1
-
matlab
很详细,具体的说明了matlab软件的入门和基础,希望对大家有帮助(Very detailed and specific description of the entry and basic matlab software, we hope to help)
- 2013-07-13 15:30:23下载
- 积分:1
-
quedingyuzhijiangzao
matlab下使用penalty策略确定降噪的阈值(matlab use penalty strategy to determine the threshold denoising)
- 2008-12-25 21:29:15下载
- 积分:1
-
Gpc
说明: 这个代码是GPC的源程序,可以直接进行GPC仿真。(The GPC of the source code can be directly GPC simulation.)
- 2011-03-18 15:54:29下载
- 积分:1
-
linclass
这个是用于两类的带有类别的数据的线性分类器,是结构体类型如下判别 y(i) = 1 if W *X(:,i) + b >= 0
2 if W *X(:,i) + b < 0(his function classifies input data X using linear
discriminant function:
y(i) = argmax W(:,y) *X(:,i)+ b(y)
y
where parameters W [dim x nfun] and b [1 x nfun] are given
in model and nfun is number of discriminant functions.
In the binary case (nfun=1) the classification rule is following
y(i) = 1 if W *X(:,i)+ b >= 0
2 if W *X(:,i)+ b < 0)
- 2011-05-01 17:58:21下载
- 积分:1
-
fast_near_xcorr
自己编写的快速相关法ISAR成像仿真程序,包含完整的程序,效果非常好,对ISAR编程帮助很大( )
- 2012-04-08 13:12:59下载
- 积分:1
-
UWB12
UWB,超宽带信号分析必用的子函数,第12部分!(UWB, ultra-wideband signal analysis will be used for Functions, Part 12!)
- 2010-07-05 13:30:32下载
- 积分:1
-
kalman_filter
这是kalman滤波的仿真作业,实现kalman滤波在目标跟踪中的应用(This is a simulation of kalman filtering operations, realize kalman filtering in target tracking application)
- 2007-11-05 00:31:45下载
- 积分:1