-
Broyden
说明: 拟牛顿迭代法是相对比较新的一种方法,克服了牛顿迭代需要求导数和求逆的缺点.(Newton iterative method is a relatively new method of Newton shall be required to overcome the derivative and inverse shortcomings.)
- 2010-04-13 22:07:24下载
- 积分:1
-
MPC_state_nhieu
MPC using steady state reject disturbance
- 2011-05-03 16:01:49下载
- 积分:1
-
sper
Spectrum estimation using periodogram smoothing
- 2011-11-23 21:04:32下载
- 积分:1
-
NSGAⅡ
说明: 利用NSGAII算法进行对复杂网络的社区检测(community detection in complex network)
- 2020-03-12 23:55:05下载
- 积分:1
-
Mod5Rev
MODTRAN是一个大气辐射传输代码由美国空军和光谱发展科学公司。这是其MATLAB类包,提供了一个功能包的读,写和MODTRAN输入文件的操作,还提供了运行MODTRAN方法,检索和结果绘制在Matlab中。(A class wrapper for the MODTRAN 5 atmospheric radiative transfer code.MODTRAN is an atmospheric radiative transfer code developed by the USAF and Spectral Sciences Inc. (www.spectral.com ). This Matlab class wrapper provides a functional wrapper for reading, writing and manipulation of MODTRAN 5 input files. The wrapper also provides methods for running MODTRAN, retrieving (tape7) and plotting of results in Matlab.)
- 2021-04-23 14:48:48下载
- 积分:1
-
matlab编程实现俄罗斯方块
运用matlab编程实现,俄罗斯方块的编写,自己编,自己玩,学习与娱乐结合~(Using matlab programming to realize, Russian square writing, self-compiling, self-playing, learning and entertainment combination~)
- 2020-06-22 04:40:02下载
- 积分:1
-
LMS
自适应滤波中的最小均方误差算法(LMS)仿真程序,可以绘制梯度曲线.(Adaptive filtering in the minimum mean square error algorithm (LMS) simulation program, you can draw the gradient curve.)
- 2010-06-09 13:26:13下载
- 积分:1
-
comparison
code for carlike vehicle
- 2013-01-26 15:11:57下载
- 积分:1
-
besselj_solve
求解第一类贝塞尔函数的解,主要根据初始精度设置,来调整找根的效率,仅供参考。(Solving the first kind of Bessel function of solution, mainly based on the initial accuracy Settings, to adjust to find a efficiency, is only for reference.)
- 2011-12-10 21:41:10下载
- 积分:1
-
fuzzy_control
用MATLAB编写的离散模糊控制程序,结合本程序,我相信能能更快更好的理解模糊控制算法。算法在MATLAB Version: 7.14.0.739 (R2012a)运行无误。
function [FCU_T1,FCU_T2,FCU_T3,FCU_T4]=fuzzy_table(Me,Mec,Mu,UC)
Me 隶属度表1
Mec 隶属度表2
Mu 隶属度表3
UC 模糊规则
FCU_T1 重心加权法,输出精确值
FCU_T2 重心加权法,输出离散值
FCU_T3 重心加权法(对隶属度平方),输出离散值
FCU_T4 最大隶属度法
function [R,n,nE,nEC,nU,nfe,nfec,nfu]=fuzzy_relation(Me,Mec,Mu,UC)
Me 隶属度表1
Mec 隶属度表2
Mu 隶属度表3
UC 模糊规则
R 表示全体规则构成的模糊关系
n=nfe×nfec
nE 模糊变量E的语言值个数
nEC 表示模糊变量EC的语言值个数
nU 表示模糊变量U的语言值个数
nfe 表示E的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6}
nfec 表示EC的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6}
nfu 表示U的等级量个数,示例1中其论域为{-7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7}
Me 表示E的隶属度表
Mec 表示EC的隶属度表
Mu表示U的隶属度表
UC表示规则表(fuzzy control algorithm(matlab program))
- 2015-05-19 14:23:20下载
- 积分:1