System Identification Toolbox
  Go to function:
    Search    Help Desk 
th2arx    See Also

Extract the ARX parameters from a theta format model.

Syntax

[A,B] = th2arx(th)
[A,B,dA,dB] = th2arx(th)

Description

th is the model in the theta format. A and B are returned as the matrices that define the ARX structure:

where


Delays in the system are indicated by leading zeros in the B matrices. See Section 6 in the Tutorial.

dA and dB are the standard deviations of A and B.

See Also

arx2th

[ Previous | Help Desk | Next ]