MATLAB CONTROL SYSTEM TOOLBOX 9 Dokumentacja Strona 483

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 591
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 482
modred
16-143
The last three diagonal entries of the balanced grammians are small, so
eliminate the last three states with
modred using both matched DC gain and
direct deletion methods.
hmdc = modred(hb,2:4,'mdc')
hdel = modred(hb,2:4,'del')
Both hmdc and hdel are first-order models. Compare their Bode responses
against that of the original model .
bode(h,'-',hmdc,'x',hdel,'*')
The reduced-order model hdel is clearly a better frequency-domain
approximation of . Now compare the step responses.
hs
()
hs
()
Przeglądanie stron 482
1 2 ... 478 479 480 481 482 483 484 485 486 487 488 ... 590 591

Komentarze do niniejszej Instrukcji

Brak uwag