MATLAB CONTROL SYSTEM TOOLBOX 9 Podręcznik Użytkownika Strona 632

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 649
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 631
zpk
11-242
Example 3
Create a discrete- time ZPK model from a rational expression in the variable z,
by typing
z = zpk('z',0.1);
H = (z+.1)*(z+.2)/(z^2+.6*z+.09)
Zero/pole/gain:
(z+0.1) (z+0.2)
---------------
(z+0.3)^2
Sampling time: 0.1
Algorithm zpk uses the MATLAB function roots to convert transfer functions and the
functions
zero and pole to convert state-space models.
See Also frd Convert to frequency response data models
get Get properties of LTI models
set Set properties of LTI models
ss Convert to state-space models
tf Convert to TF transfer function models
zpkdata Retrieve zero-pole-gain data
Przeglądanie stron 631
1 2 ... 627 628 629 630 631 632 633 634 635 636 637 ... 648 649

Komentarze do niniejszej Instrukcji

Brak uwag