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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 591
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 223
10 Design Case Studies
10-40
bode(Px(1,2:3),'--',clx(1,2:3),'-',{0.1 100})
The dashed lines show the open-loop response. Note that the peak gain of the
eccentricity-to-gap response and the low-frequency gain of the
input-thickness-to-gap response have been reduced by about 20 dB.
Finally, use
lsim to simulate the open- and closed-loop time responses to the
white noise inputs and . Choose
dt=0.01 as sampling period for the
simulation, andderive equivalent discrete white noise inputs for this sampling
rate.
dt = 0.01
t = 0:dt:50 % time samples
% Generate unit-covariance driving noise wx = [w-ex;w-ix].
% Equivalent discrete covariance is 1/dt
wx = sqrt(1/dt) * randn(2,length(t))
w
ex
w
ix
Vista de página 223
1 2 ... 219 220 221 222 223 224 225 226 227 228 229 ... 590 591

Comentários a estes Manuais

Sem comentários