Overview
Comment: | Now uses new 2-port C and R sensitivity components |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ab09ec225462336cb2500d2c01a80bc8 |
User & Date: | gawthrop@users.sourceforge.net on 2001-04-23 14:48:13 |
Other Links: | branch diff | manifest | tags |
Context
2001-04-23
| ||
14:59:43 | New CR for 2-port form of sC,sR etc check-in: 9346aac9b8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:48:13 | Now uses new 2-port C and R sensitivity components check-in: ab09ec2254 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2001-04-19
| ||
11:04:57 | New C component with state detector check-in: 95089b4ab4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Identification/idRC/idRC_ippp.m from [4d16198bcb] to [049931ce5c].
1 2 3 4 5 6 7 8 9 10 11 12 | 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 | - - + + + - + | ## Set up parameters name = "idRC"; sim = sidRC_simpar; # Simulation parameter sym = sidRC_sympar; # Parameter names par = sidRC_numpar; # Parameter values par([sym.us,sym.rs,sym.cs])=0; # Reset sensitivity params x0 = sidRC_state(par); # Initial state ## Simulation of "actual" system t = [0:sim.dt:sim.last]'; T = 5; # Period |
︙ | |||
37 38 39 40 41 42 43 | 38 39 40 41 42 43 44 45 46 47 | - + | title("Estimation error"); plot(Error); figfig("idRC_error","pdf"); figfig("idRC_error","ps"); xlabel("Iteration") title("Estimated Parameter"); |
Modified mttroot/mtt/lib/examples/Identification/idRC/sRC_lbl.txt from [2c3b1d134e] to [5c225769b3].
1 | 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 35 36 37 | - + - - + + - - - - - + - + - + | %% Label file for system sRC (sRC_lbl.txt) |
Modified mttroot/mtt/lib/examples/Identification/idRC/sidRC_numpar.txt from [d96030ec99] to [96e47a9d0f].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + - + | ## -*-octave-*- Put Emacs into octave-mode ## ## ## System sidRC, representation numpar, language txt; ## File sidRC_numpar.txt; ## Generated by MTT on Wed Apr 4 12:11:21 BST 2001; |