10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
+
+
+
|
# Copyright (c) P.J.Gawthrop 1998
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1 1998/01/22 13:16:43 peterg
## Initial revision
##
###############################################################
# Inform user
echo Creating $1_smo.r -- NOTE this is for SISO systems only.
# Remove the old log file
|
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
-
+
|
MTT_Matrix := MTTT_o$
MTT_Matrix_name := "MTTT_o"$
MTT_Matrix_n := MTTNx$
MTT_Matrix_m := MTTNx$
Reduce_Matrix()$
write "END;;";
SHUT "$1_smo.r";
quit;
EOF
# Now invoke the standard error handling.
mtt_error_r sm2smo_r.log
|