Advanced Automation

2010.9.9 CACSD introduction

2010.9.16 CACSD introduction

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

2010.10.7 Introduction to Robust Control (cont.)

2010.10.14 norm, vector space, normed linear space

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

2010.10.28 state space representation of connected system, state space representation of generalized plant for various control problem, mixed sensitivity problem

========== Caution!!! The followings are under construction ==========

Speed control of two inertia system with servo motor (1/3)

Speed control of two inertia system with servo motor (2/3)

...

related links


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS