Changeset 254 for pmsm

Show
Ignore:
Timestamp:
01/28/09 10:00:56 (15 years ago)
Author:
smidl
Message:

create namespace bdm

Location:
pmsm
Files:
16 modified

Legend:

Unmodified
Added
Removed
  • pmsm/mpf_load.cpp

    r233 r254  
    2525#include <stat/loggers.h> 
    2626 
    27 using namespace itpp; 
     27using namespace bdm; 
    2828 
    2929class IMpmsm_load :  public IMpmsm { 
  • pmsm/mpf_test.cpp

    r230 r254  
    2424#include "sim_profiles.h" 
    2525 
    26 using namespace itpp; 
     26using namespace bdm; 
    2727 
    2828int main() { 
  • pmsm/mpf_u_delta.cpp

    r241 r254  
    2323#include "sim_profiles.h" 
    2424 
    25 using namespace itpp; 
     25using namespace bdm; 
    2626 
    2727//!Extended Kalman filter with unknown \c Q and delta u 
  • pmsm/mpf_u_delta_real.cpp

    r241 r254  
    2424#include "sim_profiles.h" 
    2525 
    26 using namespace itpp; 
     26using namespace bdm; 
    2727 
    2828class IMpmsm_delta :  public IMpmsm { 
  • pmsm/mpf_u_weight.cpp

    r228 r254  
    2323#include "sim_profiles.h" 
    2424 
    25 using namespace itpp; 
     25using namespace bdm; 
    2626 
    2727//!Extended Kalman filter with unknown \c Q 
  • pmsm/pmsm.h

    r240 r254  
    77@{ 
    88*/ 
     9 
     10using namespace bdm; 
    911 
    1012//TODO hardcoded RVs!!! 
  • pmsm/pmsm_mix.cpp

    r203 r254  
    2323#include <stat/loggers.h> 
    2424 
    25 using namespace itpp; 
     25using namespace bdm; 
    2626 
    2727int main() { 
  • pmsm/pmsm_sim.cpp

    r218 r254  
    2020#include "sim_profiles.h" 
    2121 
    22 using namespace itpp; 
     22using namespace bdm; 
    2323//!Extended Kalman filter with unknown \c Q 
    2424class EKF_unQ : public EKFCh , public BMcond { 
  • pmsm/pmsm_sim2.cpp

    r170 r254  
    2222#include "sim_profiles.h" 
    2323 
    24 using namespace itpp; 
     24using namespace bdm; 
    2525//!Extended Kalman filter with unknown \c Q 
    2626class EKF_unQ : public EKFCh , public BMcond { 
  • pmsm/pmsm_unkQ.cpp

    r170 r254  
    1818#include "pmsm.h" 
    1919 
    20 using namespace itpp; 
     20using namespace bdm; 
    2121/* 
    2222// PMSM with Q on Ia and Ib given externally 
  • pmsm/pmsm_unkQpf.cpp

    r221 r254  
    1818#include "pmsm.h" 
    1919 
    20 using namespace itpp; 
     20using namespace bdm; 
    2121 
    2222//!Extended Kalman filter with unknown \c Q 
  • pmsm/sim.cpp

    r250 r254  
    1515#include "pmsmDS.h" 
    1616 
    17 using namespace itpp; 
     17using namespace bdm; 
    1818int main() { 
    1919        UIFile F("sim.bdm"); 
  • pmsm/sim_var.cpp

    r240 r254  
    2424#include <stat/loggers.h> 
    2525 
    26 using namespace itpp; 
     26using namespace bdm; 
    2727 
    2828int main() { 
  • pmsm/sim_var_arx.cpp

    r224 r254  
    1717#include <stat/loggers.h> 
    1818 
    19 using namespace itpp; 
     19using namespace bdm; 
    2020 
    2121vec getPsi_a ( int t, mat &D, mat &Du , mat &X ); 
  • pmsm/simulator_zdenek/ekf_example/ekf_obj.h

    r145 r254  
    2121#include "parametry_motoru.h" 
    2222 
    23 using namespace itpp; 
     23using namespace bdm; 
    2424 
    2525double minQ(double Q); 
  • pmsm/testbidiff.cpp

    r73 r254  
    44#include "pmsm.h" 
    55 
    6 using namespace itpp; 
     6using namespace bdm; 
    77 
    88//These lines are needed for use of cout and endl