Overview
Comment: | Now based on state - not descriptor matrices. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ecc37a4f9cec66bcb6e1d25ee79c2347 |
User & Date: | gawthrop@users.sourceforge.net on 1996-08-19 15:34:14 |
Other Links: | branch diff | manifest | tags |
Context
1996-08-19
| ||
15:34:29 | Initial revision check-in: 5a5f4ee4ab user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
15:34:14 | Now based on state - not descriptor matrices. check-in: ecc37a4f9c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
15:33:22 |
Included new state matric (sm) rep. Generate step response (sr) from sm. check-in: b26f16f7c4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/sm2sr_m from [7599e65984] to [ee5a83415e].
1 2 3 4 5 6 | 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 | - + + + + | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### |
︙ | |||
41 42 43 44 45 46 47 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | - + - + | ## Revision 1.1 1996/08/11 09:45:46 peter ## Initial revision ## ############################################################### echo Creating $1_sr.m echo Creating $1_sro.m |
︙ | |||
81 82 83 84 85 86 87 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | - - + + | [n,m]=size(T); if m>n T=T'; end; |