-
ganew
GA PROGRAM for tuning
- 2011-01-18 01:47:21下载
- 积分:1
-
ls_esprit
最小二乘算法来实现esprit算法,该代码已经在matlab中运行过绝对可以放心使用(Least squares algorithm to achieve esprit algorithm, the code has been run in matlab absolutely safe to use)
- 2011-11-15 09:55:42下载
- 积分:1
-
Gray-Hat-Hacking---The-Ethical-Hackers-Handbook--
Gray Hat Hacking - The Ethical Hacker s Handbook, 2nd Ed. ebook
- 2015-04-20 17:59:05下载
- 积分:1
-
orl_pca
从前用matlab编的人脸识别的特征提取以及识别程序,希望有用(The previous series of face recognition using matlab feature extraction and identification procedures, seek to help)
- 2007-07-11 14:28:22下载
- 积分:1
-
master_matlab
大家看看吧,很好的Matlab学习资料(Let everyone take a look at, very good learning materials Matlab)
- 2008-04-20 10:22:07下载
- 积分:1
-
APPENDIXA
Matlab code for fiber bragg grating simulation.
- 2012-04-24 04:23:03下载
- 积分: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
-
Kjunzhijulei
用于说话人识别初始化样本的聚类算法
调试成功(Speaker Recognition for initialization of the clustering algorithm samples)
- 2009-06-26 20:05:55下载
- 积分:1
-
cheby1-lowpass
切比雪夫数字低通滤波器设计及与rememz对比(Chebyshev low-pass digital filter design)
- 2011-01-06 20:10:30下载
- 积分:1
-
matlab1
牛顿法, 快速解耦法, 。潮流计算在数学上属于多元非线性方程组的求
解问题,在用迭代法求解时涉及到大量的矢量和矩阵运算,因而寻求一个能高效
地处理矩阵运算的语言,将给潮流计算程序的编制带来巨大的方便.(fast flow electric Power flow calculation is mathematically the solution of multivariate nonlinear equations.
Solving the problem involves a large number of vector and matrix operations when solving the iterative method, thus seeking a highly efficient solution.
The language of matrix operation will bring great convenience to the compilation of power flow calculation program.)
- 2018-05-05 10:54:49下载
- 积分:1