-
dusheng
T-S模糊神经网络的matalb程序,可以用做端点检测-TS fuzzy neural network matalb procedure can be used for endpoint detection(TS fuzzy neural network matalb procedure can be used as endpoint detection-TS fuzzy neural network matalb procedure can be used for endpoint detection)
- 2010-06-28 12:55:09下载
- 积分: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
-
MATLAB_7.0_from_the_Introduction_to_Mastery
MATLAB 7.0从入门到精通源代码matlab7从入门到精通书上的例子源码 (MATLAB 7.0 from entry to the master source code matlab7 the book from beginning to master the example source)
- 2010-05-24 21:52:30下载
- 积分:1
-
ssnnrr
it is matlab code on spectrum sensing in cognitive radio network using matched filter
- 2013-11-20 14:23:23下载
- 积分:1
-
final
state space discreet
- 2009-02-18 15:44:07下载
- 积分:1
-
005
互相关函数,cross-correlation function
- 2009-05-28 20:36:50下载
- 积分:1
-
asgn2
camera calibration that uses matlab for calibrating a camera. stereo vision technique. stereo pairs in the world coordinate and camera coordinate systems
- 2011-01-02 10:55:55下载
- 积分:1
-
PIDMATLAB
介绍了各种PID算法,以及对各种PID算法进行了matlab编程仿真(Describes the various PID algorithm, as well as a variety of PID algorithm matlab simulation program)
- 2013-08-08 22:43:50下载
- 积分:1
-
video_capturevfm-matlab
matlab的视频捕获程序,希望对大家有用。谢谢了。(Matlab Video Capture procedures in the hope that it may be useful right. Thank you, the.)
- 2006-11-04 00:32:07下载
- 积分:1
-
DrudeModel
德鲁德模型拟合,通过调节参数与金属银的介电常数实验参数拟合,得到可见光和近红外波段合适的drude模型参数(Drude model fitting, the right of the visible and near infrared bands drude model parameters by adjusting the parameters and the dielectric constant of the metal silver experimental parameter fitting)
- 2021-03-23 21:59:15下载
- 积分:1