Show
Ignore:
Timestamp:
05/27/09 21:40:30 (15 years ago)
Author:
smidl
Message:

Barcelona + mex for pmsm + results of pwm experiment for off-line use with pwm.m (>> pwm(0))

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/pmsm/pmsmDS.h

    r342 r349  
    1313#include <stat/loggers.h> 
    1414#include <estim/libKF.h> 
    15 #include "simulator.h" 
     15#include "simulator_zdenek/simulator.h" 
    1616#include "pmsm.h" 
    1717 
     
    149149                vec true_state=vec(x,4); // read from pmsm 
    150150                E.set_mu(true_state); 
    151                  
     151                mu=true_state; 
     152                         
    152153                //integration error 
    153154                old_true(4)=KalmanObs[4]; 
     
    199200         
    200201                void log_add(logger &L, const string &name="" ){ 
    201                         L_CRB=L.add(concat(rx,RV("Mz",1,0)),"crb"); 
     202                        L_CRB=L.add(concat(rx,RV("Mz",1,0)),"crbz"); 
    202203                } 
    203204                void logit(logger &L){