Changeset 1330 for applications/pmsm

Show
Ignore:
Timestamp:
04/13/11 12:16:59 (13 years ago)
Author:
smidl
Message:

Setting that works!!!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/pmsm/simulator_zdenek/ekf_example/ekf_obj.cpp

    r1326 r1330  
    956956{ 
    957957        // Tuning of matrix Q 
    958         Q[0]=prevod(0.0005,15);      // 1e-3 
    959         Q[3]=prevod(0.0001,15);      // 1e-3 
     958        Q[0]=prevod(0.005,15);      // 1e-3 
     959        Q[3]=prevod(0.001,15);      // 1e-3 
    960960         
    961961        Chf[0]=0x1FFF;// !       // 0.05 
     
    964964                 
    965965        // Tuning of matrix R 
    966         R[0]=prevod(0.01,15);         // 0.05 
     966        R[0]=prevod(0.001,15);         // 0.05 
    967967        R[3]=R[0]; 
    968968