MATLAB CONTROL SYSTEM TOOLBOX 9 Spécifications Page 517

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 591
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 516
reg
16-177
Example Given a continuous-time state-space model
sys = ss(A,B,C,D)
with seven outputs and four inputs, suppose you have designed:
A state-feedback controller gain
K using inputs 1, 2, and 4 of the plant as
control inputs
A state estimator with gain
L using outputs 4, 7, and 1 of the plant as
sensors, and input 3 of the plant as an additional known input
You can then connect the controller and estimator and form the complete
regulation system by
controls = [1,2,4];
sensors = [4,7,1];
known = [3];
regulator = reg(sys,K,L,sensors,known,controls)
See Also estim Form state estimator given estimator gain
kalman Kalman estimator design
lqgreg Form LQG regulator
lqr, dlqr State-feedback LQ regulator
place Pole placement
Vue de la page 516
1 2 ... 512 513 514 515 516 517 518 519 520 521 522 ... 590 591

Commentaires sur ces manuels

Pas de commentaire