资源列表
pid1
- 比较全的PID控制MATLAB仿真例子程序,直接可以用,包括M文件和SIMULINK仿真。-Compare PID control procedures MATLAB simulation example, can be used directly. M including documents and SIMULINK.
ScatteredDataInterpolationusingRadialBaseFunctions
- Set of functions that can be used for interpolation of scattered data of any dimensionality. -Set of functions that can be used for interp olation of scattered data of any dimensionalit y.
HybridParticleSwarmOptimization
- A hybrid Particle Swarm Optimization algorithm for functions in the real space. -Particle Swarm Optimization algo rithm for functions in the real space.
bp-forcast
- 一个基于BP神经网络预测的matlab小程序,可以参考一下-based on an artificial neural network to predict the Matlab small procedures that will make reference to
mud-code
- CDMA多用户检测中传统检测器,解相关检测器,LMS检测器,以及bp网络多用户检测器的程序-CDMA multi-user detection traditional detector, decorrelation detector, LMS detector, bp network and multi-user detector procedure
matlabzixiangguan
- 用matlab产生自相关系数固定的序列,然后再观察其功率谱密度.-using Matlab correlation coefficient derived from the fixed sequence, and then observed its power spectral density.
four-nodes-matlab-fem-program
- 四节点矩形单元matlab有限元程序,使用于一般通用程序-four nodes rectangular modules Matlab finite element program, the use of common procedures in
ISD1420shouce
- 请大家看着办啊-please size up situation and act accordingly ah?
original_PSO
- 利用基本粒子群优化算法,使用matlab工具,求解Rastrigrin函数。-using particle swarm optimization algorithm, the use of Matlab tool Solving Rastrigrin function.
trous_1
- 基于matlab的多孔算法,matlab,matcom-based on the porous Matlab algorithms, Matlab, matcom
trail_kal
- 利用matlab实现的简单的基于卡尔曼滤波的跟踪算法,实现移动目标的跟踪-using Matlab to achieve the simple Kalman filtering based on the tracking algorithm, mobile target tracking
gafmax
- % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 %