飞机速度控制系统matlab仿真.

上传人:我** 文档编号:114448546 上传时间:2019-11-11 格式:DOC 页数:42 大小:1.67MB
返回 下载 相关 举报
飞机速度控制系统matlab仿真._第1页
第1页 / 共42页
飞机速度控制系统matlab仿真._第2页
第2页 / 共42页
飞机速度控制系统matlab仿真._第3页
第3页 / 共42页
飞机速度控制系统matlab仿真._第4页
第4页 / 共42页
飞机速度控制系统matlab仿真._第5页
第5页 / 共42页
点击查看更多>>
资源描述

《飞机速度控制系统matlab仿真.》由会员分享,可在线阅读,更多相关《飞机速度控制系统matlab仿真.(42页珍藏版)》请在金锄头文库上搜索。

1、2015届毕业设计说明书 模拟飞机速度控制系统的分析与仿真 院 、 系: 电气与信息工程学院学生姓名: 指导教师: 职称 专 业: 自动化 班 级: 完成时间: 2015年6月 摘 要此次设计研究的内容主要是围绕模拟飞机控制系统,利用自动控制原理中的多种方法分析该控制系统的性能,比如系统的稳定性,动态性能,静态性能以及它们之间的相互关系,并且运用MATLAB软件对该控制系统进行仿真,直观的分析系统参数对系统动态特性和稳态特性的影响,来知道参数调节,让系统具备良好的控制效果。首先从时域角度出发,根据系统中各个环节的物理或者化学规律,得到系统的微分方程,由微分方程经过拉普拉斯变化解得系统的开环传递

2、函数或者闭环传递函数,然后求解闭环特征方程的特征方程和特征根,零极点的分布以及劳斯判据来分析判断该系统的稳定性。对于一个稳定的系统,又有上升时间、超调量、峰值时间、调节时间和稳态误差这些指标来对比系统的性能。其次根据系统的传递函数,设计相应的控制器,提高系统的性能。由于被控对象组成的闭环系统存在着静态误差,并且系统的调节时间比较长,超调量也不满足要求,所以根据系统的情况设计了PID控制器。在Matlab软件中仿真之后,系统的性能指标得到提升,验证了PID控制器的有效性。另外根据系统参数对系统性能指标的影响,将系统的阻尼比调节到最佳阻尼比0.707,进一步提升了系统的性能。最后,根据系统中存在着

3、参数不确定的情况,传统控制方法很难设计控制器对于所有的参数都适用,所以设计了模糊控制器。由于模糊控制器不需要控制对象的精确模型,所以设计的模糊控制器对于所有的参数都实现了很好的效果,大幅度的提升了系统的性能。在分析的过程中,使用了计算机技术的MATLAB软件,该软件可以比较方便地得到系统的根轨迹图、阶跃响应图和频域分析的曲线,并且可以高效的对比系统各个参数对系统时域特性和频域特型的影响,通过这些对比,能够加深对控制系统的认识和理解,对于系统的学习有着很大的帮助。关键词:模拟飞机控制;稳定性;模糊控制;MATLAB软件 IIABSTRACTThe research content mainly

4、around the simulation of aircraft control systems, using many methods of automatic control principle to analyze the performance of the control system, such as the stability of the system, dynamic performance, static performance and their relationships, using MATLAB software to simulate the control s

5、ystem and study the impacts of different parameters to the performance of the system, in order to adjust the parameters to obtain good control effect. First from the angle of the time domain, according to all aspects of the physical or chemical law in the system, the differential equations of the sy

6、stem can be obtained. Then the transfer function can be obtained after Laplace transform of the differential equations. And according to the eigenvalues of the closed-loop characteristic equation, pole zero distribution and Routh criterion, we can analyze the stability of the system.Secondly, accord

7、ing to the transfer function of the system, design the controller and improve the performance of the system. Due to the closed-loop system composed of the controlled object has the static error and system of regulating time is relatively long, overshoot also does not meet the requirements, so we des

