- Timestamp:
- 01/28/09 10:00:56 (16 years ago)
- Location:
- pmsm
- Files:
-
- 16 modified
Legend:
- Unmodified
- Added
- Removed
-
pmsm/mpf_load.cpp
r233 r254 25 25 #include <stat/loggers.h> 26 26 27 using namespace itpp;27 using namespace bdm; 28 28 29 29 class IMpmsm_load : public IMpmsm { -
pmsm/mpf_test.cpp
r230 r254 24 24 #include "sim_profiles.h" 25 25 26 using namespace itpp;26 using namespace bdm; 27 27 28 28 int main() { -
pmsm/mpf_u_delta.cpp
r241 r254 23 23 #include "sim_profiles.h" 24 24 25 using namespace itpp;25 using namespace bdm; 26 26 27 27 //!Extended Kalman filter with unknown \c Q and delta u -
pmsm/mpf_u_delta_real.cpp
r241 r254 24 24 #include "sim_profiles.h" 25 25 26 using namespace itpp;26 using namespace bdm; 27 27 28 28 class IMpmsm_delta : public IMpmsm { -
pmsm/mpf_u_weight.cpp
r228 r254 23 23 #include "sim_profiles.h" 24 24 25 using namespace itpp;25 using namespace bdm; 26 26 27 27 //!Extended Kalman filter with unknown \c Q -
pmsm/pmsm.h
r240 r254 7 7 @{ 8 8 */ 9 10 using namespace bdm; 9 11 10 12 //TODO hardcoded RVs!!! -
pmsm/pmsm_mix.cpp
r203 r254 23 23 #include <stat/loggers.h> 24 24 25 using namespace itpp;25 using namespace bdm; 26 26 27 27 int main() { -
pmsm/pmsm_sim.cpp
r218 r254 20 20 #include "sim_profiles.h" 21 21 22 using namespace itpp;22 using namespace bdm; 23 23 //!Extended Kalman filter with unknown \c Q 24 24 class EKF_unQ : public EKFCh , public BMcond { -
pmsm/pmsm_sim2.cpp
r170 r254 22 22 #include "sim_profiles.h" 23 23 24 using namespace itpp;24 using namespace bdm; 25 25 //!Extended Kalman filter with unknown \c Q 26 26 class EKF_unQ : public EKFCh , public BMcond { -
pmsm/pmsm_unkQ.cpp
r170 r254 18 18 #include "pmsm.h" 19 19 20 using namespace itpp;20 using namespace bdm; 21 21 /* 22 22 // PMSM with Q on Ia and Ib given externally -
pmsm/pmsm_unkQpf.cpp
r221 r254 18 18 #include "pmsm.h" 19 19 20 using namespace itpp;20 using namespace bdm; 21 21 22 22 //!Extended Kalman filter with unknown \c Q -
pmsm/sim.cpp
r250 r254 15 15 #include "pmsmDS.h" 16 16 17 using namespace itpp;17 using namespace bdm; 18 18 int main() { 19 19 UIFile F("sim.bdm"); -
pmsm/sim_var.cpp
r240 r254 24 24 #include <stat/loggers.h> 25 25 26 using namespace itpp;26 using namespace bdm; 27 27 28 28 int main() { -
pmsm/sim_var_arx.cpp
r224 r254 17 17 #include <stat/loggers.h> 18 18 19 using namespace itpp;19 using namespace bdm; 20 20 21 21 vec getPsi_a ( int t, mat &D, mat &Du , mat &X ); -
pmsm/simulator_zdenek/ekf_example/ekf_obj.h
r145 r254 21 21 #include "parametry_motoru.h" 22 22 23 using namespace itpp;23 using namespace bdm; 24 24 25 25 double minQ(double Q); -
pmsm/testbidiff.cpp
r73 r254 4 4 #include "pmsm.h" 5 5 6 using namespace itpp;6 using namespace bdm; 7 7 8 8 //These lines are needed for use of cout and endl