MATLAB CONTROL SYSTEM TOOLBOX 9 Especificaciones Pagina 240

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 591
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 239
10 Design Case Studies
10-56
xlabel('No. of samples'), ylabel('Error')
The first plot shows the true response (dashed line) and the filtered output
(solid line). The second plot compares the measurement error (dash-dot)
with the estimation error (solid). This plot shows that the noise level has been
significantly reduced. This is confirmed by the following error covariance
computations.
MeasErr = y-yv;
MeasErrCov = sum(MeasErr.*MeasErr)/length(MeasErr);
EstErr = y-ye;
EstErrCov = sum(EstErr.*EstErr)/length(EstErr);
The error covariance before filtering (measurement error) is
MeasErrCov
MeasErrCov =
1.1138
while the error covariance after filtering (estimation error) is only
y
y
e
Vista de pagina 239
1 2 ... 235 236 237 238 239 240 241 242 243 244 245 ... 590 591

Comentarios a estos manuales

Sin comentarios