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.

tmpU = (Uint32)speed *(Uint32)motPoles *100 / 120;由转速求速度,为什么还要乘以100

tmpU = (Uint32)speed *(Uint32)motPoles *100 / 120;永磁同步电机,根据转速的计算公式,n=60*f/(2p),为什么还要乘以100.