MATLAB CONTROL SYSTEM TOOLBOX 9 Podręcznik Użytkownika Strona 486

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 649
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 485
impulse
11-96
use t he following commands.
a = [–0.5572 –0.7814;0.7814 0];
b = [1 –1;0 2];
c = [1.9691 6.4493];
sys = ss(a,b,c,0);
impulse(sys)
The l eft plot shows the impulse response of the first input channel, and the
right plot shows the impulse response of the second input channel.
You can store the impulse response data in MATLAB arrays by
[y,t] = impulse(sys)
Time (sec.)
Amplitude
Impulse Response
0 5 10 15 20
−6
−4
−2
0
2
4
6
8
10
12
From: U1
0 5 10 15 20
From: U2
Przeglądanie stron 485
1 2 ... 481 482 483 484 485 486 487 488 489 490 491 ... 648 649

Komentarze do niniejszej Instrukcji

Brak uwag