MATLAB CONTROL SYSTEM TOOLBOX 9 Spécifications Page 536

  • 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 535
sigma
16-196
w = {wmin,wmax}. To use particular frequency points, set w to the
corresponding vector of frequencies. Use
logspace to generate logarithmically
spaced frequency vectors. The frequencies must be specified in rad/sec.
sigma(sys,[],type) or sigma(sys,w,type) plots the following modified
singular value responses:
These options are available only for square systems, that is, with the same
number of inputs and outputs.
To superimpose the singular value plots of several LTI models on a single
figure, use
sigma(sys1,sys2,...,sysN)
sigma(sys1,sys2,...,sysN,[],type) % modified SV plot
sigma(sys1,sys2,...,sysN,w) % specify frequency range/grid
The models sys1,sys2,...,sysN need not have the same number of inputs
andoutputs.Eachmodelcanbeeithercontinuous-ordiscrete-time.Youcan
also specify a distinctive color, linestyle, and/or marker for each system plot
with the syntax
sigma(sys1,'PlotStyle1',...,sysN,'PlotStyleN')
See bode for an example.
When invoked with output arguments,
[sv,w] = sigma(sys)
sv = sigma(sys,w)
return the singular values sv of the frequency response at the frequencies w.
For a system with
Nu input and Ny outputs, the array sv has min(Nu,Ny) rows
and as many columns as frequency points (length of
w). The singular values at
the frequency
w(k) are given by sv(:,k).
type = 1
Singular values of the frequency response , where is
the frequency response of
sys.
type = 2
Singular values of the frequency response .
type = 3
Singular values of the frequency response .
H
1
H
IH+
IH
1
+
Vue de la page 535
1 2 ... 531 532 533 534 535 536 537 538 539 540 541 ... 590 591

Commentaires sur ces manuels

Pas de commentaire