-
universal-characteristic-curve
发动机万有特性曲线的画法以及代码MATLAB(Engine universal characteristic curve drawing method and MATLAB code)
- 2013-10-22 16:15:49下载
- 积分:1
-
pade
pade(1,1)抛物方程求雷达散射截面(RCS),程序显示总场 ,散射场,以及0—40度的RCS(pade (1,1) parabolic equation seeking radar cross section (RCS), the program displays the total field, scattering field, and 0-40 degrees RCS)
- 2015-09-15 11:11:03下载
- 积分:1
-
lmd
LMD分解,通过局部均值分解重构信号,实现对信号的降噪效果(LMD the decomposition reconstructed signal by local means, to achieve the effect of noise on the signal)
- 2021-04-13 11:28:56下载
- 积分:1
-
pca
用matlab中的基本数学包实现-PCA,有助于理解PCA原理。 (Using matlab in the realization of the basic mathematical package-PCA, help to understand the principles of PCA.)
- 2009-01-03 16:19:34下载
- 积分:1
-
eucacion-de-manning
this code is usefull to calcule the hydraulics properties for a given cross section or batymetric. Also plot the manning properties vs de hydraulic depth
- 2013-11-08 23:50:47下载
- 积分:1
-
test4QAM4FSK
仿真比较4QAM和4FSK调制信号在瑞利衰落信道下的误符号率和误比特率性能(Simulation comparison 4QAM and 4FSK modulated signals in Rayleigh fading channels under the symbol error rate and bit error rate performance)
- 2013-10-25 11:22:05下载
- 积分:1
-
3STATSMS
基于马尔科夫链概念,3状态概率转移矩的matlab实现(Based on the concept of Markov chain, the realization of the 3 stats matrix s transfer probability matrix in matlab)
- 2013-11-28 14:50:22下载
- 积分:1
-
BP
说明: 包含了matlab实现bp神经网络模型的三段源码,其中还有一段例子。(Realize bp contains matlab neural network model of the three sections of source code, of which there is still a case.)
- 2008-04-11 09:03:51下载
- 积分:1
-
PSOalgorithm
本程序利用粒子群算法(PSO算法),求BANANA函数在(1,1)附近的极小值(This program makes use of particle swarm optimization (PSO algorithm), find BANANA function (1,1) near the minimum)
- 2010-10-29 16:16:25下载
- 积分:1
-
cskmeans
cskmeans 聚类算法的一种
1. 分裂法(partitioning methods):给定一个有N个元组或者纪录的数据集,分裂法将构造K个分组,每一个分组就代表一个聚类,K<N。而且这K个分组满足下列条件:(1) 每一个分组至少包含一个数据纪录;(2)每一个数据纪录属于且仅属于一个分组(注意:这个要求在某些模糊聚类算法中可以放宽);对于给定的K,算法首先给出一个初始的分组方法,以后通过反复迭代的方法改变分组,使得每一次改进之后的分组方案都较前一次好,而所谓好的标准就是:同一分组中的记录越近越好,而不同分组中的纪录越远越好。使用这个基本思想的算法有:K-MEANS算法、K-MEDOIDS算法、CLARANS算法;()
- 2008-07-07 10:52:51下载
- 积分:1