MATLAB CONTROL SYSTEM TOOLBOX 9 Dokumentacja Strona 437

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 591
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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)
Przeglądanie stron 436
1 2 ... 432 433 434 435 436 437 438 439 440 441 442 ... 590 591

Komentarze do niniejszej Instrukcji

Brak uwag