无刷直流电机双闭环控制,采用转速与电流双闭环PID控制,波形完美
上传时间: 2019-04-09
上传用户:超级学霸行
基本pid控制的仿真和s函数 用s函数实现simulin仿真
标签: pid
上传时间: 2019-07-31
上传用户:crazy123
pid控制 #ifndef _PID_H #ifndef _PID_H #ifdef _PID_C #define PID_EXT #else #define PID_EXT extern #endif typedef struct PID { int SetPoint; unsigned char BitMove; float Proportion; float Integral; float Derivative; int iError; int iIncpid; int LastError; int PrevError; int Uk; }PID,*pPID; PID_EXT PID sPID; PID_EXT pPID sptr; void IncPIDInit(void); int IncPIDCalc(int NextPoint); #endif
上传时间: 2019-08-02
上传用户:stcwzy
用MATLAB,simulink搭建船舶航向pid控制模块,可以进行仿真
上传时间: 2020-01-09
上传用户:wzx123
MPC预测控制算法资料
上传时间: 2020-03-26
上传用户:johnsonxjq
提出一种永磁同步电机新的宽范围弱磁控制策略,根据电机在不同转速段运行时的转矩特性,考虑逆变器的输出电压能力及电机的电流约束条件,以输出最大转矩为目标,分析得出全速范围内的电流矢量控制算法。该方法将全速段分为四个运行区间,可实现恒转矩运行与弱磁控制的快速平滑过渡,使系统在额定转速以下具有恒转矩输出,在高速运行时实现恒功率特性。仿真及实验结果表明,提出的方法可有效拓宽电机的转速运行范围,具有较快的动态响应性能。
标签: 永磁同步电机
上传时间: 2021-12-12
上传用户:
人工智能时代到来,先进控制技术是基础。本书是滑模变结构控制MATLAB仿真(第3版)的上册,即“基本理论与设计方法”部分。本书系统论述了滑模变结构控制的基本理论、基本方法和应用技术,并全部给出了MATLAB仿真分析。本书特色如下: (1) 滑模变结构控制算法重点置于学科交叉部分的前沿研究。介绍一些有潜力的新思想、新方法的同时,也兼顾基本概念、基本理论和基本方法的深入剖析。 (2)针对每种滑模控制算法,均给出了完整的MATLAB仿真程序,同时也给出了程序的说明和仿真结果,具有很强的可读性。 (3) 从应用领域角度出发,突出理论联系实际,面向广大工程技术人员,具有很强的工程性和实用性。书中有大量应用实例及其结果分析,为读者提供了有益的借鉴。 (4) 书中介绍的各种滑模变结构控制算法非常完整,程序设计结构设计简单明了,便于自学和二次开发。
上传时间: 2022-02-02
上传用户:ttalli
王成元老师的现代电机控制,对于学习电机控制的同学来说很有帮助,里面讲了很多电机控制算法和模型。
标签: 电机控制
上传时间: 2022-03-21
上传用户:
设计了自动控制系统综合实验案例“基于LabVIEW和单片机的温度控制系统设计”。实验系统硬件部分由单片机、温度传感器、D/A转换模块、调压模块和电烤箱组成,设计了单片机与各个模块之间的接口电路。软件部分采用LabVIEW软件实现控制算法,并设计监控界面实现参数设定、温度数据实时监控等功能。设计了单片机与LabVIEW软件之间的串口通信程序,实现了输入、输出数据的传输。通过综合实验系统设计,使学生得到控制系统设计和实验调试等综合能力的训练。A comprehensive experimental case of the automatic control system is presented,which is the design of the temperature control system based on LabVIEW and SCM.The hardware part of the experimental system is composed of the SCM,temperature sensor,D/A conversion module,voltage regulating module and electric oven.The interface circuit between the SCM and each module is designed.In the software part,LabVIEW software is used to realize the control algorithm,and the monitoring interface is designed to realize the functions of parameter setting,temperature data real-time monitoring,etc.The serial communication program between the SCM and LabVIEW software is designed to realize the transmission of input and output data.Through the design of this comprehensive experimental system,students can get the comprehensive ability training for the control system design,experiment debugging,etc.
上传时间: 2022-03-27
上传用户:qdxqdxqdxqdx
自抗扰控制是一种以PID控制为基础,并对其做出改进的环路控制方式。理论上控制效果好于PID,且能够替代PID控制
标签: 自抗扰控制
上传时间: 2022-04-19
上传用户:bluedrops