-
floyd_MATLAB
matlab impletion of floyd algorith(Matlab impletion of floyd algorith)
- 2007-03-31 20:54:13下载
- 积分: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
-
Chapter6
现代通信系统第6章
matlab程序源码(Modern communications systems Chapter 6 procedures for source code matlab)
- 2008-06-08 01:37:00下载
- 积分:1
-
UCA_MODE
阵列信号处理,均匀圆阵模式空间算法,,通过虚拟阵元进行DOA估计(Array signal processing, uniform circular array pattern space algorithm, through the virtual array element to the estimated DOA)
- 2008-08-21 23:46:25下载
- 积分:1
-
cosamp
Compressive Sampling Matching Pursuit
- 2011-09-02 12:09:54下载
- 积分:1
-
Nonlinear-dynamics-chaotic
在 matlab 环境下的用于非线性动力学 混沌 分叉 的源程序,可以照葫芦画瓢(Nonlinear dynamics of chaotic bifurcation procedure)
- 2014-02-25 12:18:41下载
- 积分:1
-
CMAPSS Segmentation
python code for cmapss segmentation
- 2019-02-18 03:29:38下载
- 积分:1
-
Bound_Constrainted
This is IP optimization method examples
- 2009-12-24 21:28:36下载
- 积分:1
-
KPP-Photopopper-Manual---May-08-2010
Project about a solar robot, simple and fun.
- 2014-01-19 23:26:02下载
- 积分:1
-
matlab_ART
说明: 代数重建法,MATLAB例程,art,代数重建法,两种经典迭代格式的修正。(Algebraic reconstruction; matlab routine;Art, algebraic reconstruction, modification of two classical iterative schemes.)
- 2020-11-30 21:49:28下载
- 积分:1