MATLAB CONTROL SYSTEM TOOLBOX 9 Specifications Page 244

  • Download
  • Add to my manuals
  • Print
  • Page
    / 591
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 243
1 2 ... 239 240 241 242 243 244 245 246 247 248 249 ... 590 591

Comments to this Manuals

No comments