登录
首页 » matlab » PMSM_FOC_fuzzyPID

PMSM_FOC_fuzzyPID

于 2017-03-05 发布 文件大小:39KB
0 183
下载积分: 1 下载次数: 80

代码说明:

  这是一个基于磁场定向的永磁同步电机仿真模型,其中内外环控制均采用模糊PID(This is a permanent magnet synchronous motor based on field-oriented simulation model, wherein the inner and outer rings are fuzzy PID control)

文件列表:

PMSM_FOC_fuzzyPID.slx,40045,2017-02-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TPDSPlab2
    signal specter
    2011-02-04 03:05:26下载
    积分:1
  • digitalmarking
    实现数字图像盲水印的嵌入,利用变换域的方法。(realize the input of the blind watermark.)
    2010-05-26 18:32:07下载
    积分:1
  • code
    虹膜识别程序( iris recognition)
    2012-05-27 20:39:45下载
    积分:1
  • 2fsk
    2FSK频率选择法调制及相关检测、包络检测的matlab程序,供仿真参考(2FSK modulation frequency selection method and related testing, envelope detection matlab program for the simulation of reference)
    2013-10-29 20:14:44下载
    积分:1
  • WRITE-A-PROGRAM-FOR-POWERLAW-TRANSFORM
    POWERLAW ON IMAGE PIXEL
    2014-09-03 02:44:44下载
    积分:1
  • Blood-Pulse-PPG
    计算脉搏信号的方法 PPG 脉搏波速度计算 血压(Calculation of Blood Pulse Transit Time from PPG PPG pulse signal calculation method of pulse wave velocity calculation)
    2014-04-24 13:57:07下载
    积分:1
  • 数值分析课设计
    数值分析最常用的四十种算法,使用c++/matlab实现(numerical analysis of the 40 most commonly used algorithms, the use of c/Matlab achieve)
    2020-06-26 08:40:01下载
    积分:1
  • 09
    说明:  A Short Guide on a Fast Global Minimization Algorithm for Active Contour Models文章代码基于MATLAB(A Short Guide on a Fast Global Minimization Algorithm for Active Contour Models)
    2014-09-27 10:30:26下载
    积分:1
  • fractal-use
    分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -0.1 0.8]) ②Sierpinski三角形 A=[0 1 0.5 0 0 1] 初始化A n=3 迭代次数 for i=1:n A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2 A=[A A+[c b] A+[c/2 c]] end for i=1:3^n patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数 end (Fractal Exercise One The ① Koch curve Plural iteration Koch curve clear i to prevent i is reassigned A = [0 1] initial A is a connection (0,0) and (1,0) of the segments t = exp (i* pi/3) n = 2 n is the number of iterations for j = 0: n A = A/3 a = ones (1,2* 4 ^ j) A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a] end plot (real (A), imag (A)) axis ([0 1-0.1 0.8])   ② Sierpinski triangle A = [0 1 0.5 0 0 1] initialized A n = 3 the number of iterations. for i = 1: n A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2 A = [A A+ [c b] A+ [c/2 c]] end for i = 1:3 ^ n patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function end)
    2013-03-02 10:03:09下载
    积分:1
  • Neural-Network-Toolbox-MATLAB
    Book of Neural Network Toolbox For Use with MATLAB®
    2011-10-30 01:29:54下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载