MATLAB CONTROL SYSTEM TOOLBOX 9 Spezifikationen Seite 100

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 591
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 99
3 Operations on LTI Models
3-26
Resampling of Discrete-Time Models
You can resample a discrete-time TF, SS, or ZPK model sys1 by typing
sys2 = d2d(sys1,Ts)
The new sampling period Ts doesnothavetobeanintegermultipleofthe
original sampling period. For example, typing
h1 = tf([1 0.4],[1 –0.7],0.1);
h2 = d2d(h1,0.25);
resamples h1 at the sampling period of 0.25 seconds, rather than 0.1 seconds.
You can compare the step responses of
h1 and h2 by typing
step(h1,'--',h2,'-')
The resulting plot is shown on the figure below (h1 is the dashed line).
Seitenansicht 99
1 2 ... 95 96 97 98 99 100 101 102 103 104 105 ... 590 591

Kommentare zu diesen Handbüchern

Keine Kommentare