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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 649
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 361
9 Design Case Studies
9-54
The blockdiagram below shows how to generateboth true and filtered outputs.
You can construct a state-space model of this block diagram with the functions
parallel and feedback. First build a complete plant model with as
inputs and and (measurements) as outputs.
a = A;
b = [B B 0*B];
c = [C;C];
d = [0 0 0;0 0 1];
P = ss(a,b,c,d,–1,'inputname',{'u' 'w' 'v'},...
'outputname',{'y' 'yv'});
Then use parallel to form the following parallel connection.
sys = parallel(P,kalmf,1,1,[],[])
Plant
Kalman
filter
y
u
Process noise Sensor noise
y
y
v
y
e
uwv
,,
y
y
v
P
Kalman
filter
u
y
v
w
y
v
y
v
y
e
Vista de página 361
1 2 ... 357 358 359 360 361 362 363 364 365 366 367 ... 648 649

Comentários a estes Manuais

Sem comentários