文档详情

十字路口交通灯的设计与实现分析报告.doc

发布:2016-04-08约5.58千字共24页下载文档
文本预览下载声明
目录 摘要 II Abstract II 一 课题要求分析 2 1.1 任务说明 2 1.2 初步思路 2 1.3方案分析 2 二 电路设计 2 2.1 秒脉冲电路 2 2.2 状态循环模块 2 2.3 计时器模块 2 2.4 置数模块 2 2.5 译码显示模块 2 2.6 总电路图 2 2.7 相关芯片介绍 2 三 电路仿真结果 2 3.1 秒脉冲电路仿真 2 3.2总电路仿真 2 四 结论与心得 2 五 参考文献 2 摘要 交通信号灯常用于交叉路口,用来控制车的流量,提高交叉口车辆的通行能力 减少交通事故。本次课程设计就是以城市交通灯控制系统为背景,主要通过运用学过的数字电路设计的知识完成基础的交通灯基本功能,包括时间的定时和交通灯各种状态之间的转换, 并且要实现通行和禁行的时间的设置。本次设计采用数字电路仿真软件Multisim对所设计的电路进行仿真和测试,并通过观察仿真结果看设计是否符合要求。交通灯通过状态转换,指挥车辆行人通行,保证车辆行人的安全,实现十字路口交通管理自动化,大大保证了城市交通的安全。 关键词: Abstract Traffic lights are often used for intersection, used to control the car flow, improve the intersection vehicle capacity, reduce traffic accidents. This course is designed to city traffic light control system as the background, the basic traffic lights function mainly through the use of learned knowledge based digital circuit design, including the conversion between the timing and traffic lights all time, and to realize the access and no time setting. This design using the digital circuit simulation software Multisim is used to simulate and test the circuit design, and by observing the simulation results to see whether the design meets the requirements. The traffic light through state transition, command vehicle pedestrian passage, ensure the vehicle pedestrian safety, realize the automation of crossroads traffic management, can ensure the city traffic safety. Keywords: urbanization Traffic lights State transition Digital circuit simulation Traffic safety 十字路口交通灯的设计与实现 1 任务说明 (1)要求甲车道和乙车道两条交叉道路上的车辆交替运行(以红绿灯指示);变更车道以前,黄灯先亮5秒钟,黄灯亮时,要求每秒钟闪亮一次;两个车道均以减计数方式显示时间,用2位数码管显示。 (2)两车道的灯亮时间关系为:甲车道绿、黄、红灯亮的时间分别为m秒、5秒、n秒;乙车道绿、黄、红灯亮的时间分别为n-5秒、5秒、m+5秒。m和n可以预置。 1.2 初步思路 (3)甲乙道路交通灯时序应该符合下图要求: 图1 主车道时序要求 图1.2 次车道时序要求 3方案分析 图1.3 参考方案 根据实际的交通信号灯,设计一个交通灯信号控制器。甲、乙车道交替通行,甲车道每次放行20秒,乙车道放行60秒,绿灯亮表示通行,红灯表示停止。每次绿灯变红时黄灯先亮5秒。该交通灯控制系统的组成框图如下图1.4所示。状态控制器主要记录交通灯的工作状态,通状过状态译码器点亮相应状态的信号灯,秒信号发生器产生整个定时系统的时间脉冲,通过减法计数器对秒脉冲减计数,达到每一种工作状态持续时间。减法计数器的减进位脉冲使状态控制器完成状态转换,同时减进位根据系统下一个工作状态决定下一次减计数的初始值。减法计数器的状态由bcd译码器译码,数码管显示。 最终将整个系统分为秒脉冲模块、状态
显示全部
相似文档