MATLAB CONTROL SYSTEM TOOLBOX 9 Spezifikationen Seite 557

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 591
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 556
step
16-217
a = [-0.5572 -0.7814;0.7814 0];
b = [1 -1;0 2];
c = [1.9691 6.4493];
sys = ss(a,b,c,0);
step(sys)
The left plot shows the step response of the first input channel, and the right
plot shows the step response of the second input channel.
Algorithm Continuous-time models are converted to state space and discretized using
zero-order hold on the inputs. The sampling period is chosen automatically
based on the system dynamics, except when a time vector
t = 0:dt:Tf is
supplied (
dt is then used as sampling period).
See Also impulse Impulse response
initial Free response to initial condition
lsim Simulate response to arbitrary inputs
ltiview LTIsystemviewer
Seitenansicht 556
1 2 ... 552 553 554 555 556 557 558 559 560 561 562 ... 590 591

Kommentare zu diesen Handbüchern

Keine Kommentare