-
2-10
《matlab编程百例》书光盘代码2-10("Matlab programming hundred cases" of CD code 2-10)
- 2007-07-10 14:22:15下载
- 积分:1
-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1
-
caisetuxiang
说明: 利用matlab进行图形的绘制,并进行相关颜色的设置等(Using matlab for drawing, and color settings, and the related)
- 2010-04-15 15:09:48下载
- 积分:1
-
pyramid
金字塔算法,高斯分解的MATLAB算法源码(gaussian decomposion)
- 2011-04-26 10:53:51下载
- 积分:1
-
Kernel-Recursive-Least-Squares
递归核最小二乘算法,来至MIT大学的wingate教授,含6个源码,有实例!(dict_init.m- Part of the dictionary implementation used by KRLS algorithm. Can stand alone.
dict.m- Part of the dictionary implementation used by the KRLS algorithm. Can stand alone.
krls_init.m- Kernel recursive least squares initializer.
krls.m- Main KRLS function. Repeatedly called with new data points.
krls_query.m- Query the resulting estimator.
krls_example.m- An example script showing the different parts. )
- 2012-12-29 22:57:52下载
- 积分:1
-
MATLAB7.0
这是一个介绍MATLAB编程的文档,内容详细,循序渐进,讲解清楚,示例清晰。(This is an introduction of MATLAB Programming documentation, detailed, step by step, on a clear, clear examples.)
- 2014-10-28 12:59:55下载
- 积分:1
-
UKF_GPS
利用UKF融合算法在融合多传感器数据加上GPS实现多数据融合,最后进行姿态解算(UKF fusion algorithm in use multi-sensor data fusion plus GPS multi-data fusion, and finally the attitude solution)
- 2020-07-01 16:00:01下载
- 积分:1
-
mfcc
说明: 语音信号处理实验_matlab源码MFCC方法(Speech Signal Processing _matlab source lpc method)
- 2011-03-17 04:31:04下载
- 积分:1
-
SplitBregmanTVdenoising
Split Bregman TV denoising using compression and decompresion technique
- 2014-10-10 01:33:58下载
- 积分:1
-
SNR
求信噪比的MATLAB源代码,用于通信系统学习(the matlab code for work out the SNR,for communication study)
- 2013-10-21 10:30:01下载
- 积分:1