-
meimei
说明: matlab聚类分析方法,利用c均值方法对IRIS数据进行聚类分析(matlab cluster analysis methods using c mean clustering analysis of IRIS data)
- 2010-04-09 20:28:08下载
- 积分:1
-
tdoa
tdoa定位的chan算法,其中进行了2次WLS计算(tdoa positioning chan algorithm, which carried out two times WLS computing)
- 2014-10-10 10:59:16下载
- 积分:1
-
2
案例为运用最有控制原理,实现对火星探测器小推力变轨的控制实现。应用matlab仿真实现(Case for the use of the most control theory, to achieve the low-thrust orbit Mars probe control implementation. Application of matlab simulation)
- 2013-09-29 17:11:11下载
- 积分:1
-
STDPSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。(For each particle
____Initialize particle
END
Do
____For each particle
________Calculate fitness value
________If the fitness value is better than the best fitness value (pBest) in history
____________set current value as the new pBest
____End
____Choose the particle with the best fitness value of all the particles as the gBest
____For each particle
________Calculate particle velocity according equation (a)
________Update particle position according equation (b)
____End)
- 2015-03-13 09:28:14下载
- 积分:1
-
sensitivity-of-case-39
基于39节点电力系统合闸角调控过程中的机组和负荷的灵敏度计算(Based on 39 bus power system to calculate the standing phase angle regulation of the crew and the load sensitivity)
- 2020-06-29 06:00:01下载
- 积分:1
-
FCM_S
说明: FCM_S算法的matlab代码 包括其改进FCM_S1 和 FCM_S2(FCM_S1 and FCM_S2 with matlab code)
- 2021-04-12 00:58:58下载
- 积分:1
-
DhhYc
利用matlab解决多目标优化问题,基于遗传算法,(Multiobjective Optimization Problems Using GA)
- 2014-02-09 21:24:51下载
- 积分:1
-
serial_port_example
改程序为一个matlab使用串口的实例程序,能够够在工程开发中提供一个无硬件测试提供帮助。(this is an example matlab program of using serial port, it s convenient to use this for project test of data acquisition application .)
- 2010-08-06 21:52:12下载
- 积分:1
-
mpgwrite
Summary: The MPEG converter takes a MATLAB movie matrix and writes the movie to disk as an MPEG file.
MATLAB Release: R12
Description: MPEG is an ISO standard movie encoding format. The MPEG converter for MATLAB takes a MATLAB movie matrix and writes the movie to disk as an MPEG file with file extension .mpg (MPGWRITE). It also takes an MPEG file and converts it into a MATLAB movie matrix (MPGREAD). (Summary: The MPEG converter takes a MATLAB movie matrix and writes the movie to disk as an MPEG file. MATLAB Release: R12 Description: MPEG is an ISO standard movie encoding format. The MPEG converter for MATLAB takes a MATLAB movie matrix and writes the movie to disk as an MPEG file with file extension. mpg (MPGWRITE). It also takes an MPEG file and converts it into a MATLAB movie matrix (MPGREAD).)
- 2008-01-11 15:12:45下载
- 积分:1
-
Matrix_Pencil
出一种实现不同维间估计结果自动配对的二维频率估计算法。首先把二维频率估计问题转化成两个矩阵束的特征值问题。根据矩阵束的特征求出两个矩阵束的公共特征向量,并以此为基础同时求出两个矩阵束的特征值。算法估计误差与现有算法相近,但解决了现有算法普遍存在的配对难题。
(Matrix pencils play an important role in numerical linear algebra. The problem of finding the eigenvalues of a pencil is called the generalized eigenvalue problem. The most popular algorithm for this task is the QZ algorithm, which is an implicit version of the QR algorithm to solve the associated eigenvalue problem B − 1Ax = λx without forming explicitly the matrix B − 1A (which could be impossible or ill-conditioned if B is singular or near-singular)
)
- 2010-06-15 11:22:58下载
- 积分:1