MATLAB CONTROL SYSTEM TOOLBOX 9 Especificaciones Pagina 437

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 591
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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)
Vista de pagina 436
1 2 ... 432 433 434 435 436 437 438 439 440 441 442 ... 590 591

Comentarios a estos manuales

Sin comentarios