discreat-control

所属分类:通讯编程
开发工具:matlab
文件大小:595KB
下载次数:241
上传日期:2006-03-20 19:51:20
上 传 者ibaojr
说明:  离散控制系统设计的MATLAB 代码,学习控制的代码
(discrete control system design MATLAB code, learning control code)

文件列表:
ch10 (0, 2002-10-04)
ch10\bbeam.mat (10064, 2002-10-28)
ch10\cp10_1.m (4023, 2002-10-28)
ch10\cp10_2.m (5554, 2002-10-28)
ch10\cp10_3.m (2821, 2002-10-28)
ch10\ep10_1.m (11735, 2002-09-24)
ch10\ep10_2.m (2927, 2002-09-24)
ch10\ex10_1.m (827, 2002-11-07)
ch10\ex10_2.m (853, 2002-09-24)
ch10\ex10_3.m (1042, 2002-11-07)
ch10\ex10_4.m (712, 2002-09-24)
ch10\ex10_5.m (2048, 2002-11-07)
ch10\ex10_6.m (2710, 2002-11-07)
ch10\power.mat (8848, 2002-10-29)
ch10\reinf10_1.m (657, 2002-09-24)
ch10\reinf10_10.m (1237, 2002-09-24)
ch10\reinf10_11.m (1184, 2002-09-24)
ch10\reinf10_12.m (1240, 2002-09-24)
ch10\reinf10_13.m (1518, 2002-09-24)
ch10\reinf10_14.m (1374, 2002-09-24)
ch10\reinf10_15.m (1585, 2002-09-24)
ch10\reinf10_2.m (580, 2002-09-24)
ch10\reinf10_3.m (574, 2002-09-24)
ch10\reinf10_4.m (690, 2002-09-24)
ch10\reinf10_5.m (618, 2002-09-24)
ch10\reinf10_6.m (953, 2002-09-24)
ch10\reinf10_7.m (596, 2002-09-24)
ch10\reinf10_8.m (533, 2002-09-24)
ch10\reinf10_9.m (550, 2002-09-24)
ch10\stick.mat (10176, 2002-10-28)
ch2 (0, 2002-10-04)
ch2\bbeam.mat (10064, 2002-10-14)
ch2\cp2_1.m (4470, 2002-10-28)
ch2\cp2_2.m (3959, 2002-10-14)
ch2\cp2_3.m (3393, 2002-10-28)
ch2\cp2_4.m (1511, 2002-09-25)
ch2\ex2_1.m (1053, 2002-10-17)
ch2\ex2_10.m (1831, 2002-10-18)
ch2\ex2_11.m (1032, 2002-10-18)
ch2\ex2_12.m (1197, 2002-09-19)
... ...

Notes on using MATLAB .M files accompanying the text Discrete-Time Control Problems using MATLAB and the Control Systems Toolbox by J. H. Chow, D. K. Frederick, and N. W. Chbat The MATLAB .M files accompanying the text are organized in folders from 'ch2' to 'ch10', with the RPI functions in the folder 'tools' and the models for the comprehensive problems in the folder 'models'. Users may find the following suggestions helpful. 1. Including 'tools' and 'models' in MATLAB path Use the 'addpath' command to modify the path to make the RPI functions and the model files available from any directory, the user can add a path in MATLAB pointing to these folders. The file 'set_my_path.m' can be adapted and executed at the start of each MATLAB session to set up the paths. The 'set_my_path.m' file could also be run by the startup file '/matlab/startup.m'. Comments are provided in the 'set_my_path.m' file on how to adapt the file to the user's need. Alternatively, the user can always copy the required files to the working directory. 2. Making axes equal and the 'ucircle' function Making the x- and y- axes equal is useful in certain plots such as root locus and pzmap. In MATLAB, to enforce axes to be equal, the 'axis equal' command needs to be issued before any LTI response plot command (such as 'rlocus' and 'pzmap') is used. The 'ucircle' function, which plots a unit circle, is coded to execute the 'axis equal' command. Thus the user does not have to enter this command again. Hence, the 'axis equal' command in several MATLAB scripts in the text, such as Script 2.1 on page 11, is no longer needed. To report problems with any of the m files, please email Joe Chow at chowj@rpi.edu. November 25, 2002

近期下载者

相关文件


收藏者