资源列表
LCMV
- 一种新型的改进的lcmv算法,实现了波束的形成,相比较很多算法有了改进(A new improved LCMV algorithm)
Optimization
- 针对最优化问题的Matlab 的几个程序(Several procedures of Matlab for optimization problems)
Unit Commitment with PSO
- Unit commitment problem using Particle Swarm Optimization (UCP-PSO)
GM
- 全自动版灰色预测模型GM(1,1),带残差模型(Automatic gray prediction model GM (1,1), with residual model)
zhongxinchafen
- 利用中心差分法求解振动微分方程,从而得到线性或非线性结构的振动特性。(Solving differential equations of vibration by central difference method)
zhichixiangliangji
- 支持向量机程序,可直接使用,matlab自带工具箱(Support vector machine program, can be used directly, matlab comes with toolbox)
pso1
- 粒子群(pso)算法源码,希望对您有用.工具:matlab(Particle swarm optimization (PSO) algorithm source code, in the hope that useful to you. Tools: MATLAB)
牛顿法
- 基本牛顿法是一种是用导数的算法,它每一步的迭代方向都是沿着当前点函数值下降的方向。(The basic Newton method is a derivative algorithm, in which the direction of each iteration is in the direction of the decrease of the function value at the current point.)
Estimation_Kalman
- Using Kalman filter for estimaiton
ITU_R
- Multipath channel, LTE standards
抛物线法
- 抛物线法是求无约束一维极值的一种方法,也叫二次插值法,其理论依据为二次多项式可以在最优点附近较好的逼近函数的形状,做法是在函数的最优点附近取三个构造点,然后用这三个点构造一条抛物线,把这条抛物线的极值点作为函数的极值点的近似(The parabola is a method of solving a constrained one-dimensional extremum method, also called two times interpolation method, the theore
最速下降法
- 梯度下降法是一个最优化算法,通常也称为最速下降法。最速下降法是求解无约束优化问题最简单和最古老的方法之一,虽然现在已经不具有实用性,但是许多有效算法都是以它为基础进行改进和修正而得到的。最速下降法是用负梯度方向为搜索方向的,最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is an optimization algorithm, also known as steepest descent. The steepest descent meth