MATLAB CONTROL SYSTEM TOOLBOX 9 Spécifications Page 244

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 591
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 243
10 Design Case Studies
10-60
plot(t,errcov), ylabel('Error covar')
From this covariance plot, you can see that the output covariance did indeed
reach a steady state in about five samples. From then on, your time-varying
filter has the same performance as the steady-state version.
Compare with the estimation error covariance derived from the experimental
data. Type
EstErr = y-ye;
EstErrCov = sum(EstErr.*EstErr)/length(EstErr)
EstErrCov =
0.2718
This value is smaller than the theoretical value errcov and close to the value
obtained for the steady-state design.
Finally, note that the final value and the steady-state value of the
innovation gain matrix coincide.
Mn, M
Mn[] M
Vue de la page 243
1 2 ... 239 240 241 242 243 244 245 246 247 248 249 ... 590 591

Commentaires sur ces manuels

Pas de commentaire