MATLAB SYSTEM IDENTIFICATION TOOLBOX 7 Uživatelská příručka Strana 295

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 531
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 294
Transforming Between Linear Model Representations
Transforming Between Linear Model Representations
You can transfo rm linear models between state-space and polynomial form s.
You can also transform between frequency-response, state-space, and
polynomial forms.
If you used the System Identication Tool GUI to es timate models, you must
export the models to the MATLAB workspace before converting models.
For detailed information about each command in the following table, see the
corresponding reference page.
Commands for Transforming Model Representations
Command Model Type to Convert Usage Example
idfrd
Converts any single- or
multiple-output
idmodel
object to idfrd model.
If you have the Control
System Toolbox product, this
command converts a ny L TI
object.
To get frequency response of
m at default
frequen cies, use the following command:
m_f = idfrd(m)
To get frequency response at specic
frequen cies, use the following command:
m_f = idfrd(m,f)
To get frequency response for a submodel
from input
2 to output 3,usethe
following command:
m_f = idfrd(m(2,3))
3-117
Zobrazit stránku 294
1 2 ... 290 291 292 293 294 295 296 297 298 299 300 ... 530 531

Komentáře k této Příručce

Žádné komentáře