MATLAB CONTROL SYSTEM TOOLBOX 9 Dokumentacja Strona 197

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 591
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 196
Yaw Damper for a 747 Jet Transport
10-13
impulse(sys11,'b--',cl11,'r',20)
The closed-loop response settles quickly and does not oscillate much,
particularly when compared to the open-loop response.
Now close the loop on the full MIMO model and see how the response from the
aileron looks. The feedback loop involves input 1 and output 1 of the plant (use
feedback with index vectors selectingthis input/output pair). At the MATLAB
prompt, type
cloop = feedback(sys,-K,1,1);
damp(cloop) % closed-loop poles
Eigenvalue Damping Freq. (rad/s)
-3.42e-001 1.00e+000 3.42e-001
-2.97e-001 + 6.06e-001i 4.40e-001 6.75e-001
-2.97e-001 - 6.06e-001i 4.40e-001 6.75e-001
-1.05e+000 1.00e+000 1.05e+000
Przeglądanie stron 196
1 2 ... 192 193 194 195 196 197 198 199 200 201 202 ... 590 591

Komentarze do niniejszej Instrukcji

Brak uwag