This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PMSM控制中基电压设定问题求解



#define BASE_VOLTAGE 236 // Base peak phase voltage (volt), Vdc/sqrt(3)
#define BASE_CURRENT 10 // Base peak phase current (amp), Max. measurable peak curr.
#define BASE_TORQUE 2 // Base torque (N.m)
#define BASE_FLUX // Base flux linkage (volt.sec/rad)
#define BASE_FREQ 200 // Base electrical frequency (Hz)

这是例程中的一段代码,这里面BASE_VOLTAGE的值到底是指相电压的最大值呢,还是指电路板硬件设计允许的最大转换电压呢

因为 BASE_CURRENT是指电路最大转换电流,而不是电机的额定电流

请高手指导