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

  • 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 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
Zobrazit stránku 488
1 2 ... 484 485 486 487 488 489 490 491 492 493 494 ... 530 531

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

Žádné komentáře