超声波身高测量仪(自己写的)
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
目录
摘要 (1)
引言 (3)
第一章系统方案设计 (4)
§1.1设计要求 (4)
§1.2设计思路 (4)
§1.2.1 超声波的接收与处理 (4)
§1.2.2 身高测量算法构思 (4)
§1.2.3 硬件部分调试分析构思 (5)
§1.2.4 设计思路总结 (5)
第二章设计原理及设计框图 (6)
§2.1设计原理 (6)
§2.2设计框图 (6)
第三章传感器和电源的比较与选择 (8)
§3.1传感器设计的方案选择 (8)
§3.1.1超声波T/R40-10传感器设计电路 (8)
§3.1.2超声波LM1812传感器设计电路 (8)
§3.2 电源电路设计的方案选择 (9)
§3.2.1采用二极管稳压电路设计: (9)
§3.2.2采用7805三端稳压器电源: (10)
第四章系统硬件电路设计 (11)
§4.1单片机系统及显示电路 (11)
§4.2超声波发射电路 (13)
§4.3超声波检测接收电路 (13)
§4.4共阴极七段LED数码管 (14)
第五章系统软件设计 (15)
§5.1程序流程图 (15)
§5.2主程序设计 (16)
§5.3超声波发射子程序和接收中断程序设计 (16)
§5.3.1 超声波发射子程序 (16)
§5.3.2 超声波接收中断程序 (17)
第六章电路调试与分析 (19)
§6.1硬件部分调试与分析 (19)
§6.2程序调试与分析 (19)
参考文献.... . (20)
附录 (21)
附录 A 主要原理图 (21)
附录 B 产品及市场成品图 (22)
附录 C C语言程序 (23)
超声波身高测量仪
摘要:论文首先介绍了超声波测身高的基本原理,随后对几种可性的方案进行了方案论证,确定最后的设计方案,并对整个的设计方案作了详细的介绍。在此本设计中硬件设计电路主要由单片机系统及显示电路、超声波发射电路和超声波检测接受电路组成。软件设计由主程序、超声波发生子程序、超声波接收中断程序及显示子程序等部分。本次设计用超声波良好的反射性能,采用回波测距法来实现。使用在空气中效率较高的中心频率为40KHz的超声波探头来完成发射与接收功能,用四位数字显示以达到1cm的分辨率和1-3m的测量范围。公式如下:d=s/2=(c*t)/2 。d为被测物与测发生器的距离,s为声波的来回路程,c为声速,t为声波来回所用的时间。在此基础上设计了系统的总体方案,最后通过硬件和软件实现了各个功能模块。相关部分附有硬件电路图、程序流程图。
关键词:AT89C52超声波发射接收
Ultrasonic height measuring instrument
Abstract:Paper first introduces the basic principle of ultrasonic distance measurement, then the solution of several can be carried out of the demonstration program to determine the final design, and design a whole were described in detail. In this design, hardware design of the circuit mainly by the SCM system and the display circuit, ultrasonic transmitter and ultrasonic testing to accept circuit. Software design from the main program, subroutine ultrasound, ultrasound receiver interrupt program and display routines and other parts. The design of ultrasonic sound reflection properties, the use of echo ranging method to achieve. Higher efficiency in air using a center frequency of 40KHz ultrasound probe to complete transmit and receive functions, with four figures in order to achieve a resolution of 0.1cm and 1-3cm of the measuring range. The following formula: d = s / 2 = (c * t) / 2. d for the measured object and measuring the distance between generator, s is the sound of the round-trip distance, c is the speed of sound, t is the sound back and forth the time spent. On this basis, the overall design of the system program, and finally achieved through various hardware and software modules. With the relevant parts of the hardware circuit, the program flow chart.
Keywords: AT89C52,Ultrasonic,Launch,Receive