-
min222max222
code for finding the global min or max value of a 2-d array
- 2010-12-16 20:22:54下载
- 积分:1
-
matlab文件
说明: 好多m文件,有兴趣或需要的朋友赶快down下来(many documents are interested or in need of a friend down to see quickly down)
- 2005-11-25 13:34:32下载
- 积分:1
-
celp
celp code used for speech coding using the matlab software which is used to form speech analysis
- 2009-09-05 02:04:23下载
- 积分:1
-
InterpolationAndFitting
插值拟合在matlab中的实现方式,采用模块化处理,方便移植、改进。(Fitting interpolation in matlab realize in the way of modular treatment to facilitate transplantation to improve.)
- 2009-02-17 09:48:58下载
- 积分:1
-
Sfilte
强跟踪滤波器的控制检测实用程序,其有很好的通用作用,可以通过变化参数的设置,容易用到其它方面(Strong Tracking Filter control testing utility, and its a very good general-purpose role, you can change the parameters set up, easy to use other aspects of)
- 2007-12-17 16:16:04下载
- 积分:1
-
kongyu
空域相关滤波,一种很好的消噪方法,对信号的预处理有很好的效果(Spatial correlation filtering, a good de-noising method for signal pre-processing are very good results)
- 2009-04-18 22:04:39下载
- 积分:1
-
face_M3
基于adaboost的人脸检测算法的matlab实现过程,希望对需要的朋友有帮助(Face detection based on adaboost algorithm matlab process, hope to help to friends)
- 2014-01-09 14:41:13下载
- 积分:1
-
generalizedpredictedcontrol
实现了广义预测控制的算法,里面有具体的说明文档(Implementation of the generalized predictive control algorithm, which have specific documentation)
- 2010-07-07 15:56:36下载
- 积分: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
-
MUSIC
MUSIC 侧向仿真 MATLAB 仿真 (MATLAB simulation of the lateral simulation MUSIC)
- 2009-07-10 10:37:49下载
- 积分:1