-
ecualizacion-del-histograma
ecualizacion del histograma
- 2012-05-10 11:05:49下载
- 积分:1
-
fecture
利用bior5.5小波对声音进行能量特征提取。小波基可以任意变换。(The sound use bior5.5 wavelet energy feature extraction. Wavelets can transform any.)
- 2014-10-27 10:38:55下载
- 积分:1
-
050309.pdf
灰色系统的matlab实现程序!可以预测未来态势发展(Gray system procedures matlab realize! Can predict the future trend of development)
- 2007-07-29 20:41:35下载
- 积分: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
-
colony
ant colony optimization for solving economic dispatch problems
- 2012-12-30 16:23:43下载
- 积分:1
-
seg2
segmentation tools for segmention lazy snaping
- 2009-06-19 18:02:22下载
- 积分:1
-
qpsk_fading
this file is related to qpsk quadrature phase shift keying mod. in fading channel..which is helpful in desgining a channel with qpsk mod technique
- 2009-07-06 18:19:59下载
- 积分:1
-
colorgraph
网络波长分配中的着色图算法,遵循波长一致性条件和不同波长限制条件。(it s the color graph algorithm,which is applied to the wavelengths assignment in the WDM networks.)
- 2012-06-10 08:07:19下载
- 积分:1
-
NEWTON
等式约束 Newton下降法 Matlab的实现(Newton descent method applied in equality constrain optimization and realized with Matlab)
- 2012-01-02 15:41:16下载
- 积分:1
-
matlab-the-source-program-and-its-in-each-chapter-
这是一本matlab学习书的原程序和对应的每一章节的视频学习资料,自学很有用,可以一边看视频一边试验。(This is a matlab program to learn the original book and the corresponding video learning materials for each chapter, self useful in watching the video side of the test.)
- 2011-01-14 16:16:51下载
- 积分:1