MATLAB CONTROL SYSTEM TOOLBOX 9 Guide de l'utilisateur Page 162

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 649
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 161
4 Arrays of LTI Models
4-30
adds a single SISO transfer function model to each entry in each model of the
LTIarrayofMIMOmodels
[h,h].
Finally,
G = rand(1,1,3,1);
sys = G + [h,h]
adds the array of scalars t o each entry of each MIMO model in the LTI array
[h,h] on a model-by-model basis. This last command is equivalent to the
following
for loop.
hh = [h,h];
for k = 1:3
sys(:,:,k) = G(1,1,k) + hh(:,:,k);
end
Other Operations on LTI Arrays
You can also apply the analysis functions, such as bode, nyquist,andstep,to
LTI arrays. See Chapter 5, “Model Analysis Tools,” for more information on
these functions.
Vue de la page 161
1 2 ... 157 158 159 160 161 162 163 164 165 166 167 ... 648 649

Commentaires sur ces manuels

Pas de commentaire