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

  • 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 71
1 Data Processing
Note You must specify the frequency ve ctor for frequency-domain data.
For more information about id data time and frequency properties, see
“Modifying Time and Frequency Vectors” on page 1-59.
To specify a continuous-time system, set
Ts to 0.
You can specify additional properties w h en you create the
iddata object, as
follows:
data = iddata(y,u,Ts,'Property1',Value1,...,'Propert yN',ValueN)
For more information about accessing obje ct properties, see “iddata
Properties” on page 1-50.
iddata Properties
To view the properties of the iddata object, use the get command. For
example, type the following commands at the prompt:
load dryer2 % Load input u2 and output y2
data = iddata(y2,u2,0.08); % Create iddata object
get(data) % Get property values of data
1-50
Vista de pagina 71
1 2 ... 67 68 69 70 71 72 73 74 75 76 77 ... 530 531

Comentarios a estos manuales

Sin comentarios