机电控制系统分析与设计大作业之一 基于MATLAB的直流电机双闭环调速系统的设计与仿真.docx

上传人:scccc 文档编号:11232950 上传时间:2021-07-16 格式:DOCX 页数:9 大小:264.53KB
返回 下载 相关 举报
机电控制系统分析与设计大作业之一 基于MATLAB的直流电机双闭环调速系统的设计与仿真.docx_第1页
第1页 / 共9页
机电控制系统分析与设计大作业之一 基于MATLAB的直流电机双闭环调速系统的设计与仿真.docx_第2页
第2页 / 共9页
机电控制系统分析与设计大作业之一 基于MATLAB的直流电机双闭环调速系统的设计与仿真.docx_第3页
第3页 / 共9页
机电控制系统分析与设计大作业之一 基于MATLAB的直流电机双闭环调速系统的设计与仿真.docx_第4页
第4页 / 共9页
机电控制系统分析与设计大作业之一 基于MATLAB的直流电机双闭环调速系统的设计与仿真.docx_第5页
第5页 / 共9页
点击查看更多>>
资源描述

《机电控制系统分析与设计大作业之一 基于MATLAB的直流电机双闭环调速系统的设计与仿真.docx》由会员分享,可在线阅读,更多相关《机电控制系统分析与设计大作业之一 基于MATLAB的直流电机双闭环调速系统的设计与仿真.docx(9页珍藏版)》请在三一文库上搜索。

1、机电控制系统分析与设计课程大作业一基于MATLAB的直流电机双闭环调速系统的设计与仿真学院:机电工程学院专业:机械设计制造及其自动化班级: 学号: 姓名: 一、 设计参数转速、电流双闭环直流调速系统,采用双极式H桥PWM方式驱动。电机参数:额定功率 200W;额定电压 48V;额定电流 4A;额定转速 500r/min;电枢回路总电阻 R=8;允许电流过载倍数 =2;电势系数Ce=0.04Vmin/r;电磁时间常数TL=0.008s;机电时间常数 Tm=0.5;电流反馈滤波时间常数Toi=0.2ms;转速反馈滤波时间常数Ton=1ms要求转速调节器和电流调节器的最大输入电压U*nm=U*im=

2、10V;两调节器的输出限幅电压为10V;PWM功率变换器的的开关频率f=10kHz;放大倍数K=4.8;动态参数设计指标:稳态无静差;电流超调量5%;空载启动到额定转速时的转速超调量25%;过渡过程时间ts=0.5s。二、 设计计算1. 稳态参数计算根据两调节器都选用PI调节器的结构,稳态时电流和转速偏差均应为零;两调节器的输出限幅值均选择为12V电流反馈系数;转速反馈系数:2. 电流环设计(1)确定时间常数电流滤波时间常数T=0.2ms,按电流环小时间常数环节的近似处理方法,则(2)选择电流调节器结构电流环可按典型型系统进行设计。电流调节器选用PI调节器,其传递函数为(3)选择调节器参数超前

3、时间常数:=T=0.008s电流环超调量为5%,电流环开环增益:应取,则=1666.67于是,电流调节器比例系数为(4)检验近似条件电流环截止频率=1666. 67 1/s1) 近似条件1: 现在,=3333.33,满足近似条件。2)近似条件2:现在,=47.43 ,满足近似条件。(5) MATLAB仿真未经过小参数环节合并的电流环单位阶跃响应未经过小参数环节合并的电流环频率响应源程序 sys1=tf(1,0.0002 1); sys2=tf(1,0.0001 1); sys3=tf(1666.67,1 0); figure(1); margin(sys1*sys2*sys3); hold o

4、n figure(2) closys1=sys1*sys2*sys3/(1+sys1*sys2*sys3); t=0:0.001:0.08; step(closys1,t);grid on; 经过小参数环节合并的电流环单位阶跃响应经过小参数环节合并的电流环频率响应源程序 sys1=tf(1,0.0003 1); sys2=tf(1666.67,1 0); figure(3); margin(sys1*sys2); hold on figure(4) closys2=sys1*sys2/(1+sys1*sys2); t=0:0.001:0.08; step(closys2,t); grid on

