-
matlab_onepaper
MATLAB仿真在数据可视化表达中的应用实验,一篇毕业论文。(MATLAB simulation data visualization in the application of the expression experiments, a graduation thesis.)
- 2007-09-27 12:02:44下载
- 积分:1
-
Kalman
卡尔曼滤波,维纳滤波,介绍了一个算例,取得了良好的滤波效果(kalman filter)
- 2012-05-08 23:49:15下载
- 积分:1
-
Lid_Driven_Cavity_MRT
I have to write a Navier-Stokes solver for a 2-D Lid Driven Cavity. My teacher gave me a portion of his code (the Poisson pressure solver and some I.C. s and B.C. s) and I have to fill in the blanks. I ve been using
- 2020-07-03 23:00:02下载
- 积分: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
-
Matlab
matlab(第二版)
Stephen J. Chapman 著
邢树军 郑碧波译
Matlab 中文论坛首发(A good book for stduy matlab)
- 2015-03-28 23:18:18下载
- 积分:1
-
machinelearning
机器学习 curse of dimensionality(Machine learning curse of dimensionality)
- 2010-10-25 14:11:30下载
- 积分:1
-
weiyingfangzhen
说明: 对CT图像进行radon变换以及IRADON反变换,并画出弦图,实现环形伪影的仿真(CT images of the radon transform and IRADON inverse transform, and draw the chord diagram to realize the simulation of ring artifacts)
- 2011-03-16 15:36:29下载
- 积分:1
-
faceDetection1
人脸识别算法基本代码matlab源代码1(face recognition)
- 2011-04-22 10:21:03下载
- 积分:1
-
matlab2010aword
这是matlab2010a版的教程。分章阐述符号计算、数值计算、计算结果可视化及编程精要;选例展现MATLAB精华工具SIMULINK的功能级和元器件级仿真能力(This the version tutorial matlab2010a. Sub-chapter on symbolic computation, numerical computation, and result visualization and programming Essentials Selected examples show the functional level and component-level simulation capability for MATLAB Digest tool SIMULINK)
- 2012-03-27 08:43:34下载
- 积分:1
-
acidct
程序包,包含aci,dct,gabor,kernelset,LPsvmclass五个程序。希望对大家的研究有用(Package includes aci, dct, gabor, kernelset, LPsvmclass five procedures. Hope to be useful research)
- 2010-12-03 10:01:39下载
- 积分:1