root/applications/pmsm/cfg/mpf_test.cfg @ 1289

Revision 871, 493 bytes (checked in by mido, 14 years ago)

adaptation of /applications to new version of LOG_LEVEL
also, a cosmetic change made in enumerations: logub -> logubound, loglb -> loglbound

Line 
1# settings for sim.cpp
2
3experiment={
4        ndat = 90000;
5};
6
7system= "system@cfg/sim.cfg";
8
9estimator = (
10        {class="MPFpmsm";
11        params = "pmsm107@cfg/zcu.cfg";
12        dQ=[0.17, 0.17, 0.0004, 1e-5];
13        dR=[0.06, 0.06];
14        prior={class="euni";high=[4];low=[-4];};
15        //connect
16        drv = {class="RV"; names=("o_ia","o_ib","o_ua","o_ub");};
17        rv = {class="RV"; names=("e_ia","e_ib","e_om","e_th");};
18        log_level = "logbounds";
19        n=20;
20        }
21);
22       
23logger= {
24        class="dirfilelog";
25        maxlen = 1000;
26        dirname = "kst/mpf_test";
27};
Note: See TracBrowser for help on using the browser.