MATLAB CONTROL SYSTEM TOOLBOX 9 Guia do Utilizador Página 486

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 649
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 485
1 2 ... 481 482 483 484 485 486 487 488 489 490 491 ... 648 649

Comentários a estes Manuais

Sem comentários