⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reinf2_10.m

📁 离散控制系统设计的MATLAB 代码
💻 M
字号:
%%%%%%%%%%% Reinforcement Problem 2.10 %%%%%%%%%%%   Discrete-Time Control Problems using        %%       MATLAB and the Control System Toolbox   %%   by J.H. Chow, D.K. Frederick, & N.W. Chbat  %%         Brooks/Cole Publishing Company        %%                September 2002                 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --- Fourth-order system with two repeated poles ---%cleardisp('Reinforcement Problem 2.10')numG = [0.3 1.0 -0.5]denG = [1 0.6 -0.11 -0.06 0.01][rGoz,pGoz,otherGoz] = residue(numG,[denG 0]) G = tf(numG,denG,1);[y,k] = impulse(G);figurestem(k,y,'filled');gridtitle('Impulse response for Reinforcement Problem 2.10')xlabel('Discrete-time')%%%%%%%%%%

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -