-
floyd
floyd算法,matlab实现,是.m文件。简单明了(floyd algorithm, matlab realize is. m file. Simple)
- 2007-10-19 21:44:06下载
- 积分:1
-
dct
a dct code i tried.. the image compression using dct divides the image into various blocks n the performs the dct code on it ..
- 2009-11-09 20:06:27下载
- 积分:1
-
the-function-value-defined-intervals
说明: 求解定义区间内的函数值,求解定义区间内的函数值,求解定义区间内的函数值(Solving the function value defined intervals)
- 2011-03-20 11:39:54下载
- 积分:1
-
matlabGAtoolbox
这是一个利用MATLAB遗传算法工具箱进行求函数最值的实际程序文档,对数学建摸及从事算法研究的人员具有很好的参考价值(This is a genetic algorithms using MATLAB toolbox function for the most value for the actual process documentation, mathematical modeling and algorithm engaged in the research staff has a good reference value)
- 2007-05-24 09:12:27下载
- 积分:1
-
powerQualityHHT
电能质量扰动信号信号通过hilbert变换得到瞬时频率,瞬时幅值,hilbert谱,边际谱等重要特征,从而实现特征提取。(Power quality disturbance signals are obtained by hilbert transform to obtain instantaneous frequency, instantaneous amplitude, hilbert spectrum, marginal spectrum and other important features, in order to achieve feature extraction.)
- 2016-11-10 18:14:00下载
- 积分:1
-
TargetDetection
海洋雷达目标探测方面的国外新晋著作,了解此方面的最新境况!(Foreign-coming book in the area of the Marine radar target detection!)
- 2010-09-23 01:24:24下载
- 积分:1
-
随机森林的matlab实现
说明: 随机森林的一个入门级历程,此例程可以带有稀缺数据集,让你使用训练集和测试集感受到随机森林的强大之处。随机森林的分类与回归,非常之强。秒杀神经网络,是一个人见人爱的算法。(Random forest is an entry-level process, this routine can have scarce data set, let you use training set and test set to feel the power of random forest. The classification and regression of random forest is very strong. Seckill neural network is a love algorithm.)
- 2021-03-08 11:19:28下载
- 积分:1
-
Matlab-ppt20090224
matlab讲义,附带部分源代码,是一份不错的学习matlab资料,哪个学校的忘记了。(matlab handouts, incidental part of the source code, is a good study matlab data, which schools have forgotten.)
- 2009-02-24 10:55:57下载
- 积分:1
-
sconv
调用MATLAB命令conv()函数,编写连续信号卷积和的通用程序sconv( )(Call the MATLAB command conv () function, the preparation of continuous signal convolution, and the general program sconv ())
- 2010-05-06 11:49:33下载
- 积分:1
-
SimpleMthd
单纯形法matlab程序
求解标准型线性规划:max c*x s.t. A*x=b x>=0
本函数中的A是单纯初始表,包括:最后一行是初始的检验数,最后一列是资源向量b
N是初始的基变量的下标
输出变量sol是最优解, 其中松弛变量(或剩余变量)可能不为0
输出变量val是最优目标值,kk是迭代次数( example:max 2*x1+3*x2
s.t. x1+2*x2<=8
4*x1<=16
4*x2<=12
x1,x2>=0)
- 2013-11-29 17:05:08下载
- 积分:1