Changeset 145 for pmsm/pmsm.h

Show
Ignore:
Timestamp:
08/20/08 15:41:21 (16 years ago)
Author:
smidl
Message:

Oprava dokumentace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pmsm/pmsm.h

    r128 r145  
    1313// }; 
    1414 
    15 //! State evolution model for a PMSM drive and its derivative with respect to \$x\$ 
     15//! State evolution model for a PMSM drive and its derivative with respect to \f$x\f$$ 
    1616class IMpmsm : public diffbifn { 
    1717protected: 
     
    7070}; 
    7171 
     72//! State evolution model for a PMSM drive and its derivative with respect to \f$x\f$, equation for \f$\omega\f$ is omitted.$ 
    7273class IMpmsmStat : public IMpmsm { 
    7374        IMpmsmStat() :IMpmsm() {}; 
     
    120121}; 
    121122 
    122 //! Observation model for PMSM drive and its derivative with respect to \$x\$ 
     123//! Observation model for PMSM drive and its derivative with respect to \f$x\f$ 
    123124class OMpmsm: public diffbifn { 
    124125public: