资源列表
连续投影算法
- 连续投影算法是一种简单,快速选取特征变量选择方法,可用于光谱分析等。(Continuous projection algorithm is a simple, fast selection of feature variable selection method, can be used for spectral analysis.)
巴特沃斯滤波器
- 设计巴特沃斯滤波器,滤波器的幅频响应,绘出巴特沃斯模拟/数字滤波器的幅频特性曲线(Design Butterworth filter, amplitude frequency response of filter, draw amplitude frequency characteristic curve of Butterworth analog / digital filter)
DE_b6e6rl
- 该文件是一种改进差分算法的研究,包括改进算法程序和CEC 2013测试函数程序,并且算法已经通过了CEC 2013标准测试函数测试。(This file is a kind of improved differential algorithm, including the improved algorithm program and CEC 2013 problems, and the algorithm has tested by CEC 2013 problems.)
多项式
- 符号处理是一类非数值性问题,一元多项式就是符号处理的一类实例。一个一元n次多项式的一般形式如下: Pn(x)=p1xe1+p2xe2+…+pmxem 其中 p1,p2,…, pm为各项的系数,非零; e1,e2,…, em 为各项的指数,满足0?e1 ?e2 ?... ?em 现要求在计算机中存储这样的多项式,并能对它们进行处理,如:加法、减法、乘法等等。(The operation, representation, input, etc of a polynomial)
cuckoo_search
- 该文件为一种求解非线性带约束问题的布谷鸟算法,已通过弹簧设计问题的仿真测试。(The file a cuckoo search algorithm for solving the nonlinear problem with constraints, and the algorithm has been tested by the spring design problem.)
运算器
- 设计实现一个简单的计算器,可以接受中缀数值表达式,并进行求值。 至少应该包括加、减、乘、除4种运算和括号处理; (2) 运算量可以自己约束(整数、实数等); (3)有能力的同学可以仿照WINDOWS计算器界面(The design and implementation of a simple calculator, can accept infix numerical expression, and evaluation. At least 4 additional operations,
allan
- 光纤陀螺输出误差的allan方差分析,使用的matlab仿真软件以及实际陀螺采样的数据进行分析。详细分析了5个误差的大小及其拟合曲线-(Allan variance analysis of FOG output error is analyzed by using MATLAB simulation software and actual gyro sampling data. The size of 5 errors and their fitting curves are analyzed
一维优化问题
- 利用MATLAB和C++语言进行一维优化问题的编程,包括黄金分割法和二次插值法(Using MATLAB and C ++ language for one-dimensional optimization of the programming, including the golden section and quadratic interpolation method)
非线性拟合
- 非线性拟合,stats第二个数为F分布值 finv(0.95,1,9) %F分布查表值(Nonlinear fitting, stats second number is F, distribution value finv (0.95,1,9)%F distribution look-up table value)
SHADE
- 该文件是一种改进的自适应差分算法的研究,包括算法程序和参考文献,并用CEC2013 单目标真实参数优化问题测试了算法的性能。(This file is a kind of improved adaptive DE, including the algorithm program and references, and the performance of Success History based Adaptive DE (SHADE) is evaluated on the benchma
IEEE30
- 基于数学规划软件GAMS的优化算法,对IEEE30节点调度问题进行仿真优化,非常有助于地啊你系统专业学生研读学习GAMS的语言,程序可以有效运行(Based on the mathematical programming software GAMS optimization algorithm, IEEE30 node scheduling problem simulation optimization, very helpful, ah, your system professional st
svm
- svm程序, 用于二分类问题,初学者可下载学习参考(it's a svm code which used for two classes . learners can download for studying .)