MATLAB CONTROL SYSTEM TOOLBOX 9 Betriebsanweisung Seite 349

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 649
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 348
LQG Regulation
9-41
simulation, and derive equivalent discrete white noise inputs for this sampling
rate.
dt = 0.01
t = 0:dt:50 % time samples
% Generate unit-covariance driving noise wx = [w-ex;w-ix].
% Equivalent discrete covariance is 1/dt
wx = sqrt(1/dt) * randn(2,length(t))
lsim(Px(1,2:3),':',clx(1,2:3),'-',wx,t)
The dotted lines correspond to the open-loop response. In this simulation, the
LQG regulation reduces the peak thickness variation by a factor 4.
Seitenansicht 348
1 2 ... 344 345 346 347 348 349 350 351 352 353 354 ... 648 649

Kommentare zu diesen Handbüchern

Keine Kommentare