请问高手,在SVPWM算法里,7段式SVPWM和5段式SVPWM在编程方面有什么区别?谢谢!
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.
楼主你好!
7段的时候,一个PWM周期,三相都有开关动作,5段式只有两相有开关动作。编程的时候的差异仅仅在
http://www.deyisupport.com/question_answer/microcontrollers/c2000/f/56/t/52883.aspx 楼主贴出来的这段代码里面。
7段的话,Ta Tb Tc 均会赋值,5段的话,Ta Tb Tc 根据扇区不同有一个为 0;