-
duplex
用于建模数据分集。计算各样本点的欧式距离,首先将距离最大的两个点放入第一个样本集,接着将余下距离最大的两个点放入第二个样本集,依次计算,将剩余数据点分别放入上述两个样本集。( This algorithm starts by selecting the two points furthest from each other (euclidean distance) and puts them both in a first set. Then the next two points furthest from each other are put in a second set, and the procedure is continued by alternatively placing pairs of points in the first or second set. For calibration applications, the second set can be the test set, and the calibration would be the concatenation of the first set plus the remaining samples.)
- 2012-11-02 09:18:58下载
- 积分:1
-
Astar_含界面
说明: A星算法用于路径规划,并包含一个界面,可以用鼠标确定起点和终点,用MATLAB语言编写,可运行。(A star algorithm is used for path planning, and contains an interface. It can determine the starting point and end point with the mouse. It is written in MATLAB language and can run.)
- 2019-04-21 17:04:19下载
- 积分:1
-
fibonacci
In mathematics, the Fibonacci sequence is the following infinite sequence of natural numbers:
The first element is 0, the second is 1 and each remaining element is the sum of the previous two:
Each element of this sequence is called Fibonacci number. This sequence was described in Europe by Leonardo of Pisa, XIII century Italian mathematician known as Fibonacci. It has numerous applications in computer science, mathematics and game theory.
- 2010-02-25 04:16:56下载
- 积分:1
-
ChaosToolbox2p0_trial
混沌时间序列分析与预测工具箱 Version2.0(Chaotic time series analysis and forecast Version2.0 Toolbox)
- 2008-04-26 19:23:29下载
- 积分:1
-
ac_dc312
说明: 该模型设计的是AC-DC换流器,能够将交流电转换为直流电压,用于整流控制(AC-DC converter)
- 2010-05-03 09:36:44下载
- 积分:1
-
CISVM
代价区间的代价敏感支持向量机,用于代价不能精确获得的情况。(CISVM is a package for learning with cost intervals. It can be used when the precise cost information is not known while cost intervals are available.
)
- 2011-05-12 16:06:30下载
- 积分:1
-
zhuanyijuzhen
matlab编写转移矩阵,就是现在我有两幅图,是同一个地方的不同年份的两幅图,怎么写matlab代码,得到(matlab write the transfer matrix, that is, now I have two images, the same place in different years of the two images, how to write matlab code, to be)
- 2011-07-28 20:48:58下载
- 积分:1
-
Est_ML_CFO_TO_OFDM
基于循cp的粗小倍数频偏估计 利用ofdm符号的循环前缀(Cp-based crude through a small multiple frequency estimation using the ofdm cyclic prefix symbol)
- 2013-08-19 23:00:15下载
- 积分:1
-
quxiannihe
Matlab中两组数的曲线拟合,一般采用多项式拟合(curve fitting using a couple of datas)
- 2011-10-17 15:47:59下载
- 积分:1
-
PSOANN
This is a PSO toolbox implementing Common, Clerc 1", and
Trelea types along with an alpha version of tracking changing
environments. It can search for min, max, or distance of
user developed cost function. Very easy to use and hack with
reasonably good documentation (type help for any function and
it should tell you what you need) and will take advantage of
vectorized cost functions. It uses similar syntax to Matlab s
optimization toolbox. Includes a suite of static and dynamic
test functions. It also includes a dedicated PSO based neural
- 2013-05-21 21:52:47下载
- 积分:1