资源简介

永磁无刷直流电机matlab/simulink模型及相关代码,电机调速使用了模糊控制

资源截图

代码片段和文件信息

function out=pulseC(x)
Pos=x;
if Pos>=0 & Pos<=pi/6
out=[0 0 1 0 0 1];
elseif  Pos>=pi/6 & Pos<=pi/2
out=[0 1 1 0 0 0];
elseif  Pos>=pi/2 & Pos<=5*pi/6
out=[0 1 0 0 1 0];
elseif  Pos>=5*pi/6 & Pos<=7*pi/6
out=[0 0 0 1 1 0];
elseif  Pos>=7*pi/6 & Pos<=3*pi/2
out=[1 0 0 1 0 0];
elseif  Pos>=3*pi/2 & Pos<=11*pi/6
out=[1 0 0 0 0 1];
elseif  Pos>=11*pi/6 & Pos<=2*pi
out=[0 0 1 0 0 1];
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2316  2010-06-17 13:07  Matlab 程序\fuzzypidxinde.fis

     文件        402  2008-08-01 10:47  Matlab 程序\pulseC.m

     文件       1300  2008-07-28 09:41  Matlab 程序\trapezoid.m

     文件       4342  2008-08-01 18:24  Matlab 程序\Uabcdef222.m

     文件     113638  2014-03-16 20:57  Matlab 程序\wo2.mdl

     文件      87090  2010-06-12 09:16  Matlab 程序\wo2.mdl.r13

     文件         84  2008-07-27 10:13  Matlab 程序\yu.m

     目录          0  2014-03-16 20:57  Matlab 程序

----------- ---------  ---------- -----  ----

               209172                    8


评论

共有 条评论