智能小车毕业论文中英文资料外文翻译文献.docx

上传人:小飞机 文档编号:3576912 上传时间:2023-03-14 格式:DOCX 页数:23 大小:49.29KB
返回 下载 相关 举报
智能小车毕业论文中英文资料外文翻译文献.docx_第1页
第1页 / 共23页
智能小车毕业论文中英文资料外文翻译文献.docx_第2页
第2页 / 共23页
智能小车毕业论文中英文资料外文翻译文献.docx_第3页
第3页 / 共23页
智能小车毕业论文中英文资料外文翻译文献.docx_第4页
第4页 / 共23页
智能小车毕业论文中英文资料外文翻译文献.docx_第5页
第5页 / 共23页
亲,该文档总共23页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述

《智能小车毕业论文中英文资料外文翻译文献.docx》由会员分享,可在线阅读,更多相关《智能小车毕业论文中英文资料外文翻译文献.docx(23页珍藏版)》请在三一办公上搜索。

1、智能小车毕业论文中英文资料外文翻译文献中英文翻译 中英文资料外文翻译文献 智能小车控制中模糊-PID控制的实现 摘要:本文设计了一个自动智能小车控制系统和模糊-PID控制算法。 提出了一个设计模糊PID控制器的方案。通过matlab的仿真分析表明,模糊- PID控制算法的性能比一般的PID控制更好。智能小车的试验结果表明它会随黑色的引导线快速并且稳定的走完整个行程。 关键词:模糊PID;智能小车;模糊控制器;模糊控制。 1简介 近年来,许多国家正在研制无人驾驶的车辆技术。产生了许多新的理论和应用技术。文献1中提出了一个采用实时检测速度从而准确、动态改变小车转向的理论,从而实现转向完美特性的控制

2、策略。文献2中采用边缘检测算法来提取道路信息,并采用了比例控制。文献3提出了一种有效、具有良好抗干扰性的、适应性强的动态图像处理算法。这种算法有效的解决了由环境光线变化以及轨道变化所引起的小车偏离轨道现象。文献4利用非线性最优化重建了轨道和摄像调整间的空间关系,从而使它能够精确的测量出横向偏差。上述方案都从某种意义上改善了小车的性能,但他们都缺少以小车运动和大量实验为基础的小车的特性。这篇文章中提出了一个模糊控制算法以及模糊PID控制器的设计方法。在本文最后,给出了实验结果来证明模糊PID算法的有效性。 2硬件系统设计 要实现模糊PID控制算法的设计,有必要设计一个智能小车硬件系统。智能小车应

3、该有由道路检测,转角检测,速度检测等构成的智能控制单元。详见图1。 中英文翻译 图1 智能小车原理框图 3模糊PID控制的基本原则 用一般的PID控制算法来获得最好的响应是不容易的。因为参数Kp、Ki、Kd不适应于不同的对象,或者同一个对象的不同状态。模糊控制是以模糊集合和模糊逻辑为机车的。不需要精确的数学模型,它可以由用经验建立起来的规则表来确定控制变量的大小。一般来说,模糊控制的输入变量基于系统的误差E和系统的误差变化量Ec。这和比例微分控制相似。这样的控制可能可以获得较好的动态性能,但获得的静态性能不能让人满意。 将模糊控制于PID控制结合起来,这就会使系统即具有模糊控制所具有的灵活的适

4、应特性,又具有PID控制的所具有的较高的精确度。图2给出了模糊PID控制系统的结构图,其中模糊控制器的作用是选择不同的PID参数来改善局部响应,进而改善整体的响应。 图2 模糊PID控制仿真框图 4模糊PID控制器的设计 速度驱动电机控制器的设计和下面给出的转向机构控制器设计是相似的。模糊控中英文翻译 制器由模糊化、模糊推理、去模糊化组成,这些都是以知识库为基础的。控制器输入为误差及误差变化量,输出为参数Kp、Ki、Kd。 假设误差E的模糊集合为NB NM NS NO PO PS PM PB;误差变化量Ec、参数Kp、Ki、Kd的模糊集合为NB NM NS ZO PS PM PB。他们表示的意

