Show
Ignore:
Timestamp:
09/10/10 11:11:41 (14 years ago)
Author:
smidl
Message:

corrections of PMSM simulations

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/pmsm/pmsm_estim_mex.cpp

    r706 r1184  
    77 */ 
    88 
    9 #include "pmsm.h" 
    10 #include "stat/loggers.h" 
     9#include "base/user_info.h" 
     10#include "base/loggers.h" 
    1111#include "estim/kalman.h" 
     12#include "pmsmDS.h" 
     13#include "filters.h" 
     14#include "base/datasources.h" 
     15#include "simulator_zdenek/ekf_example/ekf_obj.h" 
    1216 
    1317#include <itpp/itmex.h> 
    14 #include "../../library/mex/mex_logger.h" 
    15 #include "../../library/mex/mex_datasource.h" 
    16 #include "../../library/mex/mex_parser.h" 
     18#include <mex/mex_BM.h> 
     19#include <mex/mex_logger.h> 
     20#include <mex/mex_datasource.h> 
     21#include <mex/mex_function.h> 
    1722 
    1823using namespace bdm;