8、ign the PID controller to control the system. After the simulation of Matlab, the performance of the system is improved, and the validity of PID controller is verified. In addition, according to the influence of system parameters on the performance of the system, the damping ratio of the system is a

9、djusted to the optimum damping ratio by 0.707, and the performance of the system is further improved.At last, according to the uncertain parameters of the system, the traditional control method is very difficult to design the controller for all the parameters, so the fuzzy controller is designed. Si

10、nce the fuzzy controller does not need the precise model of the object, the fuzzy controller is designed for all the parameters to achieve a good effect, greatly improving the system performance.Matlab software of computer technology is used in the analysis of the process, the software can more easi

11、ly get system root locus order and step response curve and frequency domain analysis, and high contrast of the system parameters on system characteristics in time domain and frequency domain contoured influence, through the comparison, the understanding of the control system can be deepen, and has a

12、 great help for learning.Key words:Simulation of aircraft control systems; stability; Fuzzy control; MATLAB software目 录1绪论11.1 研究背景11.2 研究意义21.3 研究内容22模拟飞机速度控制系统的工作原理与数学模型42.1 模拟飞机速度控制系统工作原理42.1.1 飞机速度控制系统简介42.1.2飞机速度控制系统的基本组成部分及功能42.1.3模拟飞机速度控制的基本方案52.2模拟飞机速度控制系统数学建模63模拟飞机速度控制系统性能分析及系统仿真93.1系统时域分析方

13、法及其性能指标93.1.1系统的动态性能指标103.1.2系统的静态性能指标113.1.3系统的性能指标和系统参数的关系113.1.4高阶系统分析方法143.2 飞机速度控制系统分析143.2.1开环系统性能分析143.2.2闭环系统性能分析154模拟飞机速度控制器设计及系统仿真174.1 PID控制器设计174.1.1PID控制器简介174.1.2 PID控制器经典电路184.1.3 PID控制器中三个系数的作用214.1.4加入PID控制器后的系统仿真214.2模糊控制器设计244.2.1模糊控制器基本理论244.2.2模糊控制器设计步骤274.2.3量化因子和比例因子对系统性能的影响28

14、4.2.4利用模糊控制器控制飞机速度控制284.3两种控制器的控制效果比较30结束语32参考文献33致 谢36 V1绪论1.1 研究背景目前,高超音速飞行器是世界大国正在潜心研究的热门军事武器。其中,高超音速,是指飞行器的速度高于音速五倍以上,大约为每小时飞行器的移动的距离为6000公里。高超音速飞行器不仅仅指飞机,它主要包括三个大类,第一类是高超音速的巡航导弹,第二类是高超音速的飞机,第三类是高超音速的航天飞机。高超音速飞行器的速度十分快,除此之外,飞行器的轨迹也没有规律,难以预测,所以用相应的拦截系统难以拦截。高超音速飞行器的动力由高超音速冲压发动机提供,它的技术原理十分复杂,同时具有高要

15、求的气动外形,所以研究起来十分困难,解决飞行器的速度控制问题,是发展高超音速飞行器的关键。对于美国来说,一小时打遍全球是美国空军的梦想,现在的高超音速飞行器正好可以使这种梦想变成现实。所以,美国从很早开始就开始研究高超音速飞行器,其中的X-51项目从2010年开始试验,但是失败的次数大于成功的次数,其中很重要的一点因素就是飞行器的速度达到很大之后,飞行器的稳定性会受到速度较大的影响,速度上的一点变化,就可能导致整个飞行器的不稳定甚至直接坠毁,这说明高超音速飞行器的研制并不像想象的那么简单。高超音速导弹相对于常规的巡航导弹有着很多优点,主要体现在以下三个方面:1. 飞行速度非常快。对于常规的亚音速导

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 高等教育 > 大学课件

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号