-
MatlabTipsandTricks
This is not a Matlab tutorial. This is just a list of
tricks.
- 2010-07-12 20:13:32下载
- 积分: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
-
Plate
车牌定位Matlab程序,可以实现汽车车牌的定位。(License plate location Matlab program, you can achieve the positioning of vehicle license plates.)
- 2015-02-06 11:49:19下载
- 积分:1
-
WinRAR-Z
用matlab求解线性回归的概率论课程设计的论文,望对大家有帮助(Matlab solving linear regression with probability theory curriculum design papers, hope to help everyone)
- 2011-12-24 03:36:50下载
- 积分:1
-
denoising-wavelet
改进的小波阈值降噪方法improved wavelet threshold denoising (improved wavelet threshold denoising )
- 2017-03-09 20:27:47下载
- 积分:1
-
shuzituxiangchuli
数字图像处理。MATLAB写的程序。免费下载。。。。。。。。。。。。。(Digital image processing. Programs written in MATLAB. Free Download. . . . . . . . . . . . .)
- 2010-06-26 21:51:20下载
- 积分:1
-
MbookMATLAB
本书主要可以分为两部分,第一本书是基础,主要介绍了matlab的基本图像处理方法;第二部分是应用,主要介绍理论和方法的实际使用。(The book can be divided into two main parts, the first book is the basis, mainly introduces the basic matlab image processing method the second part of the application, the main theoretical and methodological introduction of actual use.)
- 2007-10-31 14:01:48下载
- 积分:1
-
fwdcode
here i have attatched codes for pca image processing
- 2012-04-11 23:22:50下载
- 积分:1
-
vetieptuyen(thamkhao
here is a program draw tiế p tuyế n above MATLAB
- 2013-08-10 14:13:40下载
- 积分:1
-
motion-detection
帧差法实现运动视频分割 目标提取 行为描述 (Motion Detection)
- 2011-06-14 19:36:27下载
- 积分:1