Transcript Slide 1

1次遅れの積分要素の過渡応答性(2)
0.2 s
G s 
0.2 s  1
0.5s
G s 
0.5s  1
1.Simulinkのブロック活用に場合
2.Simulinkのブロックの「inport」と「outport」を活用した場合
2.1 ボード線図
2.2 ベクトル軌跡
25APR2015
Tsuyoshi Horigome
http://tsuyoshi-horigome.jimdo.com/
1
1.Simulinkのブロック活用に場合
G s 
0.2 s
0.2 s  1
G s 
0.5s
0.5s  1
2
2.Simulinkのブロックの「inport」と「outport」を活用した場合
G s 
0.2 s
0.2 s  1
3
2.1 ボード線図
MATLABでのコマンドは下記の2行
>> [num,den]=linmod('s04');
>> bode(num,den);grid
4
2.1 ボード線図
G s 
0.2 s
0.2 s  1
5
2.2 ベクトル軌跡
MATLABでのコマンドは下記の1行
>> nyquist(num,den);grid
6
2.2 ベクトル軌跡
G s 
0.2 s
0.2 s  1
7
2.Simulinkのブロックの「inport」と「outport」を活用した場合
G s 
0.5s
0.5s  1
8
2.1 ボード線図
MATLABでのコマンドは下記の2行
>> [num,den]=linmod('s05');
>> bode(num,den);grid
9
2.1 ボード線図
G s 
0.5s
0.5s  1
10
2.2 ベクトル軌跡
MATLABでのコマンドは下記の1行
>> nyquist(num,den);grid
11
2.2 ベクトル軌跡 G  s   0.5s
0.5s  1
12