-
SocialEvolutionaryProgramming
社会演化算法是一种新型的进化算法。这是基于社会演化算法的PID控制器参数整定的程序。学习遗传算法和进化算法的都有借鉴作用( Social Evolutionary Programming (SEP) to solve this problem. SEP is developed from Genetic Algorithm (GA), inherits the advantage of GA and other algorithms, and has better convergence rate and the computation efficiency than GA.)
- 2010-01-18 20:12:20下载
- 积分:1
-
FCM
FCM源程序 对lena图进行图像分割 含有相关分割指标的代码(Lena graph on FCM source image segmentation with indicators related to the code division)
- 2011-05-18 19:02:42下载
- 积分:1
-
代码和例题数据
说明: MATLAB编写的用于灰色预测的代码,,尤其适用与数学建模(The grey prediction code compiled by Matlab is especially suitable for mathematical modeling.)
- 2020-03-22 09:54:56下载
- 积分:1
-
vfdt_sina_analy_con
该程序主要用来求解正弦分量的局部方差分维数,便于后续的模式识别方法的分类(The program is mainly used to solve the sinusoidal component of the partial differential side dimension, easy to follow the classification of the pattern recognition method)
- 2007-12-12 09:31:48下载
- 积分:1
-
gogo301
MP3 ENCODER USING MATLAB...ENJOY..
- 2013-02-12 21:51:31下载
- 积分:1
-
NaturalSp
计算自然样条曲线的MATLAB程序
输入的量X和Y分别是由节点(x_i,y_i)(i=0,1,2,...,n)的横坐标和纵坐标组成的向量。(A Matlab program for calculate natural spline)
- 2013-03-23 13:00:35下载
- 积分:1
-
pulseDsP
这是脉象信号的处理数据,可以得出最佳取脉压力,是很好的处理程序(This is the pulse signal processing data, we can draw the best to take the pulse pressure is a good handler)
- 2013-12-19 21:20:27下载
- 积分:1
-
RCLS
偏差补偿最小二乘参数估计matlab源代码SISO模型(Deviation of penalized least squares parameter estimation matlab source code for SISO Model)
- 2009-10-17 16:39:11下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
improved-HHT
利用HHT进行电力分析(自己写的程序·)
HHT的改进采用了09年发表的迭代发,值得学习(anlysis power systerm base on ITERATIVE HHT)
- 2011-08-10 19:03:00下载
- 积分:1