-
Three-ph-distribution-line-measurement
Three phase distribution system line parameters measurements
- 2014-02-04 20:20:48下载
- 积分: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
-
PCAdedaima
PCA的经典算法,可能很多人有了,但个人觉得不错,想要就下吧(PCA classic algorithms, many people may have, but feel pretty good, and want to jump right)
- 2006-11-23 04:29:53下载
- 积分:1
-
Clieduua
计算机械振动烈度,由采集的振振动位移数据来求得可直接使用。
(Calculation of the mechanical vibration intensity, obtained by the vibration vibration displacement data collected can be used directly.)
- 2012-07-24 00:39:57下载
- 积分:1
-
log
matlab实现log算子,进行图像边缘的提取(matlab realize log operator to extract image edge)
- 2013-12-01 19:26:52下载
- 积分:1
-
Documentation
loading data base in matlab which read different images from foler and load it to m file
- 2010-06-07 15:39:18下载
- 积分:1
-
xiaoyuge_ofdm
该程序是基于梳妆导频的OFDM信道估计的最基础的程序,适合初学者(The program is based on the dressing of the OFDM pilot channel estimation the most basic procedures, suitable for beginners)
- 2011-01-18 09:44:18下载
- 积分:1
-
iterative
iteractive calculation using matlab numeric
- 2015-03-26 16:34:18下载
- 积分:1
-
svm
利用matlab实现svm函数包的调用,在人脸数据库yale上进行人脸识别(using matlab to apply function svm to achive scan face on the data of yale
)
- 2020-11-29 09:39:29下载
- 积分:1
-
pdf
一些关于人脸检测的PDF,超有用的!!希望支持(Human Face Detection on the PDF, super useful! ! Wished to support the)
- 2009-03-12 19:47:50下载
- 积分:1