MATLAB CONTROL SYSTEM TOOLBOX 9 Dokumentacja Strona 532

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 591
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 531
set
16-192
However, if you change the Variable to 'z^-1' (or 'q')by
set(h,'Variable','z^-1'),
the same command
set(h,'num',[1 2],'den',[1 3 4])
now interprets the row vectors [1 2] and [1 3 4] as the polynomials
and and produces:
Note Because the resulting transfer functions are different, make sureto use
the convention consistent with your choice of variable.
See Also get Access/query LTI model properties
frd Specify a frequency response data model
ss Specify a state-space model
tf Specify a transfer function
zpk Specify a zero-pole-gain model
hz
()
z 2+
z
2
3z 4++
----------------------------
=
12z
1
+
13z
1
4z
2
++
hz
1
()
12z
1
+
13z
1
4z
2
++
----------------------------------------
zh z
()
==
Przeglądanie stron 531
1 2 ... 527 528 529 530 531 532 533 534 535 536 537 ... 590 591

Komentarze do niniejszej Instrukcji

Brak uwag