14 lines
311 B
C
14 lines
311 B
C
/*
|
|
* efficiency_compensation.h
|
|
*
|
|
* Created on: 26 ñåíò. 2018 ã.
|
|
* Author: stud
|
|
*/
|
|
|
|
#ifndef SRC_VECTORCONTROL_EFFICIENCY_COMPENSATION_H_
|
|
#define SRC_VECTORCONTROL_EFFICIENCY_COMPENSATION_H_
|
|
|
|
void EfficiencyCompensation(_iq *p_zad, _iq *i_q);
|
|
|
|
#endif /* SRC_VECTORCONTROL_EFFICIENCY_COMPENSATION_H_ */
|