-
Hidden-Markov-model--Filter
说明: 自己编的 利用隐式马尔科夫过程进行目标状态估计(Using implicit markov process to estimate target state )
- 2011-04-07 21:51:33下载
- 积分:1
-
nonlinearnewmark
时程积分法解非线性动力方程时程,其中有迭代格式的牛顿拉普孙(newmark algorithm for nonlinear dynamic eqaution——newton rapthon is included)
- 2013-06-11 00:51:08下载
- 积分:1
-
LM92_matlab
temperature from lm92 to matlab
- 2010-06-14 01:56:34下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
msxwaveletdefshift
用matlab中的小波分析方法实现数据处理中的小波动,可用于例程学习(Using matlab in the wavelet analysis method to achieve data processing of small fluctuations, can be used for routine learning)
- 2008-05-05 16:32:18下载
- 积分:1
-
Matlab
matlab实用教程 比较适合新手入门 包括matlab基本知识 各种函数的用法,各种命令的使用(matlab practical course is suitable Getting Started matlab basic knowledge of various functions, including the use of, the use of a variety of command)
- 2010-05-30 21:02:38下载
- 积分:1
-
A20130529112706
matlab lagrange程序,适合大家编辑matlab 的拉格朗日程序文件,分析。(matlab lagrange program,it is suitable for programmer use lagrange original program to solve relative problem。)
- 2013-10-18 09:23:27下载
- 积分:1
-
newton_iteration
这是我自己写的亲测可用的matlab 牛顿迭代法函数程序(This is the Newton iteration program based on MATLAB written by myself)
- 2014-01-07 16:32:32下载
- 积分:1
-
CS_OMP
matlab环境中OMP算法代码,很实用,本人多次使用过的。(failed to translate)
- 2012-03-06 23:10:24下载
- 积分:1
-
lpcseg3
车牌识别程序,MATLAB,源代码,M文件(MATLAB)
- 2010-01-10 15:24:56下载
- 积分:1