Home > m > timetools > statespacefunctions > Contents.m

Contents

PURPOSE ^

%%%%%%%%%%%%%%%%%%% path: m/timetools/statespacefunctions %%%%%%%%%%%%%%%%%%%%

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

%%%%%%%%%%%%%%%%%%%   path: m/timetools/statespacefunctions   %%%%%%%%%%%%%%%%%%%%

   <a href="matlab:help m/timetools/statespacefunctions/ltpda_jacobian">m/timetools/statespacefunctions/ltpda_jacobian</a>                 - subfunction to handle exceptions when calling the jacobian function
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_loglike">m/timetools/statespacefunctions/ltpda_loglike</a>                  -  likelihood criterion
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_ss_assemble">m/timetools/statespacefunctions/ltpda_ss_assemble</a>              - assembles embedded subsytems, with exogenous inputs
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_ss_assemble_arrange">m/timetools/statespacefunctions/ltpda_ss_assemble_arrange</a>      - makes meta-system representing assembled embedded subsytems with cells
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_ss_assemble_fusion">m/timetools/statespacefunctions/ltpda_ss_assemble_fusion</a>       - SystemFlatten makes a system out of assembled subsystems
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_ss_check">m/timetools/statespacefunctions/ltpda_ss_check</a>                 -  throws an error is something is wrong is found in the subsystem.
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_ss_iir2ss">m/timetools/statespacefunctions/ltpda_ss_iir2ss</a>                - ltpda_miir2ss converts a iir filter model into a subsystem.
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_ss_kalman_filter">m/timetools/statespacefunctions/ltpda_ss_kalman_filter</a>         -  filter
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_ss_make">m/timetools/statespacefunctions/ltpda_ss_make</a>                  -  is the generic function to decalre or load a subsystem.
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_ss_modify">m/timetools/statespacefunctions/ltpda_ss_modify</a>                -  enables to modify parameters and retrieve numerical
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_ss_modify_time_setup">m/timetools/statespacefunctions/ltpda_ss_modify_time_setup</a>     - timeModify is the generic function to decalre or load a subsystem.
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_ss_select">m/timetools/statespacefunctions/ltpda_ss_select</a>                -  enables to select a smaller I/O set of a system
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_ss_simulate">m/timetools/statespacefunctions/ltpda_ss_simulate</a>              - simulates a discrete state space system
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_ss_ss2iir">m/timetools/statespacefunctions/ltpda_ss_ss2iir</a>                -  converts a state space system into a iir object
   <a href="matlab:help m/timetools/statespacefunctions/ltpda_ss_ss2pz">m/timetools/statespacefunctions/ltpda_ss_ss2pz</a>                 -  converts a time continuousvstate space system into a
   <a href="matlab:help m/timetools/statespacefunctions/utp_ltpda_loglike">m/timetools/statespacefunctions/utp_ltpda_loglike</a>              - (No help available)
   <a href="matlab:help m/timetools/statespacefunctions/utp_ltpda_ss_assemble_1">m/timetools/statespacefunctions/utp_ltpda_ss_assemble_1</a>        - test function for utp_ltpda_ss_assemble using 3 subsystems, random dims.
   <a href="matlab:help m/timetools/statespacefunctions/utp_ltpda_ss_assemble_2">m/timetools/statespacefunctions/utp_ltpda_ss_assemble_2</a>        - test function for ltpda_ss_assemble - syntaxic
   <a href="matlab:help m/timetools/statespacefunctions/utp_ltpda_ss_iir2ss">m/timetools/statespacefunctions/utp_ltpda_ss_iir2ss</a>            - test function for ltpda_ss_miir2ss
   <a href="matlab:help m/timetools/statespacefunctions/utp_ltpda_ss_kalman_filter">m/timetools/statespacefunctions/utp_ltpda_ss_kalman_filter</a>     - tests ltpda_simulate_discrete which simulates a discrete state space system
   <a href="matlab:help m/timetools/statespacefunctions/utp_ltpda_ss_make">m/timetools/statespacefunctions/utp_ltpda_ss_make</a>              - tests utp_ltpda_ss_make
   <a href="matlab:help m/timetools/statespacefunctions/utp_ltpda_ss_modify">m/timetools/statespacefunctions/utp_ltpda_ss_modify</a>            - tests ltpda_ss_modify
   <a href="matlab:help m/timetools/statespacefunctions/utp_ltpda_ss_modify_time_setup">m/timetools/statespacefunctions/utp_ltpda_ss_modify_time_setup</a> - tests ltpda_ss_modify_time_setup with both syntaxic and numerical test.
   <a href="matlab:help m/timetools/statespacefunctions/utp_ltpda_ss_pz2ss">m/timetools/statespacefunctions/utp_ltpda_ss_pz2ss</a>             - test conversion from state-space to pole zero model
   <a href="matlab:help m/timetools/statespacefunctions/utp_ltpda_ss_random_generate">m/timetools/statespacefunctions/utp_ltpda_ss_random_generate</a>   -  subfunction generates a random system
   <a href="matlab:help m/timetools/statespacefunctions/utp_ltpda_ss_select">m/timetools/statespacefunctions/utp_ltpda_ss_select</a>            -  checks ltpda_ss_select
   <a href="matlab:help m/timetools/statespacefunctions/utp_ltpda_ss_simulate">m/timetools/statespacefunctions/utp_ltpda_ss_simulate</a>          - tests ltpda_simulate_discrete which simulates a discrete state space system
   <a href="matlab:help m/timetools/statespacefunctions/utp_ltpda_ss_ss2iir">m/timetools/statespacefunctions/utp_ltpda_ss_ss2iir</a>            - make is the generic function to decalre or load a subsystem.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 31-Mar-2008 13:54:54 by m2html © 2003