智能金属探测仪设计.doc
约38页DOC格式手机打开展开
智能金属探测仪设计,1.4万字我自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用摘要本文介绍的是一种基于at89c51单片机控制的智能金属探测仪的工作原理、硬件组成、软件设计及其主要功能。该探测仪以at89c51单片机为核心控制器件,采用平衡线圈,来感应由于金属涡流效应引起的通电线圈周围磁场的变化,并将磁场...
内容介绍
此文档由会员 jiji888 发布
智能金属探测仪设计
1.4万字
我自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用
摘要 本文介绍的是一种基于AT89C51单片机控制的智能金属探测仪的工作原理、硬件组成、软件设计及其主要功能。该探测仪以AT89C51单片机为核心控制器件,采用平衡线圈,来感应由于金属涡流效应引起的通电线圈周围磁场的变化,并将磁场的变化线性地转化为电压的变化,利用A/D转换电路测量其电压值,并将它与设定的基准电压值相比较,由它们的差值来判断是否探测到金属。
软件部分是采用汇编语言编写的。在软件设计中,用数字滤波的方法来消除干扰,提高探测仪的抗干扰能力,以确保系统的准确性。此外,在本文中对影响金属探测仪的灵敏度与稳定性的因素进行了探讨,如仪器的工作频率、检测线圈的尺寸及匝数等是影响仪器灵敏度的主要因素;应用现场的湿度、环境温度及线圈的制作工艺和供电电源的稳定性也是仪器稳定性的影响因素。
关键词:单片机 金属探测仪 平衡线圈 电磁感应 灵敏度
Design and Research of Intelligent Metal Detector
Abstract:This paper describes an approach based on AT89C51 microprocessor controlled intelligent metal detector hardware components, software design, operating principles and main functions. Which to AT89C51 microprocessor as the core. The equipment adopts balance coil as a probe to detect the magnetic field change of the centre of a search coil resulted from eddy current effect and turn this magnetic field change into voltage change. The SCM measures the peak value of voltage and compares it with reference voltage. To determine whether detect metal or not.
System software in assembly language .Inside the software, the digital filter technology is utilized to eliminate the jamming. So the stability of system and the measuring veracity are improved. The effect of all factors on sensitivity and stability of Metal Detector are discussed in this paper. It is concluded that the operating frequency, the size of the search coil and turns are the main factors affected on the sensitivity of the instrument; the environment temperature and humidity in site, the winding technology of coils and the stability of power supply are the factors effected on stability of instrument.
Key Words:SCM (Single Chip Microcomputer) Metal detector Balance coil Electric-magnetic induction sensitivity
目 录
第一章 金属探测仪概述 1
1.1引 言 1
1.2 金属探测仪的发展现状及趋势 1
1.3 金属探测仪理论依据 3
1.4 金属探测仪主要性能分析 4
第二章 系统的硬件设计 6
2.1 系统组成框图 6
2.2 系统工作原理 6
2.3 硬件电路功能描述 7
2.3.1 正弦波产生电路 7
2.3.2 线性霍尔传感器 9
2.3.3 振荡和前置放大电路 11
2.3.4 A/D转换电路 12
2.3.5 显示报警电路 14
2.3.6 电源电路 15
2.4 系统控制单元 15
2.5 整机工作原理描述 18
第三章 系统软件设计 20
3.1 软件设计思想 20
3.2 数字滤波及算法说明 20
3.3 各模块结构框图 21
3.3.1 键盘控制流程图 21
3.3.2 数字滤波流程图 22
3.3.3 主程序流程图 23
3.3.4 显示报警电路流程图 24
第四章 结论与展望 25
4.1 结论 25
4.2 展望 25
致 谢 27
参考文献 28
附录1:其他模块源程序 30
附录2:总电路图 33
1.4万字
我自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用
摘要 本文介绍的是一种基于AT89C51单片机控制的智能金属探测仪的工作原理、硬件组成、软件设计及其主要功能。该探测仪以AT89C51单片机为核心控制器件,采用平衡线圈,来感应由于金属涡流效应引起的通电线圈周围磁场的变化,并将磁场的变化线性地转化为电压的变化,利用A/D转换电路测量其电压值,并将它与设定的基准电压值相比较,由它们的差值来判断是否探测到金属。
软件部分是采用汇编语言编写的。在软件设计中,用数字滤波的方法来消除干扰,提高探测仪的抗干扰能力,以确保系统的准确性。此外,在本文中对影响金属探测仪的灵敏度与稳定性的因素进行了探讨,如仪器的工作频率、检测线圈的尺寸及匝数等是影响仪器灵敏度的主要因素;应用现场的湿度、环境温度及线圈的制作工艺和供电电源的稳定性也是仪器稳定性的影响因素。
关键词:单片机 金属探测仪 平衡线圈 电磁感应 灵敏度
Design and Research of Intelligent Metal Detector
Abstract:This paper describes an approach based on AT89C51 microprocessor controlled intelligent metal detector hardware components, software design, operating principles and main functions. Which to AT89C51 microprocessor as the core. The equipment adopts balance coil as a probe to detect the magnetic field change of the centre of a search coil resulted from eddy current effect and turn this magnetic field change into voltage change. The SCM measures the peak value of voltage and compares it with reference voltage. To determine whether detect metal or not.
System software in assembly language .Inside the software, the digital filter technology is utilized to eliminate the jamming. So the stability of system and the measuring veracity are improved. The effect of all factors on sensitivity and stability of Metal Detector are discussed in this paper. It is concluded that the operating frequency, the size of the search coil and turns are the main factors affected on the sensitivity of the instrument; the environment temperature and humidity in site, the winding technology of coils and the stability of power supply are the factors effected on stability of instrument.
Key Words:SCM (Single Chip Microcomputer) Metal detector Balance coil Electric-magnetic induction sensitivity
目 录
第一章 金属探测仪概述 1
1.1引 言 1
1.2 金属探测仪的发展现状及趋势 1
1.3 金属探测仪理论依据 3
1.4 金属探测仪主要性能分析 4
第二章 系统的硬件设计 6
2.1 系统组成框图 6
2.2 系统工作原理 6
2.3 硬件电路功能描述 7
2.3.1 正弦波产生电路 7
2.3.2 线性霍尔传感器 9
2.3.3 振荡和前置放大电路 11
2.3.4 A/D转换电路 12
2.3.5 显示报警电路 14
2.3.6 电源电路 15
2.4 系统控制单元 15
2.5 整机工作原理描述 18
第三章 系统软件设计 20
3.1 软件设计思想 20
3.2 数字滤波及算法说明 20
3.3 各模块结构框图 21
3.3.1 键盘控制流程图 21
3.3.2 数字滤波流程图 22
3.3.3 主程序流程图 23
3.3.4 显示报警电路流程图 24
第四章 结论与展望 25
4.1 结论 25
4.2 展望 25
致 谢 27
参考文献 28
附录1:其他模块源程序 30
附录2:总电路图 33