bdm::LQG_ARX Class Reference

Controller using ARX model for estimation and LQG designer for control. More...


Detailed Description

Controller using ARX model for estimation and LQG designer for control.

#include <arx_ctrl.h>

List of all members.

Public Member Functions

 LQG_ARX ()
void initialize ()
void adapt ()
 adaptation is to store arx estimates in stsp
void from_settings (const Settings &set)
 LQG is defined by quadratic loss function.
virtual void adapt (const vec &data)
 function processing new observations and adapting control strategy accordingly
virtual vec ctrlaction (const vec &data)
 returns designed control action
void from_setting (const Setting &set)
 This method arrange instance properties according the data stored in the Setting structure.
const RV_urv ()
 access function
const RV_yrv ()
 access function
const RV_drv ()
 access function
virtual string to_string ()
 This method returns a basic info about the current instance.
virtual void to_setting (Setting &set) const
 This method save all the instance properties into the Setting structure.
virtual void validate ()
 This method TODO.

Protected Attributes

shared_prt< ARXar
 Internal ARX estimator.
LQG lq
 Internal LQG designer.
sharer_ptr< StateSpacestsp
 Intermediate StateSpace model.

Constructor & Destructor Documentation

bdm::LQG_ARX::LQG_ARX (  )  [inline]

Default constructor


Member Function Documentation

void bdm::LQG_ARX::from_settings ( const Settings &  set  )  [inline]

LQG is defined by quadratic loss function.

\[ L(y,u) = (y-y_{req})'Q_y (y-y_{req}) + (u-u_{req})' Q_u (u-u_{req}) \]

expected input

                { class="LQG";
                        arx = {class="ARX", ...} // internal arx model, see 
                        Qy = ("matrix", ...); 
                        Qu = ("matrix", ...); 
                        yreq = [];               // requested output
                        ureq = [];               // requested input value
                }

References ar, and bdm::UI::get().


The documentation for this class was generated from the following file:

Generated on Sun Sep 27 00:49:05 2009 for mixpp by  doxygen 1.6.1