-
FDM_5_9_point_stencil
Finite difference Methods
- 2010-07-28 23:02:03下载
- 积分:1
-
Music
music算法的源代码,20字要写什么呀,这个网做的不好(music algorithm source code, write 20 words what this network did a poor job)
- 2013-04-29 10:36:02下载
- 积分:1
-
New-program
mimo仿真,在matlab软件中,仿真出无线信道及相关的能量,包括信号经过中继,重发之后,最后求得系统的信道容量和中断概率(MIMO SIMULATION)
- 2013-05-13 02:26:21下载
- 积分:1
-
cognitive radio
构建模型进行matlab仿真,求解中断概率(Build the model for matlab simulation, solve the probability of interruption)
- 2017-07-07 23:07:15下载
- 积分:1
-
Graph_Cut
Graph Cut algorithm implementation. Includes MATLAB compiled codes.
- 2021-01-17 16:28:49下载
- 积分:1
-
一个拟合预测的MATLAB源程序
说明: 一个相当好的拟合预测的MATLAB源程序(a very good fit forecast MATLAB source)
- 2006-02-14 21:06:27下载
- 积分: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
-
Tannerstart
有关TANNER软件的使用入门介绍,很不错的书籍(For TANNER introduction to the use of software, very good books)
- 2010-09-29 13:45:08下载
- 积分:1
-
coherent_sfc1
GPR DETECTION TARGET
- 2011-06-11 15:08:31下载
- 积分:1
-
ACATSP
蚁群算法的matlab实现程序代码,经过本人实际验证,能够很好的解决一些问题(Ant colony algorithm matlab implementation program code, after I actually verified, can well solve some of the problems)
- 2013-09-11 23:48:53下载
- 积分:1