代码搜索结果
找到约 10,000 项符合
Design 的代码
design1.m
%**********************
%求给定极点配置的状态反馈向量K
wind_demo6=figure('color',[1,1,1],'position',[0.05*winw,0.05*winh,0.9*winw,0.9*winh],...
'name','控制器设计:求给定极点配置的状态反馈向量K','numbertitle','off','menubar'
design2.m
%**********************
%求给定状态观测器极点的增益向量L
wind_demo8=figure('color',[1,1,1],'position',[0.08*winw,0.05*winh,0.8*winw,0.9*winh],...
'name','观测器设计:求给定状态观测器极点的增益向量L','numbertitle','off','menuba
altogether_design.bas
Attribute VB_Name = "altogether_design"
'两边游戏按左方向键引起变化
Public Sub left_key(dmv As downmove, record As records, operate As operator)
operate.left_key dmv.module_top_x, dmv.module_top_y, dmv.module_t
gui_design.m
clf reset
H=axes( 'unit' , 'normalized' , 'position' ,[0,0,1,1], 'visible' , 'off' );
set(gcf, 'currentaxes' ,H);
str= '\fontname{ 隶书 } 归一化二阶系统的阶跃响应曲线 ' ;
text(0.12,0.93,str, 'fontsize' ,13);
h_f
design_chebyshev.m
% Name: desi_chebyshev
% This program is used to design the type 1 Chebyshev lowpass analog filter
% The specifications are:
% alphap: The maximal passband attenuation in dB
% alphas: The minimum
robust design.m
clc
%%%%%%%%%%%%%%%%%%%%求hinf%%%%%%%%%%%%%%%%%%%%%%%俞立线性矩阵不等式LMI解法中的一个算例的程序。请读者
%%%%%%%%%%%%%%%%%%%%自己去查找书中的算例,俞立的书中还有很多好的例子,他的书可供初学者仔细研读,希望大家能从本例中学到知识。。
A=[-0.2 -1;1 0];
B=[1;0];
C=[0 1];
D=[0]
ui_design.m
% keep all variables local in scope
function [] = ui_design();
% declare global variables
dfec_global;
ui_private_global;
% print text message and lock menu
set(h_msg,'BackgroundColor', [0