home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l455 / 9.ddi / IDENT.DI$ / THSS.M < prev    next >
Encoding:
Text File  |  1993-03-11  |  1.4 KB  |  24 lines

  1. %THETA(SS) A structure for defining general linar state-space models
  2. %TH is a matrix that contains information about a model structure in
  3. %coded form. The THETA(SS)-structure is used by the commands PEM, TH2ARX,
  4. %TH2PAR, TH2SS, IDSIM, PRESENT, THINIT, FIXPAR, UNFIXPAR, TH2TF.
  5. %It is created by the commands MS2TH, MF2TH, ARX, IV4 and ARX2TH, and
  6. %it is modified by the commands PEM, THINIT, FIXPAR and UNFIXPAR
  7. %The first row of THETA(SS) contains in order, [determinamt of innnovations 
  8. %covariance, sampling interval, # of inputs, # of outputs, # of estimated 
  9. %parameters, size of auxiliary argument(1|2),name of m-file that
  10. %generates the state space models]
  11. %The second row contains: [Akaike's FPE criterion,date & time when
  12. %generated,command by which generated, coded number for cont/discr model]
  13. %The third row contains the values of the nominal (estimated) parameters.
  14. %The next d rows contains the covariance matrix of the parameters.
  15. %Below this we have the auxiliary arguments, used by the m-file that
  16. %generates the structure, and finally, the bottom left contains the
  17. %covariance matrix of the innovations.
  18. %The THETA-format is unpacked by
  19. %PRESENT: writes the information on the screen
  20. %TH2SS, TH2TF, TRF, ZP:  gives the state-space matrices, transfer functions,
  21. %    freq function and zeros/poles
  22. %TH2PAR: returns the nominal parameters and their covariance matrix
  23. %TH2ARX: gives the matrices of an ARX-representation
  24.