📄 svpwm_im.h
字号:
typedef struct { _iq Ualfa; /* Input: reference alfa-axis phase voltage */
_iq Ubeta; /* Input: reference beta-axis phase voltage */
int sector;
_iq Vdc;
_iq T1;
_iq T2;
_iq T0;
_iq T0_half;
_iq Ta0; /* Output: reference phase-a switching function */
_iq Tb0; /* Output: reference phase-b switching function */
_iq Tc0; /* Output: reference phase-c switching function */
_iq Ta; /* Output: reference phase-a switching function */
_iq Tb; /* Output: reference phase-b switching function */
_iq Tc; /* Output: reference phase-c switching function */
_iq U0;
void (*calc)(); /* Pointer to calculation function */
} IM_svm;
typedef IM_svm *IM_svm_handle;
/*-----------------------------------------------------------------------------
Default initalizer for the SVGENDQ object.
-----------------------------------------------------------------------------*/
#define IM_svm_DEFAULTS { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, \
(void (*)(long))IM_svm_calc }
/*------------------------------------------------------------------------------
Prototypes for the functions in SVGEN_DQ.C
------------------------------------------------------------------------------*/
void IM_svm_calc(IM_svm_handle);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -