-
UseMatlabandCtorealizeKmeans
这是一个用c和matlab编写的程序,用于实现k-means算法(This is a matlab with c and the preparation of the procedures used to implement k-means algorithm)
- 2007-08-01 14:52:16下载
- 积分: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
-
zfft
ZFFT轨道信号上应用的一些文档,这些文档是从诸多文档中挑选出来的,很有参考价值。分两次上传。这是第二次上传。其中一次包括ZFFT的MATLAB实现。(The application of the track signal ZFFT some documents, these documents are from a number of selected documents, a good reference. From two. This is the second upload. One MATLAB, including the realization of the ZFFT.)
- 2021-03-18 22:29:19下载
- 积分:1
-
MATLAB-Primer-8th-Edition
说明: 本书是学习数值方法最新版本matlab实现的好帮手,详细而全的讲解及实现为自学matlab是一本不错的书籍。(This book is the latest version of matlab numerical methods to learn to achieve a good helper, detailed and full realization of the self-presentation as well as matlab is a good book.)
- 2011-03-18 14:42:00下载
- 积分:1
-
MaskLiver
首先对图像网格化,选择网格坐标位置作为标记种子点添充目标物体。matlab
(first images of the grid, select grid coordinates position as a marker seed Tim charge of target objects. Matlab)
- 2007-04-12 08:45:02下载
- 积分:1
-
edgetiqu
在matlab中,可用于图像的边缘提取,边缘线较好,适合做一些微测量边缘提取。。。(In matlab can be used to extract the image edge, edge lines better suited to do some micro measuring edge extraction. . .)
- 2015-03-26 11:27:26下载
- 积分:1
-
Karlman
卡尔曼滤波 的matlab实现 有需要的 可以看看(Kalman filter implementation matlab need to look at)
- 2010-11-18 22:28:08下载
- 积分:1
-
TM_BOX
cpml Need a CPML MATLAB code. Hi all Is there any body that wrote CPML MALAB code? [66.7 ] Electromagnetic Design and Simulation
- 2012-07-12 18:04:22下载
- 积分:1
-
matlabaJavaApplet
基于matlab&JavaApplet的数字化实验室研究(Based on the the of the laboratory studies of the digitized of the matlab & JavaApplet)
- 2013-04-06 15:53:46下载
- 积分:1
-
DOSTCM_program
说明: 超宽带无线通信UWB(Ultra-Wideband )仿真代码(Ultra-wideband wireless communications UWB (Ultra-Wideband) simulation code)
- 2010-04-01 14:08:44下载
- 积分:1