代码搜索:multivariable

找到约 69 项符合「multivariable」的源代码

代码结果 69
www.eeworm.com/read/208657/15239544

m demos.m

function tbxStruct = demos % DEMOS Demo list for MvTools. if nargout==0, demo toolbox; return; end tbxStruct.Name='Multivariable Toolbox'; tbxStruct.Type='toolbox'; tbxStruct.Help= ...
www.eeworm.com/read/339293/12244929

m sec13_33.m

% Section 13.3.3 Aero-engine control, Part II % % Design of multivariable controller for aero engine, % reviewed by Kjetil Havre 13/4-1995. % % Dependencies: data file aero1.mat %
www.eeworm.com/read/271760/10981515

m contents.m

% Multivariable Frequency Domain Toolbox. Version 2.4 19-Jul-93 % % Modelling: % %FBLKB Frequency-domain block-build (MIMO). %FCON Frequency domain MIMO block connections. %FDLY Adds delay
www.eeworm.com/read/316047/13531156

m contents.m

% Multivariable Frequency Domain Toolbox. Version 2.4 19-Jul-93 % % Modelling: % %FBLKB Frequency-domain block-build (MIMO). %FCON Frequency domain MIMO block connections. %FDLY Adds delay
www.eeworm.com/read/123946/14605655

m contents.m

% Multivariable Frequency Domain Toolbox. Version 2.4 19-Jul-93 % % Modelling: % %FBLKB Frequency-domain block-build (MIMO). %FCON Frequency domain MIMO block connections. %FDLY Adds delay
www.eeworm.com/read/152398/12117489

m show1dfdiag.m

function [diag_handle]=show1dfdiag(fig_handle,maxrow,maxcol,pnummt,pdnummt,mnummt,... qnummt,d_through_p,input_delay) % This function will show 1-degree of freedom IMC diagram for multivariable s
www.eeworm.com/read/339293/12244455

m fig2_6.m

%Figure 2.6 Step responses %explained in Example 2.1 and Example 2.2 % Plant (2.26), G(s)=3(-2s+1)/(5s+1)(10s+1) % % Copyright 2005 Sigurd Skogestad & Ian Postlethwaite % Multivariable Feedback
www.eeworm.com/read/414697/11105833

m show1dfdiag.m

function [diag_handle]=show1dfdiag(fig_handle,maxrow,maxcol,pnummt,pdnummt,mnummt,... qnummt,d_through_p,input_delay) % This function will show 1-degree of freedom IMC diagram for multivariable s
www.eeworm.com/read/152398/12117739

m showmsf1dfdiag.m

function [diag_handle]=msf1dfdiag(fig_handle,maxrow,maxcol,pnummt,pdnummt,model,... Ksp,d_through_p,input_delay,Ks,Ds) % This function will show 1-degree of freedom IMC diagram for multivariable
www.eeworm.com/read/339293/12244284

m expl2_7.m

%Example 2.7 %Step response and Frequency response for %Plant: T=(-s+z)/(s+z)(tau*s+1), z=0.1, tau=1, and S=1-T % % Copyright 2005 Sigurd Skogestad & Ian Postlethwaite % Multivariable Feedback Co