Overview
Comment: | Added transfer function rep |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0e18cd851ff088e3fbb40c4b884da224 |
User & Date: | gawthrop@users.sourceforge.net on 1998-11-18 10:47:39 |
Other Links: | branch diff | manifest | tags |
Context
1998-11-18
| ||
10:53:38 |
Put in some more "IF MTTNx>0 THEN" to avoid error messages when no states. check-in: a2b1569fe0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:47:39 | Added transfer function rep check-in: 0e18cd851f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-11-17
| ||
17:39:45 | Put _smx include at end of list (?????) check-in: 180c14e83e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/makerep_txt from [cf0ee653a3] to [913f2ed3d2].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (c) P.J.Gawthrop, 1998. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1998/07/22 09:14:42 peterg ## Initial revision ## ############################################################### #Inform user | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Copyright (c) P.J.Gawthrop, 1998. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 1998/11/10 09:16:41 peterg ## Added structure rep ## ## Revision 1.1 1998/07/22 09:14:42 peterg ## Initial revision ## ############################################################### #Inform user |
︙ | ︙ | |||
39 40 41 42 43 44 45 46 47 48 49 50 51 52 | # mtt $1 struc tex # The system structure # mtt $1 dae tex # The system dae # mtt $1 ode tex # The system ode # mtt $1 sspar tex # Steady-state parameters # mtt $1 ss tex # Steady state # mtt $1 dm tex # Descriptor matrices (of linearised system) # mtt $1 sm tex # State matrices (of linearised system) # mtt $1 lmfr ps # log modulus of frequency response (of linearised system) # mtt $1 simpar tex # Simulation parameters # mtt $1 numpar tex # Numerical simulation parameters # mtt $1 input tex # Simulation input # mtt $1 odeso ps # Simulation output EOF | > | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | # mtt $1 struc tex # The system structure # mtt $1 dae tex # The system dae # mtt $1 ode tex # The system ode # mtt $1 sspar tex # Steady-state parameters # mtt $1 ss tex # Steady state # mtt $1 dm tex # Descriptor matrices (of linearised system) # mtt $1 sm tex # State matrices (of linearised system) # mtt $1 tf tex # Transfer function (of linearised system) # mtt $1 lmfr ps # log modulus of frequency response (of linearised system) # mtt $1 simpar tex # Simulation parameters # mtt $1 numpar tex # Numerical simulation parameters # mtt $1 input tex # Simulation input # mtt $1 odeso ps # Simulation output EOF |