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 821件 [詳細] filecont_ws.m 381件 [詳細] file2011.12.15-1.jpg 927件 [詳細] file2011.12.15-2.jpg 912件 [詳細] file2011.12.08-1.jpg 949件 [詳細] filecont.mat 859件 [詳細] filecont_order.dat 839件 [詳細] filecont.dat 897件 [詳細] filecont.m 995件 [詳細] fileweight.m 951件 [詳細] filenominal.m 1025件 [詳細] filefreqresp.m 988件 [詳細] fileresult_large.dat 940件 [詳細] fileresult_small.dat 874件 [詳細] filehinf_module.c 1062件 [詳細] filefreqresp_app.c 1140件 [詳細] filefreqresp.h 979件 [詳細] filefreqresp_module.c 989件 [詳細] filehinf_app.c 1008件 [詳細] filehinf.h 1010件 [詳細] filefrdata_small_offset5.dat 958件 [詳細] filefrdata_small_offset10.dat 987件 [詳細] filefrdata_small_offset0.dat 1010件 [詳細] filefrdata_large_offset5.dat 972件 [詳細] filefrdata_large_offset10.dat 966件 [詳細] filefrdata_large_offset0.dat 970件 [詳細] filesetup.pdf 1332件 [詳細] fileapparatus.ppt 1159件 [詳細] fileaa-111110-1.jpg 941件 [詳細] fileaa-111110-2.jpg 983件 [詳細] fileaa-111110-3.jpg 887件 [詳細] fileaa-111110-4.jpg 966件 [詳細] file2011.10.27-1.jpg 922件 [詳細] file2011.10.27-2.jpg 959件 [詳細] file2011.10.27-3.jpg 955件 [詳細] file2011.10.27-4.jpg 975件 [詳細] file2011.10.27-5.jpg 993件 [詳細] filerobust_and_optimal_control.jpg 990件 [詳細] filefeedback_control_theory.jpg 813件 [詳細] filenorm.pdf 1269件 [詳細] filenorm2.pdf 1255件 [詳細] file2011.10.20-1.jpg 958件 [詳細] file2011.10.20-2.jpg 970件 [詳細] file2011.10.20-3.jpg 941件 [詳細] file2011.10.20-4.jpg 937件 [詳細] filemod1020.mdl 1059件 [詳細] fileex1020_1.m 1010件 [詳細] fileex1020_2.m 980件 [詳細] fileex1020_3.m 969件 [詳細] file2011.10.13-1.jpg 1045件 [詳細] file2011.10.13-2.jpg 953件 [詳細] file2011.10.13-3.jpg 949件 [詳細] file2011.10.13-4.jpg 1020件 [詳細] fileex1013_1.m 1049件 [詳細] fileex1013_2.m 974件 [詳細] file2011.10.06-1.jpg 957件 [詳細] file2011.10.06-2.jpg 994件 [詳細] file2011.10.06-3.jpg 1002件 [詳細] filemod1006.mdl 1106件 [詳細] fileex1006_1.m 952件 [詳細] fileex1006_2.m 1015件 [詳細] fileex1006_3.m 961件 [詳細] fileex1006_4.m 996件 [詳細] file2011.09.08-1.jpg 1021件 [詳細] filesample0908.m 1086件 [詳細] file2011.09.01-4.jpg 1108件 [詳細] file2011.09.01-3.jpg 1054件 [詳細] file2011.09.01-2.jpg 1038件 [詳細] file2011.09.01-1.jpg 1047件 [詳細]

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