5、3. 转速环设计(1)确定时间常数电流环的等效时间常数:2=0.0006s转速滤波时间常数:T=1ms=0.001,转速环小时间常数近似处理:=2+ T=0.0006+0.001=0.0016s(2)选择转速调节器结构由转速稳态无静差要求,转速调节器中必须包含积分环节;又根据动态要求,应该按典型型系统校正转速环,因此转速调节器应该选择PI调节器,其传递函数为(3)选择调节器参数因要求超调量小于等于百分之二十五,取h=10,则转速调节器的超前时间常数为=hT=100.0016=0.016s转速环开环增益=21484 1/于是,转速调节器比例系数为=53.71(4)校验近似条件转速环的开环截止频率

6、为=214840.016=344 1/s1)近似条件1: 现在,=666. 67,满足近似条件。2) 近似条件2:现在,=430.33 ,满足近似条件。(5)MATLAB仿真未经过小参数环节合并的转速环单位阶跃响应未经过小参数环节合并的转速环频率响应源程序 sys1=tf(1,0.0006 1); sys2=tf(21484,1 0); sys3=tf(0.016 1,1 0); sys4=tf(1,0.001 1); figure(7); margin(sys1*sys2*sys3*sys4); hold on figure(8) closys4=sys1*sys2*sys3*sys4/(1

7、+sys1*sys2*sys3*sys4); t=0:0.001:0.08; step(closys4,t); grid on经过小参数环节合并的转速环频率响应经过小参数环节合并的电流环单位阶跃响应源程序 sys1=tf(1,0.0016 1); sys1=tf(1,1 0); grid on sys1=tf(1,0.0016 1); sys2=tf(21484,1 0); sys3=tf(0.016 1,1 0); figure(5); margin(sys1*sys2*sys3); hold on figure(6) closys3=sys1*sys2*sys3/(1+sys1*sys2*

8、sys3); t=0:0.001:0.08; step(closys3,t); grid on三、 仿真结果分析:根据设计结果的模拟仿真,可以得到设计的调节系统稳态时转速无误差。可以看出:作为内环的调节器,在外环转速的调节过程中,它的作用是使电流紧紧跟随其给定电压(即外环调节器的输出量)变化。双闭环系统中,由于增设了电流内环,电压波动可以通过电流反馈得到比较及时的调节,不必等它影响到转速以后才能反馈回来,抗扰性能大有改善。在转速动态过程中,保证获得电机允许的最大电流,从而加快动态过程。在实际系统中,电网电压的波动和外负载的波动会对系统的超调与稳定有一定的影响,在仿真的时候可以加以考虑,最终可以

9、看出系统对于外界干扰的协调能力很强。程序流程框图school), 4 4 house building as well as more than 1000 copies of books, more than 10 kinds of collection of newspapers and magazines, fires burnt down. In 1938, the Japanese learned that the national Government established in XI Tang Tomb rotten clip taxes, tax officers live i

10、n 8 of Yan Dong village farmers home, troops at night, Yao was burned several houses. 1938 new morning of September 18, the Japanese team went to the countryside sweep from the kaiyang village line to Tung Yang Jia Qiao yan Temple wall and met Yang Jia溇 Zhou Dana (male) weeks because of long-term il

11、lness and cant work in the fields, the Japanese see his face from scratch without calluses, regard him as Shina, thrust a knife at the scene of his death. The body was stabbed 7 times, wound 13. The same day, Trang bang village heard the Japanese come to mop-up are hiding, mother of 9 Zhou Guanbao Z

12、hang Aying to drill a dry mound, was discovered by the Japanese, a shot in the end. The same day, is 7 zhouhaijiangzhi grandfather Zhou Yingbao to escape the Japanese army, was found on the road, a shot in the end. In March 1939, the Japanese army in Yan Tomb raiding, has arrested 16 people, in feng

13、qiao cigarettes this morning bang, killing 11 people on the River, East meeting point in wood qiaotu in the afternoon killing 4 people on the Riverside. Gu Tong is a Japanese go speak the Shanghai dialect, later to be called Gu Tong as kill left. On January 18, 1943, the elves, five thousand or six

14、thousand, water and land go hand in hand mop-up jiaxing area west of the railway, Yan Tomb area fall. March 6, Niu Shan (County Government II section chief) carrying its child Niu Jun (strict Tomb seventh district Chang) and the District Assistant Yu Xuchu, and players Jin Fuqin, and Shen Baosheng, six people received Wujiang underground County Government notification

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 社会民生


经营许可证编号:宁ICP备18001539号-1