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

  • 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 488
Using Models with Control System Toolbox™ Software
u = iddata([], idinput([800 2 ],'rbs'));
% Simulate model output using System Identifi cati on Toolbox
% with added noise
y = sim(m0,u,'noise')
% Form an input-output iddata object
Data = [y u];
% Estimate state-space model from the generat ed data
% using System Identification Toolbox command pem
m = pem(Data(1:400))
% Convert the model to a Control System Toolbox transfer fu nction
tf(m)
% Plot model output for model m using System Identification Toolbox
compare(Data(401:800),m)
% Display identified model m in LTI Viewer
view(m)
10-7
Vista de pagina 488
1 2 ... 484 485 486 487 488 489 490 491 492 493 494 ... 530 531

Comentarios a estos manuales

Sin comentarios