5、义为:NB=负大、NM=负中、NS=负小、NO=负零、ZO=零、PO=正零、PS=正小、PM=正中、PB=正大。得到模糊变量E、EC、Kp、Ki、Kd的隶属度函数曲线如图3至图7所示: 图3 Kp隶属函数响应曲线 图4 Ki隶属函数响应曲线 图5 Kd隶属函数响应曲线 中英文翻译 图6 E隶属函数响应曲线 图7 Ec隶属函数响应曲线 在模糊化完成后需要建立规则表,根据规则表的描述,可以总结出56个模糊条件语句,形式例如:如果(E 是 PB) 并且 (Ec 是 PB)那么(Kp 是 PB) (Ki 是 ZO) (Kd是 PB)。详见表1表3。 最后一个步骤是去模糊化和建立查询表。在模糊控制中查询

6、表应该嵌入到程序中。假设输入的值是固定的那么可以在表中查出相应的输出值。实际上,这可以节省许多计算时间并使控制简化。 表1 Kp规则表 表2 Ki规则表 中英文翻译 表3 Kd规则表 5实验结果分析 图8 PID控制响应曲线 中英文翻译 图9 模糊PID控制响应曲线 实验利用了文献7中的转向机构模型,它的仿真回路已经由图2给出。我们已经用MATLAB仿真出了一般PID控制算法和模糊PID控制算法,获得的响应曲线如图8、图9所示。 实验结果表明,同一般得PID控制相比模糊控制的响应时间要短且没有超调的。系统的动态性能有了重大的提高。 6总结和展望 这篇文章给出了一个控制智能小车的设计方案,并且通

7、过实验从实际上很好的验证了这个方案。 无人驾驶智能小车是以计算机技术、模式识别以及智能控制技术的发展为基础的。许多国家和机构都在做这一方面的研究,但它是一个复杂的系统,它包含了许多方面的技术,所以任何一个技术的发展都是重要的,这可能成为智能车发展的瓶颈。 7S12XS系列装置概况 71介绍 新的S12XS系列16位微控制器是一个具兼容性的S12XE系列的简化版本。这些系列成员提供了一个简便的途径来开发通用平台的低端到高端化应用。将软件和硬件的重新设计降到最少。以通用汽车应用和CAN节点应用为目的,一些典型的应用如: 车身控制器,乘员检测,车门模块,RKE接收器,智能制动器,照明模块和只能接线箱

8、。 中英文翻译 S12XS系列保持了S12XE系列的一些特征包括闪存器纠错代码,一个独立的用来存储代码和数据的数据闪存模块,提高电磁兼容性能的调频锁定环和一个快速ATD转换器。S12XS系列在保持了16位微处理器的所有优点和效率的同时保持了低成本低能耗、电磁兼容性和代码长度优势被目前飞思卡尔16位S12和S12X微处理器系列的使用者所喜爱。 同S12X的成员一样S12XS系列运行16为存取,外设和记忆元件无需等待状态。S12XS可以选择112引脚薄型四侧封装,80引脚四列封装,64引脚薄型四侧封装进行封装并保持和S12XS系列一样的高引脚兼容性。除了每个模块可用的I/0端口,多达18个I/O端

9、口具有中断能力允许从停止或等待状态被唤醒。 外部设备包括:MSCAN,SPI,2个SCI,8通道24位周期中断时钟,8通道16位定时器,8通道PWM和12通道16位ATD转换器。软件控制的外设-端口路由选择使得以更少的引脚线数封装来灵活混杂的使用外设模块成为可能。 711特性 S12XS系列的特征都在这里列出,表一列出了内存选项的特征,表二列出了外设特征,这个外设特征在其他系列中也是适用的。 16位cpu12X 向上兼容S12 指令系统,但是除了已经被移除的五个模糊指令(MEM, WAV, WAVR, REV, REVW) 加强了变址寻址 获得大量的数据段而不依赖ppage 中断模块 七个层次

10、嵌套的中断 灵活的分配中断源到每一个中断水平 外部非可屏蔽高优先级中断 下一个输入可以做为唤醒中断 中断请求和非可屏蔽中断请求 总线接收引脚 SCI接受引脚 模块映射控制 中英文翻译 调试模块 6464位圆形缓冲区采集流量变化信息或内存访问信息 后台调试模块 OSC_LCP (oscillator)振荡器 低功率回路控制皮尔斯振荡器利用4MHZD到16MHz晶振 良好的抗干扰度 CRG 时钟及复位发生器 COP看门狗 实施中断 在自同步模式下快速从停止装态被唤醒 内存选项 64K, 128K 和 256K 字节闪存 闪存的一般特点 64个数据位和8个校验位允许一个校正位和两个检错位 擦除扇形区

