-
matlab_suanfa
这是龚纯编著的《matlab语言常用算法程序集》的PDF版。上篇是基础,下篇是大量的程序算法。(This is pure Gong compiled the " matlab common algorithms assembly language" of the PDF version. The first part is the basis Xiapian is a lot of program algorithm.)
- 2010-12-14 16:23:46下载
- 积分:1
-
ses_pct_svm
说明: SVM进行两分类算法的MATlab实现代码SVM进行两分类算法的MATlab实现代码(A two-SVM classification algorithm MATlab implementation code for the two classification algorithm SVM implementation code MATlab)
- 2011-03-16 15:49:03下载
- 积分:1
-
tanlansuanfa
说明: 此文件为贪婪算法的matlab源代码,适合参加数学建模的同学使用(This document is a greedy algorithm matlab source code, suitable for students to participate in the use of mathematical modeling)
- 2008-09-09 10:47:02下载
- 积分:1
-
PSO
基本粒子群优化算法Matlab源程序,下面是主函数的源程序(Particle Swarm Optimization Algorithm Matlab source code, the following is the main function of the source)
- 2011-04-20 10:46:27下载
- 积分:1
-
anova-analysis
方差分析是matlab中十分重要而常见的功能,本课件详细讲述了理论和一些例子的操作,让大家能更好了解。(anova analysis is an important function in matlab。)
- 2011-06-02 11:18:01下载
- 积分:1
-
weina
维纳滤波器程序主要适用于dsp系统下的运作和开发!(weina filter program
)
- 2013-12-20 21:02:08下载
- 积分:1
-
omlsa
语音增强 单通道OM-LSA 带 IMCRA 噪声估计(omlsa : Single Channel OM-LSA with IMCRA noise estimator)
- 2021-03-03 15:29:34下载
- 积分:1
-
mfile_fig_in_book
these are the Mtlab functions to plot the figures in the book Communication system (by Haykin)
- 2009-04-24 05:28:53下载
- 积分:1
-
shearlet-transform
剪切波变换,shearlet transform(shearlet transform)
- 2014-10-27 18:47:32下载
- 积分:1
-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1