-
7.1-
7.1 倒立摆7.1 倒立摆7.1 倒立摆7.1 倒立摆7.1 倒立摆7.1 倒立摆7.1 倒立摆7.1 倒立摆(7.1 inverted pendulum)
- 2013-07-18 11:42:28下载
- 积分:1
-
otto
Otto结构反射率代码,用于搜索各个介质参数和厚度(Otto structure reflectivity code, used to search each of the dielectric parameters and thickness)
- 2013-12-21 11:06:13下载
- 积分:1
-
tataq
my other project cdma
- 2010-07-08 00:28:55下载
- 积分:1
-
yuyinqingganshibie
这是一个关于语音情感识别的源码,通过使用MATLAB编写,可以实现对人的常用语言做出判断,给出识别标志,是高兴,悲伤等!!!(MATLAB,)
- 2009-05-08 18:36:17下载
- 积分:1
-
work
说明: matlab 计算pid 控制器,可以做任何计算很好用(apply matlab to compute PID controller)
- 2009-07-30 11:32:49下载
- 积分:1
-
ekf
ekf 何友的数据融合的关于ekf的例子的代码,自己写的,不够优化,有需要子函数的联系我(the code of ekf)
- 2012-01-26 11:36:32下载
- 积分:1
-
collocatedgrids
同位网格顶盖驱动流数值模拟simple算法(Collocated grid lid-driven flow simulation of simple)
- 2021-04-09 14:58:59下载
- 积分:1
-
music2
说明: 阵列信号处理波束形成算法仿真 有实际的应用价值 请参考(Array signal processing Beamforming Algorithm simulation has practical application value please refer to)
- 2008-09-01 13:37:01下载
- 积分:1
-
obs_uio_final
Unknown input observer fault detection and isolation techniques
- 2011-12-06 12:34: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