Show
Ignore:
Timestamp:
12/09/10 16:33:44 (14 years ago)
Author:
smidl
Message:

LQG changes + lyx

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/pmsm/experiments/ctrl_lq.cfg

    r1258 r1261  
    77system= { 
    88        class= "pmsmDSctrl"; 
    9         params = "pmsm107@./cfg/zcu.cfg"; 
     9        params = "pmsm107@../cfg/zcu.cfg"; 
    1010        tstep = 1; // steps for profile in [s] 
    11         profileW = [0, 30, 0, 2 ]; 
     11        profileW = [0, 10, 0, 2 ]; 
    1212//      profileW = [0, -10, 30, 60, 90, 60, 30, 0, -30, -60, -30]; 
    1313//      profileW = [1, 10, 50, 200, 200, 30, 0, 0, -30, -30, -100, -100, -40, 0, 0]; 
     
    1616}; 
    1717 
    18 UD = {class="EKFCh"; 
     18UD = {class="EKFfull"; 
    1919         IM = {class="IMpmsmStat"; 
    20                 params = "pmsm107@./cfg/zcu.cfg"; 
     20                params = "pmsm107@../cfg/zcu.cfg"; 
    2121         }; 
    2222         OM = {class="OMpmsm";}; 
    23         dQ=[0.01, 0.01, 0.0001, 0.000001]; 
     23        dQ=[0.1, 0.1, 0.1, 0.01]; ///??????????????? 
    2424        dR=[0.05, 0.05]; 
    2525         //connect 
    26          log_level="logmean,logU,logG,logD"; 
     26         log_level="logmean"; 
    2727         name = "Est0"; 
    2828         }; 
     
    3131                class = "PMSM_LQCtrl"; 
    3232                estim = "UD"; 
     33                r = 0.05; 
     34                h = 10; 
    3335        } 
    3436);