Release R20210710 (decenter-1.1.0)

Updated:

Tags:

Release source code can be found here.

New release, which features:

Documentation:

  • Updated kalmanOneStepLTI: added efficient implementation of the sparse matrix equation solver for the one-step filter gain synthesis (LTI);
  • Updated kalmanFiniteHorizonLTI: added efficient implementation of the sparse matrix equation solver for the finite-horizon filter gain synthesis (LTI);
  • Updated LQROneStepLTI: added efficient implementation of the sparse matrix equation solver for the one-step LQR gain synthesis (LTI);
  • Updated LQRFiniteHorizonLTI: added efficient implementation of the sparse matrix equation solver for the finite-horizon LQR gain synthesis (LTI);
  • Updated LQROneStepLTV: added efficient implementation of the sparse matrix equation solver for the one-step LQR synthesis (LTV);
  • Added kalmanOneStepLTV: for the computation of distributed filter gains for an LTV system using the one-step method;
  • Added kalmanFiniteHorizonLTV: for the computation of distributed filter gains for an LTV system using the finite-horizon method;

Tutorials:

Examples: