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 693件 [詳細] filecont_ws.m 318件 [詳細] file2011.12.15-1.jpg 815件 [詳細] file2011.12.15-2.jpg 791件 [詳細] file2011.12.08-1.jpg 810件 [詳細] filecont.mat 701件 [詳細] filecont_order.dat 696件 [詳細] filecont.dat 733件 [詳細] filecont.m 799件 [詳細] fileweight.m 781件 [詳細] filenominal.m 853件 [詳細] filefreqresp.m 785件 [詳細] fileresult_large.dat 774件 [詳細] fileresult_small.dat 691件 [詳細] filehinf_module.c 883件 [詳細] filefreqresp_app.c 953件 [詳細] filefreqresp.h 796件 [詳細] filefreqresp_module.c 811件 [詳細] filehinf_app.c 826件 [詳細] filehinf.h 843件 [詳細] filefrdata_small_offset5.dat 796件 [詳細] filefrdata_small_offset10.dat 823件 [詳細] filefrdata_small_offset0.dat 850件 [詳細] filefrdata_large_offset5.dat 805件 [詳細] filefrdata_large_offset10.dat 810件 [詳細] filefrdata_large_offset0.dat 802件 [詳細] filesetup.pdf 1091件 [詳細] fileapparatus.ppt 967件 [詳細] fileaa-111110-1.jpg 768件 [詳細] fileaa-111110-2.jpg 801件 [詳細] fileaa-111110-3.jpg 716件 [詳細] fileaa-111110-4.jpg 768件 [詳細] file2011.10.27-1.jpg 771件 [詳細] file2011.10.27-2.jpg 797件 [詳細] file2011.10.27-3.jpg 825件 [詳細] file2011.10.27-4.jpg 852件 [詳細] file2011.10.27-5.jpg 844件 [詳細] filerobust_and_optimal_control.jpg 820件 [詳細] filefeedback_control_theory.jpg 669件 [詳細] filenorm.pdf 1029件 [詳細] filenorm2.pdf 1016件 [詳細] file2011.10.20-1.jpg 817件 [詳細] file2011.10.20-2.jpg 813件 [詳細] file2011.10.20-3.jpg 784件 [詳細] file2011.10.20-4.jpg 790件 [詳細] filemod1020.mdl 890件 [詳細] fileex1020_1.m 816件 [詳細] fileex1020_2.m 806件 [詳細] fileex1020_3.m 797件 [詳細] file2011.10.13-1.jpg 881件 [詳細] file2011.10.13-2.jpg 795件 [詳細] file2011.10.13-3.jpg 791件 [詳細] file2011.10.13-4.jpg 868件 [詳細] fileex1013_1.m 870件 [詳細] fileex1013_2.m 799件 [詳細] file2011.10.06-1.jpg 793件 [詳細] file2011.10.06-2.jpg 820件 [詳細] file2011.10.06-3.jpg 859件 [詳細] filemod1006.mdl 922件 [詳細] fileex1006_1.m 786件 [詳細] fileex1006_2.m 809件 [詳細] fileex1006_3.m 788件 [詳細] fileex1006_4.m 813件 [詳細] file2011.09.08-1.jpg 861件 [詳細] filesample0908.m 915件 [詳細] file2011.09.01-4.jpg 936件 [詳細] file2011.09.01-3.jpg 888件 [詳細] file2011.09.01-2.jpg 885件 [詳細] file2011.09.01-1.jpg 882件 [詳細]

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