Overview
Comment: | const --> step |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6da3a32fb4ac05501ea2b90da8383065 |
User & Date: | gawthrop@users.sourceforge.net on 2002-05-01 13:49:03 |
Other Links: | branch diff | manifest | tags |
Context
2002-05-01
| ||
14:05:47 | Changed some tex to txt check-in: 92c3a0eb6a user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:49:03 | const --> step check-in: 6da3a32fb4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:43:21 | New example using the -dr option check-in: 90bab50302 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Electrical/rc/rc_rep.txt from [4385a614cf] to [2fcb8f9572].
1 | ## Outline report file for system rc (rc_rep.txt) | > > > > > > > > > > > > > | > | | > > | > > > | | < | < | < < > | > > | | > | | > | > | > > > > > > > > | 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 # 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 lmfr ps # log modulus of frequency response (of linearised system) mtt rc simpar txt # Simulation parameters ## mtt rc state tex # Simulation initial state ## Default mtt rc numpar txt # Numerical simulation parameters mtt rc input txt # Simulation input mtt rc odeso ps # Simulation output ## Step input mtt -dr step rc input txt # Simulation input mtt -dr step rc odeso ps # Simulation output ## Pulse input mtt -dr pulse rc input txt # Simulation input mtt -dr pulse rc odeso ps # Simulation output ## r = 10 ## 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 |