-
print
matlab经典算法的程序-数据拟合,code fit(classical algorithm matlab procedures- data fitting, code fit)
- 2007-12-09 11:08:47下载
- 积分:1
-
radar_signal_detection
雷达系统设计 恒虚警处理 MTI、MTD(radar system design)
- 2020-11-04 16:49:51下载
- 积分:1
-
EM_noonou
Matlab prepared, EM estimation procedures, simple and understandable.
- 2010-10-18 22:10:46下载
- 积分:1
-
LBGMatlab
使用matlab实现的矢量量化的LBG算法,内有文档说明(Matlab achieved using the LBG vector quantization algorithm, there are documented)
- 2009-04-27 17:27:16下载
- 积分:1
-
matlabtools
MatLab工具箱应用指南:控制工程篇。很实用的各种命令,还有讲解。(MatLab Application Toolbox Guide: Control Engineering articles. A variety of very useful commands, as well as to explain.)
- 2010-12-01 16:18:12下载
- 积分:1
-
PSO-TOOLBOX
说明: 粒子群算法,很有用的一个设计程序,如果需要优化,可以使用(Particle Swarm Optimization
)
- 2011-03-08 22:01:10下载
- 积分:1
-
matlab-Angle
matlab 计算发动机点火提前角的实验计算程序(Matlab, the advanced ignition Angle of experimental applications)
- 2012-08-13 17:35:55下载
- 积分:1
-
exceedence_correls
patton程序中关于超越概率的计算及其图像(patton`s code for exceedance correlation)
- 2014-11-24 19:47:45下载
- 积分: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
-
speech
语音识别0到9十个数字,是函数,识别率90 以上.(speech recognition)
- 2012-04-30 12:55:47下载
- 积分:1