MATLAB CONTROL SYSTEM TOOLBOX 9 Especificações Página 437

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 591
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 436
1 2 ... 432 433 434 435 436 437 438 439 440 441 442 ... 590 591

Comentários a estes Manuais

Sem comentários