Overview
Comment: | ppp_int_obs now returns corrected as well as predicted output |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
64167f57e7385ed5e4c5c4bb7a2084d8 |
User & Date: | gawthrop@users.sourceforge.net on 2003-10-16 07:30:24 |
Other Links: | branch diff | manifest | tags |
Context
2003-10-20
| ||
17:10:30 |
Added initial revision of ntt: new transformation tools for using bond graphs with Matlab. Copyright 2003 Dr. Dominic J. Diston. check-in: dcfb465bef user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2003-10-16
| ||
07:30:24 | ppp_int_obs now returns corrected as well as predicted output check-in: 64167f57e7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2003-10-15
| ||
16:21:20 | Simulation and real now compatible! check-in: 265bc11f8e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/control/PPP/ppp_int_obs.m from [982a22072f] to [9bfdfe49cb].
| 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 | - + + + + + + + |
|
Modified mttroot/mtt/lib/control/PPP/ppp_lin_run.m from [66d5fae7bd] to [96369350d9].
︙ | |||
207 208 209 210 211 212 213 | 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 | - + - + - - + + - + | t_i = ti(1); else # The real thing [t_i,y_i,u_i] = ppp_put_get(U); # Generic interface to real-time endif ## Observer if strcmp(p_o.method, "intermittent") |
︙ |