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 529件 [詳細] filecont_ws.m 251件 [詳細] file2011.12.15-1.jpg 644件 [詳細] file2011.12.15-2.jpg 649件 [詳細] file2011.12.08-1.jpg 664件 [詳細] filecont.mat 528件 [詳細] filecont_order.dat 579件 [詳細] filecont.dat 603件 [詳細] filecont.m 654件 [詳細] fileweight.m 605件 [詳細] filenominal.m 671件 [詳細] filefreqresp.m 642件 [詳細] fileresult_large.dat 638件 [詳細] fileresult_small.dat 556件 [詳細] filehinf_module.c 653件 [詳細] filefreqresp_app.c 732件 [詳細] filefreqresp.h 622件 [詳細] filefreqresp_module.c 656件 [詳細] filehinf_app.c 652件 [詳細] filehinf.h 622件 [詳細] filefrdata_small_offset5.dat 608件 [詳細] filefrdata_small_offset10.dat 623件 [詳細] filefrdata_small_offset0.dat 628件 [詳細] filefrdata_large_offset5.dat 584件 [詳細] filefrdata_large_offset10.dat 615件 [詳細] filefrdata_large_offset0.dat 607件 [詳細] filesetup.pdf 870件 [詳細] fileapparatus.ppt 816件 [詳細] fileaa-111110-1.jpg 641件 [詳細] fileaa-111110-2.jpg 659件 [詳細] fileaa-111110-3.jpg 617件 [詳細] fileaa-111110-4.jpg 648件 [詳細] file2011.10.27-1.jpg 625件 [詳細] file2011.10.27-2.jpg 646件 [詳細] file2011.10.27-3.jpg 679件 [詳細] file2011.10.27-4.jpg 697件 [詳細] file2011.10.27-5.jpg 685件 [詳細] filerobust_and_optimal_control.jpg 699件 [詳細] filefeedback_control_theory.jpg 537件 [詳細] filenorm.pdf 802件 [詳細] filenorm2.pdf 818件 [詳細] file2011.10.20-1.jpg 675件 [詳細] file2011.10.20-2.jpg 644件 [詳細] file2011.10.20-3.jpg 626件 [詳細] file2011.10.20-4.jpg 634件 [詳細] filemod1020.mdl 690件 [詳細] fileex1020_1.m 584件 [詳細] fileex1020_2.m 625件 [詳細] fileex1020_3.m 614件 [詳細] file2011.10.13-1.jpg 730件 [詳細] file2011.10.13-2.jpg 657件 [詳細] file2011.10.13-3.jpg 653件 [詳細] file2011.10.13-4.jpg 701件 [詳細] fileex1013_1.m 624件 [詳細] fileex1013_2.m 653件 [詳細] file2011.10.06-1.jpg 628件 [詳細] file2011.10.06-2.jpg 658件 [詳細] file2011.10.06-3.jpg 701件 [詳細] filemod1006.mdl 731件 [詳細] fileex1006_1.m 640件 [詳細] fileex1006_2.m 646件 [詳細] fileex1006_3.m 612件 [詳細] fileex1006_4.m 619件 [詳細] file2011.09.08-1.jpg 703件 [詳細] filesample0908.m 641件 [詳細] file2011.09.01-4.jpg 771件 [詳細] file2011.09.01-3.jpg 729件 [詳細] file2011.09.01-2.jpg 731件 [詳細] file2011.09.01-1.jpg 749件 [詳細]

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