Changeset 283 for pmsm/simulator_zdenek/ekf_example
- Timestamp:
- 02/24/09 14:14:01 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pmsm/simulator_zdenek/ekf_example/ekf_obj.h
r279 r283 30 30 An approximation of the exact Bayesian filter with Gaussian noices and non-linear evolutions of their mean. 31 31 */ 32 class EKFfixed : public BM , public BMcond{32 class EKFfixed : public BM { 33 33 public: 34 34 void init_ekf(double Tv); … … 64 64 public: 65 65 //! Default constructor 66 EKFfixed ():BM(), BMcond(),E(),Ry(2,2){66 EKFfixed ():BM(),E(),Ry(2,2){ 67 67 int i; 68 68 for(i=0;i<16;i++){Q[i]=0;}