-
BPmatlab
用matlab编的神经网络程序,希望对大家有帮助(Matlab made by the neural network procedures, we hope to help)
- 2008-01-08 09:56:41下载
- 积分:1
-
MMAdapGA
用matlab编写了多变异位自适应遗传算法,在自适应遗传算法中加入多位变异,以增加种群的多样性(Changeable to ectopic adaptive genetic algorithm using matlab number variation adaptive genetic algorithm, in order to increase the diversity of the population)
- 2013-01-08 16:58:06下载
- 积分:1
-
specify_num
单个印刷数字识别,内有训练样本和测试样本,路径请自行修改.(this is about single figure differentiate)
- 2012-04-20 21:27:01下载
- 积分:1
-
dongtaiguihua-xianlufengpei
本word中运用动态规划思想运用matlab编程解决实际的线路分配问题的例子(Dynamic programming using matlab programming examples of actual line allocation problem in the use of the word)
- 2012-11-07 16:32:56下载
- 积分:1
-
PkgMyAntiAlias
一种比较好的抗锯齿算法
Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots.
See attached screenshot for a demonstration. More examples included in the code, just run help myaa .
Curiosa:
For those of you who publish your code often, an undocumented anti-aliasing option is included in the snapnow.m function in Matlab. To publish a file called test.m you can do:
opts.figureSnapMethod = antialiased
publish( test.m ,opts)
However, you will have more control over the process using myaa, which is also the best choice when using Matlab interactively.(A better anti-aliasing algorithm Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots.See attached screenshot for a demonstration. More examples included in the code, just run help myaa. Curiosa: For those of you who publish your code often, an undocumented anti-aliasing option is included in the snapnow.m function in Matlab. To publish a file called test.m you can do: opts.figureSnapMethod = antialiased publish (test.m, opts) However, you will have more control over the process using myaa, which is also the best choice when using Matlab interactively.)
- 2008-08-14 22:53:13下载
- 积分:1
-
speaker_recognition
这个是用Matlab写成的说话人识别演示程序。(Currently, there are more than 20 classes in this library, including commonly used feature extraction algorithms and modeling techniques for speech recognition and speaker verification.-Currently, there are more than 20 classes in this library. including commonly used feature extraction al gorithms and modeling techniques for re speech cognition and speaker verification.)
- 2009-09-23 23:47:57下载
- 积分:1
-
pca
基于matlab的PCA人脸识别完成程序,包含特征值与特征向量的提取、训练样本以及最后的识别检验。(err)
- 2008-01-23 15:20:09下载
- 积分:1
-
lms
最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(n)为偏差 d(n)为期望输出 y(n)为实际输出 η为学习速率 n为迭代次数 2、初始化,赋给w(0)各一个较小的随机非零值,令n=0 3、对于一组输入样本x(n)和对应的期望输出d,计算 e(n)=d(n)-X^T(n)W(n) W(n+1)=W(n)+ηX(n)e(n) 4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行。(Lms least mean square algorithm applied in Beamforming
)
- 2011-04-28 23:25:35下载
- 积分:1
-
conv1d
this is a program animation in matlab for i dimensional convolution it is used to understand convolution effectivly
- 2012-06-06 01:20:51下载
- 积分:1
-
vebyk
vebyk is a flexible and user-friendly matlab-program, which performs ordinary kriging and can be easily adapted to other kriging methods.
- 2013-09-06 10:40:14下载
- 积分:1