11、1024位 自动化程序和消除算法 保护体制防止意外的擦除和程序 保护选项防止越权存取 4K和8K字节数据存储空间 16通道12位模数转换器 8 / 10 / 12 位分辨率 数据结果向左或向右对齐 为在停止模式下转换的内部振荡器 连续转换模式 16位模拟输入通道多路转换器 多通道SCANCS 引脚可以用来做数字量输入或输出 MSCAN(可扩展控制器区域网络) 1Mb每秒,CAN2.0A、B软件兼容模块 标准和扩充的数据帧 0-8字节数据长度 可编程使位速率至1Mbps 中英文翻译 5个先入先出存储接收缓冲区 3个带有内部优先权的传输缓冲区 单纯接听模式来监测CAN总线 通过软件或自动恢复总线关

12、闭 传输或发送信息16位时间标示 TIM 输入捕捉或输出比较816位通道 具有8位精度预分频器的16位自振荡计数器 116位脉冲存储器 PIT 升级至4个有超时期的定时器 超时期在1224个总线时钟周期中选择 升级至8通道*8位或4通道*16位脉宽调制器 中间对齐或左对齐的输出 大范围频率的可编程时钟选择逻辑 串行外围接口模块 可配置8位或16位字长 传输和接收双重缓冲 主导或从属模式 最高位有效或最低位有效移动 串行时钟相位和极性的选择 2个串行通信接口 全双工或单线运行 13位波特率选择 可编程的字符长度 可编程的传输和接收极性 中断检测和传输碰撞检测 片上稳压器 2个带基准源的并行线性稳

13、压器 带低压中断的低压检测 通电复位电路 中英文翻译 低压重置 输入/输出 多达91个一般用途的输入输出引脚 所有输出引脚驱动强调可配置 封装方式的选择 112引脚薄型四侧扁平封装 80引脚四列扁平封装 64引脚薄型四侧扁平封装 操作条件 大范围单电源供电电压,从3.135V至5.5V 最大40MHZ CPU总线频率 环境温度从-40至125 温度选择: -40至 85 -40至 105 -40 至 125 8HCS12 特点 与MC68HC12是一样的并且以MC68HC11 CPU 为基础 提供高效的内存访问 提供满足程序需求的内存 扩展了HC11指令系统 增加了一些新的寻址方式 允许外部辅

14、助存储器 下面是HCS12 CPU体系结构的概述,HCS12 CPU与MC68HC12相似并且在许多文献中被称为CPU12,另一方面CPU12 向上与MC68HC11 CPU兼容。MC68HC11 和MC68HC12分别被称为HC11和HC12。同HC12一样HCS12 CPU将所有暂存器和外设编址到一个独立的线性地址空间,提供高效的存储访问。由于HCS12系列可寻址1Mb地址空间,分页表被用来访问64-16K地址。这就为系统设计者提供了满足许多应用程序需要的内存空间。HCS12 CPU指令系统扩充了HC11的数据传送,数据操作指令,增强了算数运算,增加了分支和控制逻辑。此外,HCS12模块还

15、增加了寻址方式,成为了17中英文翻译 种寻址方式。尽管许多HCS12系列成员含有对于采用单一整合式驱动电路的程序来说是理想的片上闪存和随机存取存储器,用户还是可以安装装置访问外部存储器。 还有更多特点: HCS12具有和M68HC11/M68HC12相同的程序模型 没有新的寄存器 没有改变中断保存顺序 多路复用和非多路复用的外部中断 HCS12可以重新使用已存在的软件代码资源 注意:定时回路的改变时因为有了新的时钟频率、字节计数和指令周期时间 HCS12在用新的指令时体现更好的性能 HCS12减少了中断等待时间 HCS12提高了运算速度 HCS12提高了性能 指令队列数据提高了性能 在保证准确

16、性的前提下指令执行速度变快了 参考文献 1魏玉虎、石陈钰,姜健照张华。基于视觉的智能小车转向控制研究J.应用电子技术,2001(1)。 2 李正建,黄丽佳、葛鹏飞,刘翔飞。基于CCD的智能小车自动跟踪系统J. 东华大学学报(自然科学).2008(6)。 3,张云周,吴成东,施恩一,秦照冰 基于CCD的智能小车导航系统J.东北大学学报(自然科学).2009(2)。 4李旭章。 基于视觉研究的智能小车横向偏差测量方法J. 东南大学杂志(自然科学版),XX年(1)。 5王朋。钢筋混凝土机器人的有趣的控制及应用J. 山东大学.2007。 6王磊,王为民。模糊控制理论和应用。国防工业出版社。1997:1

