Show
Ignore:
Timestamp:
11/02/10 21:20:06 (14 years ago)
Author:
smidl
Message:

Contrallable PMSM DS + PI control

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/design/arx_ctrl.h

    r1064 r1243  
    6060        lq.redesign(); 
    6161    } 
    62     vec ctrlaction ( const vec &cond ) const { 
     62    vec ctrlaction ( const vec &cond ) { 
    6363        //cond is xt + ut 
    6464        vec state = cond.left ( Stsp->_A().rows() );