-
PI_FuzzyPI_Speed_Control
In this model, PI and Fuzzy PI controllers employed to control the speed of the DC motor. Comparison between the performance of the two controllers represented.
- 2011-06-28 05:24:13下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
work
遗传算法解决求解带约束的优化问题明确遗传算法求解问题的一般思路和编码设计(Genetic Algorithm for solving constrained optimization problems with a clear genetic algorithm from the general ideas and Coding Design)
- 2010-01-03 15:27:05下载
- 积分:1
-
层析分析法
用于解决层次分析能解决的问题,只要输入判断矩阵,所有结果都会显示出来(analytical hierarchy process)
- 2017-08-17 10:21:05下载
- 积分:1
-
vs2008_matalb2009b_DLL
阐述vs2008如何调用matalb2009b生成的DLL的文档,自己摸索的经验,供大家参考(Vs2008 described how to call matalb2009b generated DLL in the document, find their own way of experience, for your reference)
- 2010-09-01 00:36:32下载
- 积分:1
-
lhsdesign
生成n维变量的拉丁超立方样本点,直接导出样本点。(Generate the sample points of n-dimensional input vectors.)
- 2021-02-25 15:19:38下载
- 积分:1
-
regu
Regularization Tools: A MATLAB package for Analysis and Solution of Discrete Ill-Posed Problems. Version 4.1.
By means of the routines in this package, the user can experiment with different regularization strategies. The package also includes 12 test problems.
- 2009-06-22 16:55:48下载
- 积分:1
-
ofdm
说明: 本代码利用matlab工具,对OFDM系统的调制与解调原理进行仿真。(The code using matlab tools, the OFDM modulation and demodulation system simulation.)
- 2011-04-18 16:17:49下载
- 积分:1
-
photonic-crystal-band-gap
光子晶体 matlab it computed photonic crystal waveguide band gap, it is very useful(photonic crystal matlab it computed photonic crystal waveguide band gap, it is very useful)
- 2011-07-01 08:39:42下载
- 积分:1
-
lms
几个有关lms的matlab程序,包括一维lms算法,多维lms算法,以及一个使用lms算法实现自适应去噪操作的例子(Several lms matlab procedures, including the one-dimensional LMS algorithm, multi-dimensional LMS algorithm, as well as a example of using the LMS algorithm adaptive de-noising operation)
- 2013-04-23 23:40:30下载
- 积分:1