登录
首页 » matlab » PMSM_simulink

PMSM_simulink

于 2020-11-27 发布
0 189
下载积分: 1 下载次数: 4

代码说明:

说明:  pmsm这是永磁同步电机的空间矢量控制模型,已经通过仿真请放心下载(pmsmThis is the space vector control of permanent magnet synchronous linear motor model, the simulation has been downloaded, please be assured))

文件列表:

PMSM_simulink.slx, 25460 , 2020-11-09

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

发表评论

0 个回复

  • C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许...
    C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许多场合下,您无法预先确定缓冲区所需的实际大小,这对于构造复杂的 C 程序来说,可能会导致几个根本性的问题。一种自我管理的抽象数据缓冲区概括地给出了抽象缓冲区的伪 C 代码实现,并详细介绍了采用这种机制的优点。-C programming language defines two standard memory management functions: malloc () and free (). C programmers frequently use those functions at run-time allocation of buffers in order to pass data between functions. However, in many occasions, you can not pre-determine the actual size of the buffer required, which for the complex structure of the C program, it may lead to several fundamental questions. A self-management, abstract data buffer generally gives the pseudo-C code for an abstract buffer implementation, and details the advantages of using this mechanism.
    2022-03-11 11:19:26下载
    积分:1
  • IDL
    IDL开发的小型的计算器,以及时钟和文件查找的列表框(IDL to develop a small calculator, and find the clock and file list box)
    2021-04-08 12:49:01下载
    积分:1
  • VB6.0角色控制-游戏编写实例
    一个在编写游戏时用得上的技巧,VB游戏角色控制实例,在VB6.0中可直接编译源码,运行效果如测试截图。通过这个角色控制小程序或许你会从中得到一些启发,学会如何让计算机控制游戏角色。
    2023-01-15 01:35:04下载
    积分:1
  • 永磁同步电机调速系统的滑模自抗扰控制
    说明:  传统的永磁同步电机(Permanent Magnet Synchronous Motor, PMSM)自抗扰调速 系统往往存在可调参数多且整定复杂的问题,利用滑模控制方法(Sliding Mode Control,SMC)对自抗扰控制(Active Disturbance Rejection Control, ADRC)结构进行改进,设计了PMSM 调速系统的滑模自抗扰速度控制器和电流控制器。将滑模控制方法引入自抗扰控制结构中,将自抗扰控制中的扩张状态观测器和非线性误差反馈控制律进行优化,在保留自抗扰原有抗扰性能的基础上,简化了参数整定,提高了系统的响应速度和鲁棒性,利用李雅普诺夫理论证明了控制器的稳定性。仿真结果验证了该方法的有效性。(The traditional permanent magnet synchronous motor (PMSM) ADRC system often has many adjustable parameters and complex setting. Using the sliding mode control (SMC) to improve the structure of ADRC (active disturbance rejection control, ADRC), the ADRC speed controller and current control of PMSM are designed Manufacture. The sliding mode control method is introduced into the ADRC structure. The extended state observer and the nonlinear error feedback control law are optimized. On the basis of retaining the original ADRC performance, the parameter setting is simplified and the response speed and robustness of the system are improved. The stability of the controller is proved by using Lyapunov theory. The simulation results verify the effectiveness of the method.)
    2019-11-08 10:20:25下载
    积分:1
  • Unity Pro编程手册
    说明:  施耐德M580编程软件,包括Unity Pro服务及用于管理项目的工具:访问权限、保存、恢复、在线/离线模式等(Schneider m580 programming software, including unity Pro service and tools for project management: access, saving, recovery, online / offline mode, etc)
    2020-04-27 11:13:24下载
    积分:1
  • pingjaizhibiao
    用于进行图像融合评价指标的计算和说明,对于撰写论文有帮助(It can be used to calculate and explain the evaluation index of image fusion, which is helpful for writing papers.)
    2020-06-24 04:00:01下载
    积分:1
  • 汽车仪表风格的Flash加载动画特效
    汽车仪表风格的Flash加载动画特效,很有意思,也很有个性的Flash Loading,随着Flash短片的加载,仪表盘上的仪表针的由左向右摇摆,指针到达最右侧,表明Flash影片已经加载完成了,如示例截图所示的效果,很炫的感觉,含有Flash源文件。
    2023-01-05 22:30:03下载
    积分:1
  • 图像拼接基于harris检测matlab代码
    一种图像拼接技术,其代码是基于harries的图像拼接技术(It is a skill that you can get some photo to join one)
    2020-09-07 19:28:06下载
    积分:1
  • 系统辨识与自适应控制MATLAB仿真
    说明:  自适应控制编程方面的书籍,里面有很多编程实例,适用于自适应控制入门学者学习。(Books on adaptive control programming)
    2019-04-03 11:05:52下载
    积分:1
  • perl语言编写实现浮点格式数据加减乘除的程序
    说明:  若将数据表示为浮点数格式,即有exponent和mantissa两部分,用perl语言编写实现浮点格式数据加减乘除的程序。(测试时与编程语言提供的浮点数运算进行比较,包括代码文件和设计测试报告)(If the data is expressed in floating-point format, there are two parts: exponent and mantissa. Perl language is used to write the program of data addition, subtraction, multiplication and division in floating-point format. (compare floating-point arithmetic provided by programming language during test, including code file and design test report))
    2020-05-12 11:54:54下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载