-
Robust Control with Matlab Code
说明: 这张光盘伴随着《用MATLAB进行鲁棒控制设计》一书。达-辜唯、佩特科·彼得科夫和米哈伊尔·姆
康斯坦蒂诺夫,版权所有斯普林格-弗拉格,伦敦,2005年。(This CD ROM accompanies the book robust Control Design with
MATLAB?by Da-Wei Gu, Petko H. Petkov and Mihail M.
Konstantinov, Copyright Springer-Verlag, London, 2005.)
- 2020-03-16 18:33:39下载
- 积分:1
-
SEPIC_CONVERTER
single ended primary inductor converter
- 2013-09-26 04:30:12下载
- 积分: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
-
untitled
designe an interface using Fig in Matlab.
- 2013-01-07 06:14:15下载
- 积分:1
-
part_VIII
Quantization effects and array algorithms
- 2011-05-27 20:55:10下载
- 积分:1
-
code8-freedom
八自由度汽车动力学模型的系统响应特性,时域和频域分析(eight freedom degree vehicle model,response of system)
- 2015-04-16 15:25:02下载
- 积分:1
-
LBP
在MATLAB中实现图像的局部二值模式处理,运行test函数即可使用。(Achieve a partial image in MATLAB binary mode processing, running test functions can be used.)
- 2014-02-17 11:00:28下载
- 积分:1
-
DataSeri123
Calc standard error of the mean or non-parametric confidence intervals for samples of a time series
- 2010-11-27 02:53:05下载
- 积分:1
-
2matlab
指纹识别,包括预处理,后处理,特征识别,特征匹配等的代码(zhiwenshibie)
- 2010-05-22 15:04:04下载
- 积分:1
-
MATLAB-QPSK
QPSK信号生成 matlab编写的程序 并且分为i路 与q路进行(QPSK signal)
- 2013-11-21 22:24:34下载
- 积分:1