MATLAB SYSTEM IDENTIFICATION TOOLBOX 7 Guía de usuario Pagina 90

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 531
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 89
1 Data Processing
Note When you work at the command line, y ou can only create idfrd objects
from com plex values of G(e
iw
).ForaSISOsystem,response can be a vector.
You can specify object properties when you create the i dfrd object using
the constructor syntax:
fr_data = idfrd(response,f,Ts,
'Property1',Value1,...,'PropertyN',V alueN)
idfrd Properties
To view the properties of the idfrd object, you can u se the get command.
The f ollow ing example shows how to create an
idfrd object that contains
100 frequency-response values with a sampling time interval of 0.08 s and
get its properties:
% Create the idfrd data object
fr_data = idfrd(response,f,0.08)
% Get property values of data
get(fr_data)
1-68
Vista de pagina 89
1 2 ... 85 86 87 88 89 90 91 92 93 94 95 ... 530 531

Comentarios a estos manuales

Sin comentarios