Advanced Automation

[lecture #1] 2010.9.2 review of classical control theory (given by Prof. Kimura)

[lecture #2] 2010.9.9 CACSD introduction

[lecture #3] 2010.9.16 CACSD introduction

[lecture #4] 2010.9.30 Intro. to Robust Control

s = tf('s')
G = 1/(s+1)
norm(G, 'inf')
P = 1/(s^2 + 0.2*s + 1)
K = 1
nyquist(P*K)
help impulse
impulse(P)
T = 1/(1 + P*K)
impulse(T)
sqrt(2)/(2*pi)
1/ans
step(T)
ex21
ex22

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

[lecture #6] 2010.10.14 norm, vector space, normed linear space

[lecture #7] 2010.10.21 eigenvalue, eigenvector, singular value decomposition

A = [2, 1; 0, 1]
[X, L] = eig(A)
X*L/X - A
[U, S, V] = svd(A)
U*U'
V*V'
U*S*V'
U*S*V' - A
sqrt(eig(A'*A))
S

[lecture #8] 2010.10.28 state space representation of connected system, state space representation of generalized plant for various control problem, mixed sensitivity problem

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

see RubustControlOfPneumatic-e.pdf in Prof. Kimura's homepage for detail

[lecture #10] 2010.11.11 robust control design example (cont.)

  1. Design H infinity controller with Eqs.(41)-(47) and generalized plant depicted in Fig.3 in the pdf file.
    1. Confirm the following m-file for design:
    2. Derive the generalized plant by hand and correct the m-file.
    3. Run the m-file to find controller.
  2. Simulation
simu_pneum
plot(t, y, 'r', t, r, 'b');

simu_pneum_noise
plot(t, y, 'r', t, n, 'b')

[lecture #11] 2010.11.18 robust control design example (cont.) (given by Prof. Kimura)

Exercise

  1. step response
  2. noise response (noise type: step, sinusoidal wave 1Hz, 50Hz, 500Hz)
  3. initial response (x(0) = [1;0;0])

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

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

  1. design your controller 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:
    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(Tue) 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 and cont_order.dat to kobayasi@nagaokaut.ac.jp not later than 24th Dec

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

Due to a dimension change of the driven shaft, frequency response experiment has been re-conducted. Please use the following fixed files instead of the ones introduced on the previous lecture.

[lecture #15] 2010.12.16 Speed control of two inertia system with servo motor (cont.)

participant list2010

related links


添付ファイル: file2010.12.9-1.jpg 531件 [詳細] fileresult_small2_fixed.dat 581件 [詳細] fileresult_small1_fixed.dat 681件 [詳細] fileresult_large2_fixed.dat 644件 [詳細] fileresult_large1_fixed.dat 710件 [詳細] filefrdata_offset10_small_fixed.dat 550件 [詳細] filefrdata_offset10_large_fixed.dat 551件 [詳細] filefrdata_offset5_small_fixed.dat 545件 [詳細] filefrdata_offset5_large_fixed.dat 522件 [詳細] filecont_order2_fixed.dat 523件 [詳細] filecont_order1_fixed.dat 515件 [詳細] filecont2_fixed.mat 509件 [詳細] filecont2_fixed.dat 585件 [詳細] filecont1_fixed.mat 489件 [詳細] filecont1_fixed.dat 545件 [詳細] filecont_fixed.m 589件 [詳細] fileweight_fixed.m 557件 [詳細] filenominal_fixed.m 581件 [詳細] filefreqresp_fixed.m 560件 [詳細] file2010.12.2-2.jpg 481件 [詳細] file2010.12.2-1.jpg 528件 [詳細] filefreqresp_module.c 606件 [詳細] filefreqresp_app.c 664件 [詳細] filefreqresp.h 581件 [詳細] filehinf_module.c 581件 [詳細] filehinf_app.c 587件 [詳細] filehinf.h 535件 [詳細] filecompare.m 572件 [詳細] filecont2.mat 586件 [詳細] filecont1.mat 526件 [詳細] fileresult_small2.dat 588件 [詳細] fileresult_small1.dat 555件 [詳細] fileresult_large2.dat 618件 [詳細] fileresult_large1.dat 656件 [詳細] filecont_order2.dat 510件 [詳細] filecont_order1.dat 533件 [詳細] filecont2.dat 523件 [詳細] filecont1.dat 563件 [詳細] filecont.m 671件 [詳細] fileweight.m 630件 [詳細] filenominal.m 577件 [詳細] filefreqresp.m 548件 [詳細] filefrdata_offset10_small.dat 572件 [詳細] filefrdata_offset10_large.dat 559件 [詳細] filefrdata_offset5_small.dat 570件 [詳細] filefrdata_offset5_large.dat 552件 [詳細] filefrdata_offset0_small.dat 566件 [詳細] filefrdata_offset0_large.dat 551件 [詳細] filesetup.pdf 624件 [詳細] file2010.11.18-1.jpg 501件 [詳細] file2010.11.25-1.jpg 513件 [詳細] fileapparatus.pptx 583件 [詳細] file2010.11.11-2.jpg 569件 [詳細] file2010.11.11-1.jpg 600件 [詳細] filesimu_pneum_noise.mdl 647件 [詳細] filesimu_pneum.mdl 642件 [詳細] filepneum_ans.m 575件 [詳細] filepneum.m 600件 [詳細] file2010.11.4-2.jpg 532件 [詳細] file2010.11.4-1.jpg 544件 [詳細] file2010.10.28-2.jpg 563件 [詳細] file2010.10.28-1.jpg 600件 [詳細] fileex26.m 621件 [詳細] file2010.10.21-5.jpg 548件 [詳細] file2010.10.21-4.jpg 625件 [詳細] file2010.10.21-3.jpg 558件 [詳細] file2010.10.21-2.jpg 598件 [詳細] file2010.10.21-1.jpg 593件 [詳細] file2010.10.14-4.jpg 628件 [詳細] file2010.10.14-3.jpg 602件 [詳細] file2010.10.14-2.jpg 568件 [詳細] file2010.10.14-1.jpg 581件 [詳細] filenorm2.pdf 683件 [詳細] filenorm.pdf 763件 [詳細] file2010.10.7-4.jpg 588件 [詳細] file2010.10.7-3.jpg 611件 [詳細] file2010.10.7-2.jpg 598件 [詳細] file2010.10.7-1.jpg 602件 [詳細] filemod2.mdl 722件 [詳細] fileex25.m 802件 [詳細] fileex24.m 767件 [詳細] fileex23.m 711件 [詳細] file2010.9.30-3.jpg 589件 [詳細] file2010.9.30-2.jpg 602件 [詳細] file2010.9.30-1.jpg 562件 [詳細] fileex22.m 725件 [詳細] fileex21.m 728件 [詳細] file2010.9.16-2.jpg 618件 [詳細] file2010.9.16-1.jpg 590件 [詳細] filemod1.mdl 738件 [詳細] fileex4.m 697件 [詳細] fileex3.m 718件 [詳細] fileex2.m 709件 [詳細] fileex1.m 733件 [詳細] file2010.9.9-2.jpg 665件 [詳細] file2010.9.9-1.jpg 632件 [詳細]

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