Advanced Automation

[lecture #1] 2011.9.1 review of classical control theory

[lecture #2] 2011.9.8 CACSD introduction with review of classical control theory

[lecture #3] 2011.9.15 given by Prof. Kimura cancelled

[lecture #4] 2011.9.22 given by Prof. Kimura cancelled

[lecture #5] 2011.9.29 given by Prof. Kimura cancelled

supplementary lectures will be given by Prof. Kimura.

[lecture #3] 2011.10.6 CACSD introduction with review of classical and modern control theory

  1. relationship between TF and SSR (higher order case)
  2. open-loop stability
    • can be checked by poles of TF and eigenvalues of A-matrix in SSR
  3. closed-loop stability
    • can be checked graphically by Nyquist stability criterion and Bode plot with GM(gain margin) and PM(phase margin)
    • can be checked numerically by poles of closed-loop TF and eigenvalues of A-matrix in closed-loop SSR
%-- 10/6/2011 1:25 PM --%
ls
ex1006_1
ex1006_2
ex1006_3
grid on
-0.8*1.5
ex1006_4

[lecture #4] 2011.10.13 Intro. to robust control theory (H infinity control theory)

s = tf('s');
G = 1/(s+1);
norm(G, inf)
G = 1/(s^2+0.1*s+1);
norm(G, inf)
bode(G)
ex1013_1
ex1013_2

[lecture #5] 2011.10.7 Introduction to Robust Control (cont.)

  1. a class used to represent plant uncertainty and/or perturbation ... H infinity norm
  2. small gain theorem
    • connects the closed-loop H infinity norm and robust stability condition
    • sketch proof ... Nyquist stability criterion
  3. practical example of robust stabilization problem
%-- 10/20/2011 1:41 PM --%
ex1020_1
ex1020_2
ex1020_3
mod1020
c
c = 0.8

[lecture #6] 2011.10.27 norm (vector space, normed linear space), singular value, mixed sensitivity problem

[lecture #8] 2011.11.10 state space representation of connected system, state space representation of generalized plant for various control problem, mixed sensitivity problem (by Prof. Kimura)

see Prof. Kimura's page

[lecture #9] 2011.12.1 robust control design example: Robust Control System Synthesis for Pneumatic Systems (given by Prof. Kimura)

[lecture #10] 2011.12.8 Speed control of two inertia system with servo motor (1/3)

  1. design your controller(s) so that the system performance is improved compared with the given example above
  2. Draw the following figures and explain the difference between two control systems (your controller and the example above):
    1. bode diagram of controllers
    2. gain characteristic of closed-loop systems
    3. time response of control experiment
  3. Why is the performance of your system improved(or unfortunately decreased)?
    • due date: 28th(Wed) Dec 17:00
    • submit your report(pdf or doc) by e-mail to kobayasi@nagaokaut.ac.jp
    • You can use Japanese
    • maximum controller order is 20
    • submit your cont.dat, cont_order.dat, and cont.mat to kobayasi@nagaokaut.ac.jp not later than 23th(Fri) Dec
%-- 12/8/2011 1:22 PM --%
freqresp
nominal
weight
load result_small.dat
result_small
plot(result_small(:,1),result_small(:,2))
plot(result_small(:,1),result_small(:,2), 'b', result_small(:,1),result_small (:,4),'r')

[lecture #11] 2011.12.15 Speed control of two inertia system with servo motor (2/3)

%-- 12/15/2011 1:06 PM --%
cont
help hinfsyn
K
Ktf = tf(K)
bode(K, 'r', Ktf, 'b')
legend('ss', 'tf')
help fitsys

[lecture #12] 2011.12.22 Speed control of two inertia system with servo motor (3/3)

participant list2011

supplementary lectures will be given by Prof. Kimura.

%-- 12/22/2011 1:20 PM --%
nominal
ctrlpref
nominal
weight
cont
ks
cont
compare_result

related links


添付ファイル: filecompare_result.m 779件 [詳細] filecont_ws.m 363件 [詳細] file2011.12.15-1.jpg 891件 [詳細] file2011.12.15-2.jpg 874件 [詳細] file2011.12.08-1.jpg 912件 [詳細] filecont.mat 816件 [詳細] filecont_order.dat 792件 [詳細] filecont.dat 859件 [詳細] filecont.m 948件 [詳細] fileweight.m 910件 [詳細] filenominal.m 974件 [詳細] filefreqresp.m 937件 [詳細] fileresult_large.dat 891件 [詳細] fileresult_small.dat 833件 [詳細] filehinf_module.c 1017件 [詳細] filefreqresp_app.c 1096件 [詳細] filefreqresp.h 933件 [詳細] filefreqresp_module.c 950件 [詳細] filehinf_app.c 960件 [詳細] filehinf.h 966件 [詳細] filefrdata_small_offset5.dat 915件 [詳細] filefrdata_small_offset10.dat 939件 [詳細] filefrdata_small_offset0.dat 965件 [詳細] filefrdata_large_offset5.dat 928件 [詳細] filefrdata_large_offset10.dat 919件 [詳細] filefrdata_large_offset0.dat 929件 [詳細] filesetup.pdf 1271件 [詳細] fileapparatus.ppt 1121件 [詳細] fileaa-111110-1.jpg 897件 [詳細] fileaa-111110-2.jpg 945件 [詳細] fileaa-111110-3.jpg 842件 [詳細] fileaa-111110-4.jpg 917件 [詳細] file2011.10.27-1.jpg 888件 [詳細] file2011.10.27-2.jpg 920件 [詳細] file2011.10.27-3.jpg 915件 [詳細] file2011.10.27-4.jpg 938件 [詳細] file2011.10.27-5.jpg 954件 [詳細] filerobust_and_optimal_control.jpg 949件 [詳細] filefeedback_control_theory.jpg 771件 [詳細] filenorm.pdf 1219件 [詳細] filenorm2.pdf 1204件 [詳細] file2011.10.20-1.jpg 920件 [詳細] file2011.10.20-2.jpg 930件 [詳細] file2011.10.20-3.jpg 901件 [詳細] file2011.10.20-4.jpg 897件 [詳細] filemod1020.mdl 1016件 [詳細] fileex1020_1.m 968件 [詳細] fileex1020_2.m 938件 [詳細] fileex1020_3.m 924件 [詳細] file2011.10.13-1.jpg 1007件 [詳細] file2011.10.13-2.jpg 914件 [詳細] file2011.10.13-3.jpg 907件 [詳細] file2011.10.13-4.jpg 982件 [詳細] fileex1013_1.m 1006件 [詳細] fileex1013_2.m 931件 [詳細] file2011.10.06-1.jpg 919件 [詳細] file2011.10.06-2.jpg 956件 [詳細] file2011.10.06-3.jpg 962件 [詳細] filemod1006.mdl 1065件 [詳細] fileex1006_1.m 912件 [詳細] fileex1006_2.m 973件 [詳細] fileex1006_3.m 917件 [詳細] fileex1006_4.m 953件 [詳細] file2011.09.08-1.jpg 984件 [詳細] filesample0908.m 1044件 [詳細] file2011.09.01-4.jpg 1056件 [詳細] file2011.09.01-3.jpg 1013件 [詳細] file2011.09.01-2.jpg 999件 [詳細] file2011.09.01-1.jpg 1002件 [詳細]

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2011-12-22 (木) 14:18:25