17、9 7 魏新。机电驱动控制系统的设计和分析 南京理工大学2007 中英文翻译 附英文原文 Journal of Measurement Science and Instrumentation Supplement 2010 Implementation of Fuzzy-PID in Smart Car Control AbstractAn unmanued smart car control system and the fuzzy-PID control algorithm are produced . A design scheme of fuzzy-PID controller is

18、put forward. The simulation analysis from matlab indicated that the dynamic performance of fuzzy-PID control algorithm is better than that of usual PID. Experimental result of smart car show that it can follow the black guide line well and fast-stable complete running the whole trip. Keywords fuzzy-

19、PID; smart car; fuzzy controller; fuzzy control 1 Introduction In recent years, many countries are developing unmanned vehicle technology. This gives birth to many new theories and applied technology. Reference1 presents the theory of turn ahead which uses real-time monitoring speed to change the tu

20、rn-in point dynamically, then it implements the control strategy to achieve a perfect characteristics of steering. Reference2 uses edge detection algorithm to extract track information and adopt P control. Reference3 proposes a efficient, good anti-jamming and adaptive image processing dynamic algor

21、ithm which effectively solves the out of track caused by the changes of ambient light and track. Reference4 reconstructs spatial relationships of track and calibrates camera using nonlinear optimization, then it can measure lateral deviation accurately. The above improve vehicle performance in one w

22、ay but they are all lack of characteristics of car movement and based on lots of experiments. A fuzzy-PID control algorithm and a design scheme of fuzzy-PID controller are put forward in this paper. At last, the experimental result is given out to prove the validity of fuzzy-PID. 中英文翻译 2 Hardware sy

23、stem design To implement the design of fuzzy-PID algorithm, its necessary to design a hardware system of smart car. Smart car would have a smart control unite which contain detection of guide line, steering angle value, speed value and so on. See details in Fig.1. Fig.1 The functional block diagram

24、of smart car 3 Basic principle of fuzzy-PID Its difficult for usual PID control algorithm to achieve the best effect. Because, the parameters Kp, Ki, Kd cant adjust to different object or different state of the same object. Fuzzy control is based on fuzzy set and fuzzy logic. Without precise mathema

25、tical model it can determine the size of controlled variable according the rule table organized by experience. In general, fuzzy control input variables are based on system error E and error change EC, which is similar to PD control. Such control might have a good dynamic characteristic, but the sta

26、tic performance is not satisfactory. Combining fuzzy control and PID control, this would make a system have both flexibility-adaptablity of fuzzy control and high accuracy of PID control.Fig.2 shows the structure diagram of fuzzy-PID control system, in which fuzzy controller is responsible for selec

27、ting a different PID parameter to improve the local performance thus increasing over all performance. 中英文翻译 4 Design of fuzzy-PID controller Speed drive motor controller design is similar to the following example for steering gear controller design. Fuzzy controller consists of fuzzification, fuzzy-

28、inference and defuzzification, which are based on the knowledge base.6 Controller input error and error change, output the parameters Kp,Ki,Kd. Suppose the fuzzy set for E isNB,NM,NS,NO,PO,PS,PM,PB; the fuzzy set for EC、 Kp、Ki and Kd isNB,NM,NS,ZO,PS,PM,PB. The linguistic meanings are: NB = negative

29、 big, NM = negative middle, NS = negative small, NO = negative zero, ZO = zero, PO = positive zero, PS = positive small, PM = positive middle, PB = positive big. So the membership function curves of fuzzy variables E、EC、Kp、Ki and Kd are shown in the Fig.3-Fig.7: 中英文翻译 中英文翻译 Its necessary to establis

30、h rule table after finishing fuzzification. According the description of rule table, 56 fuzzy conditional statements can be summed, which look like If (E is PB) and (EC is PB) then (Kp is PB) (Ki is ZO) (Kd is PB). See details in Tab.1-Tab.3. Then, the last step is defuzzification and making a looku

31、p table. During fuzzy control, 中英文翻译 the lookup table would be embed into the program. Suppose input value is fixed, the corresponding output value would be found in the table. Actually, this would save much computing time, and the control would become simply. 中英文翻译 5 Analysis of experimental result

32、s 中英文翻译 Experiment used the steering gear model provides by reference. The simulation 7circuit were shown in Fig.2. The usual PID and fuzzy PID algorithm were all simulinked in the Matlab. Responding curves obtained were shown in Fig.8 and Fig.9. The experimental result show that compared with the u

33、sual PID, the responding time of fuzzy-PID algorithm is shorter without over swing. The system dynamic performance is improved significantly. 6 Conclusion and outlook This paper provided a design scheme for controlling a smart car, which is proved practically and superlatively though experiments. Un

