MATLAB CONTROL SYSTEM TOOLBOX 9 Specifikace Strana 437

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 591
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 436
impulse
16-97
sys = ss(a,b,c,0);
impulse(sys)
The left plot shows the impulse response of the first input channel, and the
right plot shows the impulse response of the second input channel.
YoucanstoretheimpulseresponsedatainMATLABarraysby
[y,t] = impulse(sys)
Because this system has two inputs, y is a 3-D array with dimensions
size(y)
ans =
101 1 2
(the first dimension is the length of t). The impulse response of the first input
channel is then accessed by
y(:,:,1)
Zobrazit stránku 436
1 2 ... 432 433 434 435 436 437 438 439 440 441 442 ... 590 591

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

Žádné komentáře