异步电机矢量控制磁链观测

时间:2015-03-21 04:49:43
【文件属性】:
文件名称:异步电机矢量控制磁链观测
文件大小:137KB
文件格式:RAR
更新时间:2015-03-21 04:49:43
异步电机 矢量控制 磁链观测 磁通观测说明: ///////////////////////////0519主要程序 flux_d=flux_d_o+T*(edss+20*reg3*cos_theta-20*flux_d_o); flux_q=flux_q_o+T*(eqss+20*reg3*sin_theta-20*flux_q_o); ///////////////磁通的大小在0.3-0.8之间 if(flux<0.8) reg3=flux; end if(flux>=0.8) reg3=0.8; end if(flux<0.3) wr_estimated=0; cos_theta=1; sin_theta=0; /////////////////////////////0520主要程序语句 /////////////////////////////磁通flux_d和flux_d_comp计算根据???? flux_d=flux_d_o+T*(edss-reg3*flux_d_o); flux_q=flux_q_o+T*(eqss-reg3*flux_q_o); %---------------------- % if(abs(we>=1)) reg3=abs(we); if(we>=0) flux_d_comp=flux_d+flux_q; flux_q_comp=flux_q-flux_d; else flux_d_comp=flux_d-flux_q; flux_q_comp=flux_d+flux_q; end % else % reg3=1; % flux_d_comp=flux_d; % flux_q_comp=flux_q; % end %----------------------- flux_d_r=(Lr/Lm)*(flux_d_comp-(o*Ls*idss)); flux_q_r=(Lr/Lm)*(flux_q_comp-(o*Ls*iqss)); ///////////////////////////////// ////////////////////////////在磁通观测的这些已有的m文件中, 0254,0617,0623,0701采用的方法是zw论文中提及的p34-p35的方法, 其中函数之间的区别是在参数上作了调整。0518,0519方法同上。 0520采用不同方法??
【文件预览】:
异步电机矢量控制磁链观测
----direct_sensorlessini.m(2KB)
----wr_Estimated0524.m(2KB)
----wr_Estimated0617.m(2KB)
----wr_Estimated0623.m(2KB)
----wr_Estimated0701.asv(2KB)
----磁通观测说明.txt(1KB)
----diret_vetor_control_with_detect_rotor_speed_0519.mdl(130KB)
----diret_vetor_control_with_detect_rotor_speed_0524.mdl(132KB)
----diret_vetor_control_with_detect_rotor_speed_0701.mdl(149KB)
----diret_vetor_control_with_detect_rotor_speed_0617.mdl(133KB)
----wr_Estimated0617.asv(2KB)
----wr_Estimated0519.m(2KB)
----wr_Estimated0520.asv(2KB)
----diret_vetor_control_with_detect_rotor_speed_0520.mdl(124KB)
----wr_Estimated0518.m(3KB)
----wr_Estimated0701.m(2KB)
----diret_vetor_control_with_detect_rotor_speed_0518.mdl(130KB)
----pid.m(296B)
----wr_Estimated0518.asv(3KB)
----wr_Estimated0707.m(2KB)
----wr_Estimated0520.m(2KB)
----diret_vetor_control_with_detect_rotor_speed_0707.mdl(149KB)
----Desktop_.ini(9B)
----diret_vetor_control_with_detect_rotor_speed_0623.mdl(133KB)
----wr_Estimated0524.asv(2KB)
----wr_Estimated0519.asv(2KB)

网友评论

  • 磁链观测模型采用M函数编写,略显复杂了,电压模型和电流模型可直接用模块搭出来。
  • 不错的资源,值得入门者学习参考!
  • 可以参考一下,实际应用还有距离,谢谢了。