-
svmsmo
支持向量机的smo算法matlab程序,很经典的算法,大家参考。(Support Vector Machines smo algorithm matlab program, it is the classic algorithm, your reference.)
- 2009-05-06 18:53:10下载
- 积分:1
-
aco
说明: 利用蚁群算法求解tsp(旅行商)问题,给出遍历方案,最后求出最短路径。(Ant colony algorithm for tsp (TSP) problem, given traversal solutions, and finally find the shortest path.)
- 2011-04-08 10:13:50下载
- 积分:1
-
decode
遗传算法将二进制与十进制相互转化合并与一个程序(Genetic algorithm of transformation between binary and decimal
)
- 2015-04-22 10:08:35下载
- 积分:1
-
compression
jpeg image compression simlink
- 2010-07-27 00:02:03下载
- 积分:1
-
per
才用周期图法预测hurst指数。参数sequence为时间序列,isplot说明是否需要画图。(Have used the periodogram forecast hurst index. Parameter sequence for the time series, isplot explain the need for drawing.)
- 2010-08-19 01:45:42下载
- 积分: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
-
CICA
还参考量独立分量分析(ICA-R)程序与文档(Also refers to the amount of independent component analysis (ICA-R) procedure and documentation)
- 2020-09-08 10:18:02下载
- 积分:1
-
simulated-annealing
模拟退火程序,用MATLAB语言实现,并带有程序算法说明(simulated annealing)
- 2009-11-26 20:43:00下载
- 积分:1
-
MIMOCPMMMSEEqualization
是一个对mimo连续相位调制系统的均衡程序,利用MMSE准则来实现。(Mimo is a phase modulation system for a balanced program, using the criteria to achieve the MMSE.)
- 2009-05-08 21:59:56下载
- 积分:1
-
RLS
RLS算法先验估计误差和后验估计误差,并用来估计功率谱(The RLS algorithm priori estimated error and a posteriori estimation error, and used to estimate the power spectrum)
- 2012-08-31 20:12:54下载
- 积分:1