-
geneticalgrithmoptimizeRBF
matlab源码,运用遗传算法 优化RBF隐层神经元的中心值,宽度,和权值,具有很强的学习性。(matlab source code, the use of genetic algorithm optimization of RBF hidden layer neurons in the central value, width, and weight, has a strong learning.)
- 2009-05-16 14:16:34下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
Quadratic-programming-matlab-code
二次规划的matlab源代码,很有用的优化工具!(Quadratic programming matlab source code, very useful optimization tool!)
- 2013-09-25 00:05:23下载
- 积分:1
-
Clustering-of-bayesian-
bayesian classification聚类贝叶斯的分类算法(bayesian classification:Clustering of bayesian classification algorithm)
- 2013-12-05 19:09:35下载
- 积分:1
-
matlab 一种路径规划算法
一种路径规划算法,算法的主要功能是实现无人机的路径规划功能(A path planning algorithm. The main function of the algorithm is to realize the path planning function of UAV.)
- 2020-06-19 07:20:02下载
- 积分:1
-
principlecomanalysis
通过matlab用两种方法实现主成分分析(Matlab two ways, through the achievement of principal component analysis)
- 2009-05-16 05:41:45下载
- 积分:1
-
TWTA
用MATLAB编程的语言,求解对TWTA的无记忆特性的描述(Using MATLAB programming language, solving for TWTA description of the non-memory characteristics)
- 2013-09-25 20:46:41下载
- 积分:1
-
LDA
LDA算法在matlab中的实例程序代码以及算法原理的讲解(LDA algorithm in matlab example code and algorithm explain)
- 2013-05-13 16:58:40下载
- 积分:1
-
mat_to_txt
可以将matlab中的mat文件转换成txt文件,方便其他的应用程序调用。(Mat files can be converted into a txt file and facilitate the application calls.)
- 2013-07-23 16:14:53下载
- 积分:1
-
bishezongjie
在OFDM系统
中,宽带信道被分割相互重叠的窄带子信道,如果各子信道
的带宽比信道的相干带宽要小,那么信号传输就有可能在无
频率选择性衰落或者平坦衰落的信道进行。(In OFDM system
The wideband channel is divided into narrowband sub-overlapping, if each sub-
The bandwidth is less than the coherence bandwidth of the channel, the signal transmission is possible without
Frequency selective fading or flat fading channels.)
- 2014-08-17 12:26:09下载
- 积分:1