Overview
Context
Changes
Modified mttroot/mtt/lib/examples/Electrical/rc/rc_rep.txt
from [4385a614cf]
to [2fcb8f9572].
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
|
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
47
48
49
50
51
52
53
54
55
|
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
-
-
+
-
-
+
-
-
+
+
+
+
-
-
+
+
+
-
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
|
## -*-octave-*- Put Emacs into octave-mode
## Outline report file for system rc (rc_rep.txt)
## Generated by MTT on" Wed May 1 08:56:38 BST 2002.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1 2000/12/28 11:58:07 peterg
## Put under RCS
##
###############################################################
mtt rc abg tex
mtt rc struc tex
mtt rc cbg ps
mtt rc ode tex
mtt rc sm tex
mtt rc tf tex
mtt rc abg tex # The system description
mtt rc cbg ps # The causal bond graph
mtt rc struc tex # The system structure
mtt rc sympar txt # The system parameters
## Uncomment the following lines or add others
## mtt rc dae tex # The system dae
mtt rc ode tex # The system ode
## mtt rc sspar tex # Steady-state parameters
## mtt rc ss tex # Steady state
## mtt rc dm tex # Descriptor matrices (of linearised system)
mtt rc sm tex # State matrices (of linearised system)
mtt rc tf tex # Transfer function (of linearised system)
mtt rc sro ps
mtt rc lmfr ps
mtt rc lmfr ps # log modulus of frequency response (of linearised system)
mtt rc nyfr ps
mtt rc simpar txt # Simulation parameters
mtt rc numpar txt
mtt rc input txt
## mtt rc state tex # Simulation initial state
## Octave .m form
mtt rc odeso ps
## Default
mtt rc numpar txt # Numerical simulation parameters
mtt rc input txt # Simulation input
mtt rc odeso ps # Simulation output
## Octave .oct form
mtt -oct rc odeso ps
## Step input
mtt -dr step rc input txt # Simulation input
mtt -dr step rc odeso ps # Simulation output
## c form
mtt -c rc odeso ps
## Pulse input
mtt -dr pulse rc input txt # Simulation input
mtt -dr pulse rc odeso ps # Simulation output
## r = 10
mtt rc rep txt
## Step input
mtt -dr step -dr r10 rc numpar txt # Numerical simulation parameters
mtt -dr step -dr r10 rc input txt # Simulation input
mtt -dr step -dr r10 rc odeso ps # Simulation output
## Pulse input
mtt -dr pulse -dr r10 rc numpar txt # Numerical simulation parameters
mtt -dr pulse -dr r10 rc input txt # Simulation input
mtt -dr pulse -dr r10 rc odeso ps # Simulation output
mtt rc rep txt # This file
|
|