Changeset 384 for applications/pmsm/simulator_zdenek
- Timestamp:
- 06/19/09 10:17:25 (16 years ago)
- Location:
- applications/pmsm/simulator_zdenek/ekf_example
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/pmsm/simulator_zdenek/ekf_example/ekf_obj.cpp
r262 r384 1 1 2 #include <estim/ libKF.h>2 #include <estim/kalman.h> 3 3 4 4 #include "ekf_obj.h" -
applications/pmsm/simulator_zdenek/ekf_example/ekf_obj.h
r283 r384 15 15 16 16 17 #include <estim/ libKF.h>17 #include <estim/kalman.h> 18 18 #include "fixed.h" 19 19 #include "matrix.h"