Show
Ignore:
Timestamp:
04/23/09 13:19:04 (15 years ago)
Author:
smidl
Message:

pmsm CRB model

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pmsm/simulator_zdenek/simulator.cpp

    r278 r318  
    329329 
    330330////////////////////////////////////////////////////////////////////////////////////////////////////// 
    331 void pmsmsim_step(double Ww)            // you must link array KalmanObs[] to EKF modul 
     331void pmsmsim_step(double Ww, double Mz)            // you must link array KalmanObs[] to EKF modul 
    332332{ 
    333333  double Umk, ub, uc; 
     
    338338//    *us=KalmanObs[0]; *(us+1)=KalmanObs[1]; 
    339339//     *us=ualfa; *(us+1)=ubeta; 
     340        //Mz 
     341        x[8]= Mz; 
     342         
    340343    pmsm_model(5); 
    341344