MATLAB CONTROL SYSTEM TOOLBOX 9 Guía de usuario Pagina 486

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 649
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 485
1 2 ... 481 482 483 484 485 486 487 488 489 490 491 ... 648 649

Comentarios a estos manuales

Sin comentarios