34、manned smart car is due to the development of computer technology, pattern recognition and intelligent control technique. Many countries and research groups are doing research in the area. But its a complicated system, which involves a number of technologies. So the development of each technology is

35、 important, for it would become the bottleneck of the development of smart car. Device Overview S12XS Family 1.1 Introduction The new S12XS family of 16-bit micro controllers is a compatible, reduced version of the S12XE family. These families provide an easy approach to develop common platforms fro

36、m low-end to high-end applications, minimizing the redesign of software and hardware. Targeted at generic automotive applications and CAN nodes, some typical examples of 中英文翻译 these applications are: Body Controllers, Occupant Detection, Door Modules, RKE Receivers, Smart Actuators, Lighting Modules

37、 and Smart Junction Boxes amongst many others.The S12XS family retains many of the features of the S12XE family including Error Correction Code(ECC) on Flash memory, a separate Data-Flash Module for code or data storage, a Frequency Modulated Locked Loop (IPLL) that improves the EMC performance and

38、a fast ATD converter.S12XS family delivers 32-bit performance with all the advantages and efficiencies of a 16-bit MCU while retaining the low cost, power consumption, EMC and code-size efficiency advantages currently enjoyed by users of Freescales existing 16-bit S12 and S12X MCU families. Like mem

39、bers of other S12X Families, the S12XS family runs 16-bit wide accesses without wait states for all peripherals and memories. The S12XS family is available in 112-pin LQFP, 80-pin QFP, 64-pin LQFP package options and maintains a high level of pin compatibility with the S12XE family. In addition to t

40、he I/O ports available in each module, up to 18 further I/O ports are available with interrupt capability allowing Wake-Up from stop or wait modes. The peripheral set includes MSCAN, SPI, two SCIs, an 8-channel 24-bit periodic interrupt timer, 8-channel 16-bit Timer, 8-channel PWM and up to 16- chan

41、nel 12-bit ATD converter. Software controlled peripheral-to-port routing enables access to a flexible mix of the peripheral modules in the lower pin count package options. 1.1.1 Features Features of the S12XS Family are listed here. Please see Table D-1 for memory options and Table D-2 for the perip

42、heral features that are available on the different family members. 16-bit CPU12X Upward compatible with S12 instruction set with the exception of five Fuzzy instructions (MEM, WAV, WAVR, REV, REVW) which have been removed Enhanced indexed addressing Access to large data segments independent of PPAGE

43、 INT (interrupt module) Seven levels of nested interrupts Flexible assignment of interrupt sources to each interrupt level. 中英文翻译 External non-maskable high priority interrupt (XIRQ) The following inputs can act as Wake-up Interrupts IRQ and non-maskable XIRQ CAN receive pins SCI receive pins MMC (m

44、odule mapping control) DBG (debug module) 64 x 64-bit circular trace buffer captures change-of-flow or memory access information BDM (background debug mode) OSC_LCP (oscillator) Low power loop control Pierce oscillator utilizing a 4MHz to 16MHz crystal Good noise immunity CRG (clock and reset genera

45、tion) COP watchdog Real time interrupt Clock monitor Fast wake up from STOP in self clock mode Memory Options 64K, 128K and 256K byte Flash Flash General Features 64 data bits plus 8 syndrome ECC (Error Correction Code) bits allow single bit failure correction and double fault detection Erase sector

46、 size 1024 bytes Automated program and erase algorithm Protection scheme to prevent accidental program or erase Security option to prevent unauthorized access 4K and 8K byte Data Flash space 16 data bits plus 6 syndrome ECC (Error Correction Code) bits allow single bit failure correction and double

47、fault detection Erase sector size 256 bytes 中英文翻译 Automated program and erase algorithm 4K, 8K and 12K byte RAM 16-channel, 12-bit Analog-to-Digital converter 8/10/12 Bit resolution Left or right justified result data Internal oscillator for conversion in Stop modes Continuous conversion mode Multip

48、lexer for 16 analog input channels Multiple channel scans Pins can also be used as digital I/O MSCAN (1 M bit per second, CAN 2.0 A, B software compatible module) 1 M bit per second, CAN 2.0 A, B software compatible module Standard and extended data frames 0 - 8 bytes data length Programmable bit rate up to 1 Mbps Five receive buffers

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

当前位置:首页 > 生活休闲 > 在线阅读


备案号:宁ICP备20000045号-2

经营许可证:宁B2-20210002

宁公网安备 64010402000987号