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 526件 [詳細] filecont_ws.m 250件 [詳細] file2011.12.15-1.jpg 628件 [詳細] file2011.12.15-2.jpg 634件 [詳細] file2011.12.08-1.jpg 648件 [詳細] filecont.mat 525件 [詳細] filecont_order.dat 576件 [詳細] filecont.dat 599件 [詳細] filecont.m 649件 [詳細] fileweight.m 602件 [詳細] filenominal.m 667件 [詳細] filefreqresp.m 639件 [詳細] fileresult_large.dat 635件 [詳細] fileresult_small.dat 554件 [詳細] filehinf_module.c 646件 [詳細] filefreqresp_app.c 728件 [詳細] filefreqresp.h 619件 [詳細] filefreqresp_module.c 653件 [詳細] filehinf_app.c 647件 [詳細] filehinf.h 618件 [詳細] filefrdata_small_offset5.dat 602件 [詳細] filefrdata_small_offset10.dat 619件 [詳細] filefrdata_small_offset0.dat 622件 [詳細] filefrdata_large_offset5.dat 580件 [詳細] filefrdata_large_offset10.dat 609件 [詳細] filefrdata_large_offset0.dat 602件 [詳細] filesetup.pdf 860件 [詳細] fileapparatus.ppt 809件 [詳細] fileaa-111110-1.jpg 638件 [詳細] fileaa-111110-2.jpg 655件 [詳細] fileaa-111110-3.jpg 613件 [詳細] fileaa-111110-4.jpg 645件 [詳細] file2011.10.27-1.jpg 608件 [詳細] file2011.10.27-2.jpg 633件 [詳細] file2011.10.27-3.jpg 665件 [詳細] file2011.10.27-4.jpg 688件 [詳細] file2011.10.27-5.jpg 671件 [詳細] filerobust_and_optimal_control.jpg 693件 [詳細] filefeedback_control_theory.jpg 534件 [詳細] filenorm.pdf 791件 [詳細] filenorm2.pdf 806件 [詳細] file2011.10.20-1.jpg 660件 [詳細] file2011.10.20-2.jpg 629件 [詳細] file2011.10.20-3.jpg 612件 [詳細] file2011.10.20-4.jpg 613件 [詳細] filemod1020.mdl 684件 [詳細] fileex1020_1.m 581件 [詳細] fileex1020_2.m 619件 [詳細] fileex1020_3.m 609件 [詳細] file2011.10.13-1.jpg 717件 [詳細] file2011.10.13-2.jpg 645件 [詳細] file2011.10.13-3.jpg 641件 [詳細] file2011.10.13-4.jpg 687件 [詳細] fileex1013_1.m 620件 [詳細] fileex1013_2.m 649件 [詳細] file2011.10.06-1.jpg 613件 [詳細] file2011.10.06-2.jpg 639件 [詳細] file2011.10.06-3.jpg 686件 [詳細] filemod1006.mdl 728件 [詳細] fileex1006_1.m 635件 [詳細] fileex1006_2.m 644件 [詳細] fileex1006_3.m 608件 [詳細] fileex1006_4.m 614件 [詳細] file2011.09.08-1.jpg 685件 [詳細] filesample0908.m 636件 [詳細] file2011.09.01-4.jpg 756件 [詳細] file2011.09.01-3.jpg 718件 [詳細] file2011.09.01-2.jpg 720件 [詳細] file2011.09.01-1.jpg 739件 [詳細]

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