-
k-mean
这是一个matlab编写的程序。实现k均值。实现成功。(it is a matlab programming.)
- 2009-12-15 10:12:59下载
- 积分:1
-
nurbs-matlab
matlab工具做NURBS曲面造型,大家可以参考一下(matlab tools to do the NURBS surface modeling, we can refer to)
- 2011-01-06 21:07:55下载
- 积分:1
-
bosukongjian
基于波束空间的MUSIC算法 ,matlab上成功运行 基于波束空间的MUSIC算法 ,matlab上成功运行(MUSIC algorithm based on beam-space, matlab run successfully on the MUSIC algorithm based on beam-space, matlab run successfully on)
- 2011-04-28 14:46:45下载
- 积分:1
-
2011a_new
CUMCM 2011A 等高线CUMCM 2011A 等高线CUMCM 2011A 等高线CUMCM 2011A 等高线(CUMCM 2011A CUMCM 2011A CUMCM 2011A CUMCM 2011A CUMCM 2011A CUMCM 2011A CUMCM 2011A CUMCM 2011A )
- 2013-09-06 11:10:19下载
- 积分:1
-
Documents
Algorithms for various codes in matlab
- 2011-01-20 12:46:30下载
- 积分:1
-
Digital-signal-processing
应用MATLAB中的GUI进行设计数字信号处理各种运算,主要列举GUI中经常应用到的函数(MATLAB software design of the GUI digital signal processing all kinds of operation, the main list often applied to GUI functions)
- 2011-07-21 21:40:42下载
- 积分: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
-
2000-Hybrid-Powering-System-for-Stand-Alone-Remot
information solar power supply for telecom applications.
- 2011-05-11 21:45:20下载
- 积分:1
-
用于信道均衡的RLS算法 RLS
用于信道均衡的RLS算法,可用于水声信道的改进算法(RLS algorithm for channel equalization, the improved algorithm can be used for underwater acoustic channel)
- 2012-06-04 09:55:26下载
- 积分:1
-
image-segmentaion
This is the matlab code for image segmentation
where image segmentation is done through
feature points
- 2013-12-18 17:00:45下载
- 积分:1