Differences From Artifact [1a61cd1008]:
- File mttroot/mtt/lib/control/PPP/ppp_RT_sim_compute.m — part of check-in [f13b092674] at 2002-05-02 16:10:39 on branch origin/master — Preliminary working version - ok with rc_PPP (user: gawthrop@users.sourceforge.net, size: 800) [annotate] [blame] [check-ins using] [more...]
To Artifact [d2604d4e33]:
- File mttroot/mtt/lib/control/PPP/ppp_RT_sim_compute.m — part of check-in [2584b3af97] at 2002-05-08 10:14:21 on branch origin/master — Idetification now OK (Moved data range in ppp_optimise by one sample interval) (user: gawthrop@users.sourceforge.net, size: 795) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 | - - + + |
## Set up u_star
u_star = ppp_ustar(A_u_sim,1,t,0,0,n_u-n_U);
## Simulate
par(i_ppp_sim(:,3)) = U; # Update the simulation ppp weights
[y_sim,x] = eval(sprintf("%s_sim(x_0_sim, par, simpar_sim, u_star);", \
|