MATLAB CONTROL SYSTEM TOOLBOX 9 Dokumentacja Strona 42

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 591
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 41
2 LTI Models
2-24
1 2 10
Note that the same result is obtained using
H.num{1,1}, H.den{1,1}
See“DirectPropertyReferencing”on page2-31formoreinformationaboutthis
syntax.
To obtain the numerator and denominator of SISO systems directly as row
vectors, use the syntax
[num,den,Ts] = tfdata(sys,'v')
For example, typing
sys = tf([1 3],[1 2 5]);
[num,den] = tfdata(sys,'v')
produces
num =
0 1 3
den =
1 2 5
Similarly,
[z,p,k,Ts] = zpkdata(sys,'v')
returns the zeros, z,andthepoles,p,asvectors for SISO systems.
Przeglądanie stron 41
1 2 ... 37 38 39 40 41 42 43 44 45 46 47 ... 590 591

Komentarze do niniejszej Instrukcji

Brak uwag