永磁同步电机调速系统
按理说,逆变器的输出电流和电机的三相电流是一样的,这一点我已经看过(在矢量控制中,反馈电流选取电机的相电流,通过观测逆变器的输出电流和电机的相电流,发现2者一致),但是,当我将反馈电流选取为 逆变器的输出电流时候,如图所示,这种情况下仿真不过去,老是说如下错误,请问有没有大神看下,谢谢了错误 错误:Out of bounds switch input specified for 'LQR_sys_FOC/SVPWM/Sub_Cal_Ton/ '. The control input must be greater than or equal to 1 and less than or equal to the number of inputs if using one-based indexing; The control input must be greater than or equal to 0 and less than the number of inputs if using zero-based indexing. 这只是simulink模型搭建的问题,找到LQR_sys_FOC/SVPWM/Sub_Cal_Ton/模块,看看里面信号索引。
simulink的数组有两种索引方式:
One based Index:数组的第一个量是u(1)
zero based index: 数组的第一个量是u(0)
页:
[1]