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

  • 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 196
Identifying Impulse-Response Models
Step Respo nse Plot
At the command line. You can use the impulse command to plot the
impulseresponse. Thetimedelayisequaltotherst positive peak in th e
transient response magnitude that is greater than the condence region for
positive time values.
For example, the following commands create an impulse-response plot with a
1-standard-deviation condence region:
% Load sample data
load dry2
% Split data into estimation and
% validation data sets
ze = dry2(1:500);
zr = dry2(501:1000);
impulse(ze,'sd',1,'fill')
The resulting gure sh ows that the rst pos itive peak of th e response
magnitude, which is greater than the condence region for positive time
values, occurs at 0.24 s.
3-19
Zobrazit stránku 196
1 2 ... 192 193 194 195 196 197 198 199 200 201 202 ... 530 531

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

Žádné komentáře