-
toolbox_optim
optimization algorithms
- 2012-04-21 00:20:36下载
- 积分:1
-
DataSet
这是在机器学习、人工智能、数据挖掘中经常用到的数据集,聚类分析也经常用,包括:UCI的数据集wine,yeast,iris等,还有USPS数据集,4k2_far,leuk72_3k数据集等。(This is in machine learning, artificial intelligence, data mining frequently used data sets, cluster analysis are often used, including: UCI datasets wine, yeast, iris, as well as USPS datasets, 4k2_far, leuk72_3k datasets and so on.)
- 2014-03-23 10:15:49下载
- 积分:1
-
mskModulationDemodulation
MSK信号的调制与解调,其中调制采用的是正交调制方式,解调采用的是差分相干解调(MSK modulation and demodulation of the signal, wherein the quadrature modulation using a modulation, demodulation using a differential coherent demodulation)
- 2014-04-20 13:41:39下载
- 积分:1
-
1
说明: mushroom classify and train
- 2010-06-04 05:46:38下载
- 积分:1
-
lunv
实现数据的存储,可以利用一个矩阵的一列得到另一个矩阵的一列,非常方便(Data storage, you can use a matrix of a matrix by another one, very convenient)
- 2010-11-14 20:35:17下载
- 积分:1
-
shiyupinyu
语音信号的时域波形和频域波形,简单易懂,利用FFT实现。另加语音端点检测文献一篇(Speech signal time domain waveform and frequency domain waveform, straightforward, using FFT to realize
)
- 2013-04-25 17:26:10下载
- 积分:1
-
MAC
模型算法控制作用于单变量系统仿真程序及说明(Model Algorithmic Control acting on the single-variable system)
- 2013-05-08 16:17:32下载
- 积分:1
-
tftb-0.1
分析非平稳信号的工具包,时频工具包,能帮你分析非平稳信号(Analysis Toolkit non-stationary signals, time-frequency toolkit can help you analyze non-stationary signals)
- 2014-02-08 21:35:23下载
- 积分:1
-
13
说明: 粒子群算法(PSO)是一种基于群体的随机优化技术。与其它基于群体的进化算法相比,它们均初始化为一组随机解,通过迭代搜寻最优解。不同的是:进化计算遵循适者生存原则,而PSO模拟社会。将每个可能产生的解表述为群中的一个微粒,每个微粒都具有自己的位置向量和速度向量,以及一个由目标函数决定的适应度。所有微粒在搜索空间中以一定速度飞行,通过追随当前搜索到的最优值来寻找全局最优值。
PSO模拟社会采用了以下三条简单规则对粒子个体进行操作:①飞离最近的个体,以避免碰撞。②飞向目标。③飞向群体的中心。这是粒子群算法的基本概念之一。
粒子群算法其基本思想是受许多鸟类的群体行为进行建模与仿真研究结果的启发(Particle swarm optimization (PSO) is a population based stochastic optimization techniques. Based on evolutionary algorithms compared with other groups, they are initialized to a random solution, iterative search through optimal solution. The difference is: the principle of survival of the fittest evolutionary computation to follow, while PSO simulation community. The potential of each solution expressed as a group of particles, each particle has its own position vector and the velocity vector, and a fitness determined by the objective function. All particles in the search space at a constant speed flight, by following the current search to find the optimal values of the global optimum. PSO simulation community has adopted the following three simple rules for the operation of individual particles: ① recently departed individuals, in order to avoid collisions. ② to the target. ③ fly to center groups. This is one of the basic concepts of particle swarm algorithm. PSO algori)
- 2015-04-21 16:39:12下载
- 积分:1
-
2501425708
此程序用提升法实现第二代小波变换
%% 我用的是非整数阶小波变换
%% 采用时域实现,步骤先列后行
%% 正变换:分裂,预测,更新;
%% 反变换:更新,预测,合并
%% 只做一层(可以多层,而且每层的预测和更新方程不同)(the procedure used to upgrade method is the second generation wavelet transform%% I use a non-integer-order wavelet transform%% using time domain achieved, steps out first go backward%% transformation : split and forecast updates; %% inverse transformation : Update, forecasting, %% off with a layer (which can be multi-storey, but the typical forecast and updating different equation))
- 2007-01-08 15:45:03下载
- 积分:1