-
motionEst4SS
search of FAD for motion estimnation
- 2010-11-18 01:57:10下载
- 积分:1
-
fft
这个是一个基于matlab实现傅里叶变换的一个小的程序,共大家学习使用。(This is a matlab-based Fourier transform to achieve a small program, we were learning to use.)
- 2010-05-18 16:32:49下载
- 积分:1
-
LE.matlab
LE算法的MATLAB源程序,大学老师亲自编辑,可直接运行,对初学matlab的朋友们很有帮助(LE algorithm MATLAB source, university teacher personally editor, can be directly run matlab for beginners helpful friends)
- 2021-04-12 14:08:57下载
- 积分:1
-
xihua
数字细化完整代码,分模块细化,可用于数字识别(License plate number of refinement code)
- 2010-06-05 20:17:37下载
- 积分:1
-
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
-
2.CirQueue
用C++template模板实现环形对,包括插入,删除,返回最大值等功能(Realize the ring right, including insert, delete, and other functions with the maximum return C++template template)
- 2014-12-01 19:09:58下载
- 积分:1
-
genitic-algorithm
遗传算法自编程序,自己编写的matlab程序,没有用到工具箱(Genetic algorithms written procedures,)
- 2013-12-18 12:21:15下载
- 积分:1
-
zigzag
zigzag,此程式是运用在影像上面的工具,简单的作业程式。(zigzag, this program is a tool used in the image above, a simple job application.)
- 2010-11-12 12:26:31下载
- 积分:1
-
a1
说明: matlab 对基于形状的图像检索的算法 其中以七个不变矩为主要方法!!!!!!(matlab shape-based image retrieval algorithm for which the seven invariant moments as the main method! ! ! ! ! !)
- 2010-05-04 14:20:49下载
- 积分:1
-
filterdesign
MATLAB信号处理必不可少的滤波器设计全解(MATLAB signal processing filter design essential to the whole solution)
- 2009-05-05 13:14:17下载
- 积分:1