Overview
Comment:A working version with more explantion
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: fccfb9e1a3ee01d220ac0cfb1fce94379e93739cbe9612ef183aef0f3589bdb0
User & Date: gawthrop@users.sourceforge.net on 2003-08-18 08:06:17
Other Links: branch diff | manifest | tags
Context
2003-08-18
16:40:44
Modified for ident DIY rep (was ippp). check-in: 44acabfcc8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:06:17
A working version with more explantion check-in: fccfb9e1a3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:04:09
Should not be here check-in: 4bacb91cec user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/examples/Identification/idRC/idRC_desc.tex from [aa8ef3738d] to [b67ffdfffd].

1
2
3
4
5
6
7
8
9



10
11
12
13
14
15
16
% -*-latex-*- Put EMACS into LaTeX-mode
% Verbal description for system idRC (idRC_desc.tex)
% Generated by MTT on Thu Apr 5 11:04:33 BST 2001.

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$



% %% Revision 1.1  2001/04/05 11:57:29  gawthrop
% %% Identification example
% %%
% %% Revision 1.1  2000/12/28 09:13:38  peterg
% %% Initial revision
% %%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%









>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% -*-latex-*- Put EMACS into LaTeX-mode
% Verbal description for system idRC (idRC_desc.tex)
% Generated by MTT on Thu Apr 5 11:04:33 BST 2001.

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.2  2002/09/23 11:16:27  gawthrop
% %% New example for ident representation
% %%
% %% Revision 1.1  2001/04/05 11:57:29  gawthrop
% %% Identification example
% %%
% %% Revision 1.1  2000/12/28 09:13:38  peterg
% %% Initial revision
% %%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25
26
27
28
29
30
31




32
33
34
35
36
37
38
   system identification\footnote{Peter J Gawthrop, \emph{Sensitivity
       Bond Graphs}, Journal Franklin Institute, \textbf{337}, 2000,
     pp 907--922}.

   The system is a simple RC circuit with zero initial condition; the
   method identifies the resitance $r$.





   To see the results, type: 
\begin{verbatim}
mtt -oct -i euler  idRC ident view
\end{verbatim}

   \paragraph{NB} All sensitivity coefficients in idRC_simpar.txt must
   be set to zero.







>
>
>
>
|






28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
   system identification\footnote{Peter J Gawthrop, \emph{Sensitivity
       Bond Graphs}, Journal Franklin Institute, \textbf{337}, 2000,
     pp 907--922}.

   The system is a simple RC circuit with zero initial condition; the
   method identifies the resitance $r$.

   The data is created by typing:
\begin{verbatim}
make
\end{verbatim}
To see the results, type: 
\begin{verbatim}
mtt -oct -i euler  idRC ident view
\end{verbatim}

   \paragraph{NB} All sensitivity coefficients in idRC_simpar.txt must
   be set to zero.

Modified mttroot/mtt/lib/examples/Identification/idRC/idRC_rep.txt from [c48cce7cf9] to [643d9abc64].

1
2
3
4
5
6
7
8
9



10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

37

38
39
40
41
42
## -*-octave-*- Put Emacs into octave-mode
## Outline report file for system idRC (idRC_rep.txt)
## Generated by MTT on" Thu Jun 27 17:03:00 BST 2002.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



## Revision 1.1  2000/12/28 11:58:07  peterg
## Put under RCS
##
###############################################################

mtt idRC abg tex			# The system description
##mtt idRC cbg ps 		        # The causal bond graph
mtt idRC struc tex	        # The system structure
mtt idRC sympar tex	        # The system parameters
mtt idRC subs r
mtt sidMuscle subs r
## Uncomment the following lines or add others
## mtt idRC dae tex	        # The system dae
## mtt idRC ode tex	        # The system ode 
## mtt idRC sspar tex		# Steady-state parameters
## mtt idRC ss tex 		# Steady state
## mtt idRC dm tex		# Descriptor matrices (of linearised system)
## mtt idRC sm tex		# State matrices (of linearised system)
## mtt idRC tf tex		# Transfer function (of linearised system)
## mtt idRC lmfr ps		# log modulus of frequency response (of linearised system)
## mtt idRC simpar txt		# Simulation parameters
## mtt idRC numpar txt		# Numerical simulation parameters
## mtt idRC state txt		# Simulation initial state
## mtt idRC input txt		# Simulation input
## mtt idRC logic txt		# Logic control
## mtt idRC odeso ps		# Simulation output


## Linear identificationm

mtt idRC ident ps
mtt idRC ident_comparison ps
mtt idRC ident_par tex

mtt idRC rep txt		# This file









>
>
>









|
<
















>

>

|



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## -*-octave-*- Put Emacs into octave-mode
## Outline report file for system idRC (idRC_rep.txt)
## Generated by MTT on" Thu Jun 27 17:03:00 BST 2002.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2  2002/09/23 11:42:14  gawthrop
## Example uses simulated data from idRC_ident_data
##
## Revision 1.1  2000/12/28 11:58:07  peterg
## Put under RCS
##
###############################################################

mtt idRC abg tex			# The system description
##mtt idRC cbg ps 		        # The causal bond graph
mtt idRC struc tex	        # The system structure
mtt idRC sympar tex	        # The system parameters


## Uncomment the following lines or add others
## mtt idRC dae tex	        # The system dae
## mtt idRC ode tex	        # The system ode 
## mtt idRC sspar tex		# Steady-state parameters
## mtt idRC ss tex 		# Steady state
## mtt idRC dm tex		# Descriptor matrices (of linearised system)
## mtt idRC sm tex		# State matrices (of linearised system)
## mtt idRC tf tex		# Transfer function (of linearised system)
## mtt idRC lmfr ps		# log modulus of frequency response (of linearised system)
## mtt idRC simpar txt		# Simulation parameters
## mtt idRC numpar txt		# Numerical simulation parameters
## mtt idRC state txt		# Simulation initial state
## mtt idRC input txt		# Simulation input
## mtt idRC logic txt		# Logic control
## mtt idRC odeso ps		# Simulation output


## Linear identificationm
##mtt idRC ident_numpar tex
mtt idRC ident ps
##mtt idRC ident_comparison ps
mtt idRC ident_par tex

mtt idRC rep txt		# This file


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]