-
waveletdecompose
局域波分解MATLAB代码,很全的,很好用(Local Wave Decomposition of MATLAB code)
- 2009-12-16 15:50:32下载
- 积分:1
-
xuniMUSIC
基于虚拟阵列的 MUSIC算法 MATLAB(MUSIC algorithm based on MATLAB Virtual Array)
- 2011-10-28 17:44:40下载
- 积分:1
-
partial-equations
基于MATLAB环境下偏微分方程组的求解对应的代码 简单明了 便于初学者学习使用(Based on the MATLAB environment to solve partial differential equations corresponding code is simple for beginners to learn to use)
- 2013-09-14 23:52:16下载
- 积分:1
-
introduction-to-power-electronics_engineering108
intrioduction to power electronics
- 2013-10-25 07:17:39下载
- 积分:1
-
M_GENNERTATE
m序列的产生程序,输入不同的本源多项式,就能产生长度不同的m序列。(m-sequence generation program, enter a different origin of the polynomial, we can generate m-sequences of different length.)
- 2011-11-21 11:07:54下载
- 积分:1
-
first-phase
The aim of this paper is to describe a novel and completely
automated technique for carotid artery (CA) recognition,
far (distal) wall segmentation, and intima–media thickness (IMT)
measurement, which is a strong clinical tool for risk assessment for cardiovascular diseases. The architecture of completely automated multiresolution edge snapper (CAMES) consists of the following two stages: 1) automated CA recognition based on a combination of scale–space and statistical classification in a multiresolution framework and 2) automated segmentation of lumen–intima
- 2013-11-20 00:11:13下载
- 积分:1
-
trap_mf2
this is a code for triangular membership function
in fuzzy logic
- 2010-06-23 21:50:24下载
- 积分:1
-
pv_array
爬山法 光伏 最大功率跟踪模型
基于matlab的爬山法光伏并网逆变器最大功率跟踪模型-Matlab-based mountain climbing photovoltaic maximum power tracking inverter model(Matlab mountain climbing photovoltaic maximum power tracking
基于matlab的爬山法光伏并网逆变器最大功率跟踪模型-Matlab-based mountain climbing photovoltaic maximum power tracking inverter model)
- 2012-04-25 16:00:51下载
- 积分:1
-
Multi-population genetic algorithm
说明: 标准遗传算法有时候会出现未成熟收敛问题,在求解多目标优化问题时显得尤其严重。遗传算法存在未成熟收敛问题,在求解多目标优化问题时显得尤其严重。因此已有学者提出了多种群遗传算法。该算法中多个种群使用同一目标函数,各种群的交叉率和变异率取不同的固定值,以搜索不同解空间中的最优解,种群之间定期进行信息交换。多种群遗传算法能在一定程度上缓解遗传算法的不成熟收敛问题。(Sometimes, the problem of premature convergence appears in the standard genetic algorithm, especially in solving multi-objective optimization problems. Genetic algorithm has immature convergence problem, which is especially serious when solving multi-objective optimization problem. Therefore, some scholars have proposed multi-population genetic algorithm. In this algorithm, multiple populations use the same objective function, the crossover rate and mutation rate of various groups take different fixed values, in order to search for the optimal solution in different solution Spaces, and the information exchange between populations is carried out regularly. Multi-population genetic algorithm can alleviate the immature convergence problem of genetic algorithm to some extent.)
- 2019-04-15 11:09:30下载
- 积分:1
-
快速k均值聚类
[L, C, D] = FKMEANS(X, k),使用k均值算法将矢量矩阵x分割成k聚类。行x对应点,列对应变量。输出k×p矩阵包含聚类中心。K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大。该算法认为簇是由距离靠近的对象组成的,因此把得到紧凑且独立的簇作为最终目标。k个初始类聚类中心点的选取对聚类结果具有较大的影响,因为在该算法第一步中是随机的选取任意k个对象作为初始聚类的中心,初始地代表一个簇。该算法在每次迭代中对数据集中剩余的每个对象,根据其与各个簇中心的距离将每个对象重新赋给最近的簇。当考察完所有数据对象后,一次迭代运算完成,新的聚类中心被计算出来。如果在一次迭代前后,J的值没有发生变化,说明算法已经收敛。
- 2022-02-15 20:16:57下载
- 积分:1