MBDyn-1.7.3
|
#include <id.h>
Public Member Functions | |
IdentARXProcess (unsigned int iOut, unsigned int iIn, unsigned int iA, unsigned int iB, ForgettingFactor *pf) | |
virtual | ~IdentARXProcess (void) |
virtual void | Update (const doublereal *pdYTmp, const doublereal *pdUTmp) |
virtual void | GetTheta (doublereal *pdTheta) |
virtual integer | iGetSize (void) const |
Public Member Functions inherited from IdentProcess | |
IdentProcess (unsigned int iOut, unsigned int iIn, unsigned int iA, unsigned int iB) | |
virtual | ~IdentProcess (void) |
void | CreateIdent (integer size, integer nout, ForgettingFactor *pf) |
virtual void | GetErr (doublereal *pdE) |
virtual doublereal | dGetForgettingFactor (void) |
integer | iGetNumOutput (void) const |
Protected Attributes | |
integer | size |
doublereal * | pdBase |
doublereal * | pdPhi |
doublereal * | pdY |
Protected Attributes inherited from IdentProcess | |
unsigned int | iNumOutput |
unsigned int | iNumInput |
unsigned int | iOrdA |
unsigned int | iOrdB |
Ident * | pIdent |
IdentARXProcess::IdentARXProcess | ( | unsigned int | iOut, |
unsigned int | iIn, | ||
unsigned int | iA, | ||
unsigned int | iB, | ||
ForgettingFactor * | pf | ||
) |
Definition at line 201 of file id.cc.
References IdentProcess::CreateIdent(), pdBase, pdPhi, pdY, SAFENEWARR, and size.
|
virtual |
|
virtual |
Implements IdentProcess.
Definition at line 259 of file id.cc.
References IdentProcess::iNumOutput, Ident::pdGetTheta(), IdentProcess::pIdent, and size.
|
inlinevirtual |
|
virtual |
Implements IdentProcess.
Definition at line 229 of file id.cc.
References IdentProcess::iNumInput, IdentProcess::iNumOutput, IdentProcess::iOrdA, IdentProcess::iOrdB, pdPhi, pdY, IdentProcess::pIdent, and Ident::Update().
|
protected |
Definition at line 130 of file id.h.
Referenced by IdentARXProcess(), and ~IdentARXProcess().
|
protected |
Definition at line 132 of file id.h.
Referenced by IdentARXProcess(), and Update().
|
protected |
Definition at line 133 of file id.h.
Referenced by IdentARXProcess(), and Update().
|
protected |
Definition at line 127 of file id.h.
Referenced by GetTheta(), IdentARXProcess(), and iGetSize().