MATLAB CONTROL SYSTEM TOOLBOX 9 Dokumentacja Strona 467

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 591
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 466
lsim
16-127
H = [tf([2 5 1],[1 2 3]) ; tf([1 -1],[1 1 5])]
lsim(H,u,t)
Algorithm Discrete-time systems are simulated with ltitr (state space) or filter
(transfer function and zero-pole-gain).
Continuous-time systems are discretized with
c2d using either the 'zoh' or
'foh' method ('foh' is used for smooth input signals and 'zoh' for
discontinuous signals such as pulses or square waves). The sampling period is
set to the spacing
dt between the user-supplied time samples t.
The choice of sampling period can drastically affect simulation results. To
illustrate why, consider the second-order model
Tosimulateitsresponse toasquare wave with period 1second,youcan proceed
as follows:
Hs()
ω
2
s
2
2s ω
2
++
-------------------------------
,= ω 62.83=
Przeglądanie stron 466
1 2 ... 462 463 464 465 466 467 468 469 470 471 472 ... 590 591

Komentarze do niniejszej Instrukcji

Brak uwag