




已阅读5页,还剩9页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
采用红外传感器网络对移动目标的计数 1 江西城市职业学院江西城市职业学院 毕毕业业论论文文 设设计计 题 目 红外线自动计数器的设计 分 院 机电工程学院 班 级 08 应用电子技术 1 班 学 号 085902020139 学生姓名 张 博 起讫日期 2010 年 11 月 15 日 指导教师 石怿 职称 助教 教研室主任 石怿 审核日期 采用红外传感器网络对移动目标的计数 2 Moving Object Counting with an Infrared Sensor Network By Chi Keung Ki 采用红外传感器网络对移动目标的计数 3 ABSTRACT Wireless Sensor Network WSN has become a hot research topic recently Great benefit can be gained through the deployment of the WSN over a wide range of applications covering the domains of commercial military as well as residential In this project we design a counting system which tracks people who pass through a detecting zone as well as the corresponding moving directions Such a system can be deployed in traffic control resource management and human flow control Our design is based on our self made cost effective Infrared Sensing Module board which co operates with a WSN The design of our system includes Infrared Sensing Module design sensor clustering node communication system architecture and deployment We conduct a series of experiments to evaluate the system performance which demonstrates the efficiency of our Moving Object Counting system KEYWORDS Infrared radiation Wireless Sensor Node 1 Wireless Sensor Network 1 1 Introduction to Infrared Infrared radiation is a part of the electromagnetic radiation with a wavelength lying between visible light and radio waves Infrared have be widely used nowadays including data communications night vision object tracking and so on People commonly use infrared in data communication since it is easily generated and only suffers little from electromagnetic interference Take the TV remote control as an example which can be found in everyone s home The infrared remote control systems use infrared light emitting diodes LEDs to send out an IR infrared signal when the button is pushed A different pattern of pulses indicates the corresponding button being pushed To allow the control of multiple appliances such as a TV VCR and cable box without interference systems generally have a preamble and an address to synchronize the receiver and identify the source and location of the infrared signal To encode the data systems generally vary the width of the pulses pulse width modulation or the width of the spaces between the pulses pulse space modulation Another popular system bi phase encoding uses signal transitions to convey information Each pulse is actually a burst of IR at the carrier frequency A high means a burst of IR energy at the carrier frequency and a low represents an absence of IR energy There is no encoding standard However while a great many home entertainment 采用红外传感器网络对移动目标的计数 4 devices use their own proprietary encoding schemes some quasi standards do exist These include RC 5 RC 6 and REC 80 In addition many manufacturers such as NEC have also established their own standards 1 2 Wireless sensor network Wireless sensor network WSN is a wireless network which consists of a vast number of autonomous sensor nodes using sensors to monitor physical or environmental conditions such as temperature acoustics vibration pressure motion or pollutants at different locations Each node in a sensor network is typically equipped with a wireless communications device a small microcontroller one or more sensors and an energy source usually a battery The size of a single sensor node can be as large as a shoebox and can be as small as the size of a grain of dust depending on different applications The cost of sensor nodes is similarly variable ranging from hundreds of dollars to a few cents depending on the size of the sensor network and the complexity requirement of the individual sensor nodes The size and cost are constrained by sensor nodes therefore have result in corresponding limitations on available inputs such as energy memory computational speed and bandwidth The development of wireless sensor networks WSN was originally motivated by military applications such as battlefield surveillance Due to the advancement in micro electronic mechanical system technology MEMS embedded microprocessors and wireless networking the WSN can be benefited in many civilian application areas including habitat monitoring healthcare applications and home automation 1 3 Types of Wireless Sensor Networks Wireless sensor network nodes are typically less complex than general purpose operating systems both because of the special requirements of sensor network applications and the resource constraints in sensor network hardware platforms The operating system does not need to include support for user interfaces Furthermore the resource constraints in terms of memory and memory mapping hardware support make mechanisms such as virtual memory either unnecessary or impossible to implement Tiny OS is possibly the first operating system specifically designed for wireless sensor networks Unlike most other 采用红外传感器网络对移动目标的计数 5 operating systems Tiny OS is based on an event driven programming model instead of multithreading Tiny OS programs are composed into event handlers and tasks with run to completion semantics When an external event occurs such as an incoming data packet or a sensor reading TinyOS calls the appropriate event handler to handle the event The TinyOS and programs are both written in a special programming language called NesC which is an extension to the C programming language NesC is designed to detect race conditions between tasks and event handlers There are also operating systems that allow programming in C Examples of such operating systems include Contiki and MANTIS Contiki is designed to support loading modules over the network and run time loading of standard ELF files The Contiki kernel is event driven like TinyOS but the system supports multithreading on a per application basis Unlike the event driven Contiki kernel the MANTIS kernel is based on preemptive multithreading With preemptive multithreading applications do not need to explicitly yield the microprocessor to other processes 1 4 Introduction to Wireless Sensor Node A sensor node also known as a mote is a node in a wireless sensor network that is capable of performing processing gathering sensory information and communicating with other connected nodes in the network Sensor node should be in small size consuming extremely low energy autonomous and operating unattended and adaptive to the environment As wireless sensor nodes are micro electronic sensor device they can only be equipped with a limited power source The main components of a sensor node include sensors microcontroller transceiver and power source Sensors are hardware devices that can produce measurable response to a change in a physical condition such as light density and sound density The continuous analog signal collected by the sensors is digitized by Analog to Digital converter The digitized signal is then passed to controllers for further processing Most of the theoretical work on WSNs considers Passive and Omni directional sensors Passive and Omni directional sensors sense the data without actually manipulating the environment with active probing while no notion of direction is involved in these measurements Commonly people deploy sensor for detecting heat e g thermal sensor light e g infrared sensor ultra sound e g ultrasonic sensor or electromagnetism e g 采用红外传感器网络对移动目标的计数 6 magnetic sensor In practice a sensor node can equip with more than one sensor Micro controller performs tasks processes data and controls the operations of other components in the sensor node The sensor node is responsible for the signal processing upon the detection of the physical events as needed or on demand It handles the interruption from the transceiver In addition it deals with the internal behavior such as application specific computation The function of both transmitter and receiver are combined into a single device known as transceivers that are used in sensor nodes Transceivers allow a sensor node to exchange information between the neighboring sensors and the sink node a central receiver The operational states of a transceiver are Transmit Receive Idle and Sleep Power is stored either in the batteries or the capacitors Batteries are the main source of power supplying for the sensor nodes Two types of batteries used are chargeable and non rechargeable They are also classified according to electrochemical material used for electrode such as Nickel cadmium Nickel zinc Nickel metal hydride and Lithium Ion Current sensors are developed which are able to renew their energy from solar to vibration energy Two major power saving policies used are Dynamic Power Management and Dynamic Voltage Scaling DPM takes care of shutting down parts of sensor node which are not currently used or active DVS scheme varies the power levels depending on the non deterministic workload By varying the voltage along with the frequency it is possible to obtain quadratic reduction in power consumption 1 5 Challenges The major challenges in the design and implementation of the wireless sensor network are mainly the energy limitation hardware limitation and the area of coverage Energy is the scarcest resource of WSN nodes and it determines the lifetime of WSN nodes WSN nodes are meant to be deployed in large numbers in various environments including remote and hostile regions with ad hoc communications as key For this reason algorithms and protocols need to be lifetime maximization robustness and fault tolerance and self configuration The challenge in hardware is to produce low cost and tiny sensor nodes With respect to these objectives current sensor nodes usually have limited computational 采用红外传感器网络对移动目标的计数 7 capability and memory space Consequently the application software and algorithms in WSN should be well optimized and condensed In order to maximize the coverage area with a high stability and robustness of each signal node multi hop communication with low power consumption is preferred Furthermore to deal with the large network size the designed protocol for a large scale WSN must be distributed 1 6 Research Issues Researchers are interested in various areas of wireless sensor network which include the design implementation and operation These include hardware software and middle ware which means primitives between the software and the hardware As the WSNs are generally deployed in the resources constrained environments with battery operated nodes the researchers are mainly focus on the issues of energy optimization coverage areas improvement errors reduction sensor network application data security sensor node mobility and data packet routing algorithm among the sensors In literature a large group of researchers devoted a great amount of effort in the WSN They focused in various areas including physical property sensor training security through intelligent node cooperation medium access sensor coverage with random and deterministic placement object locating and tracking sensor location determination addressing energy efficient broadcasting and active scheduling energy conserved routing connectivity data dissemination and gathering sensor centric quality of routing topology control and maintenance etc REFERENCE 1 G 5 Cheung J Y M Azzi 0 Intelligenc in building the prtential advanced modelling Loveday D L Virk Automation in Construction 1997 447 461 2 Kirill Yelizarov v home security System Microchip Technology InC 1998 44 48 采用红外传感器网络对移动目标的计数 8 3 B D Moore Tradeoffs in selecting IC temperature sensors Microprocessors and Microsystems 1999 23 181 184 4 AT89C51 DATA SHEEP Philips Semiconductors 1999 55 58 5 Yang Y Yi J Woo Y Y and Kim B Optimum design for linearity and efficiency of microwave Doherty amplifier using a new load matching technique Microw J 2001 44 20 36 采用红外传感器网络对移动目标的计数 9 采用红外传感器网络对移动目标的计数 作者 Chi Keung Ki 摘要 近来 无线传感器网络 WSN 已经成为一个热点的研究方向 在涉及商业 军事和住宅的广 泛应用领域中 通过无线传感器网络的部署 人们可获得巨大的收益 在这个项目中 我们设计 了一个计数系统 此系统追踪经过检测区域及其相应移动方向上的人 在交通管理 资源管理和 人流量控制方面 我们也可以部署这样的系统 本设计是基于自制低成本的红外传感模块板 而且它与无线传感器网络相联系 系统的设计包括红外传感模块设计 传感器集群 节点通讯 系统架构和部署 通过一系列实验 我们可以评估系统的性能 进而论证采用红外传感器网络 对移动目标计数的系统效率 关键词 红外辐射 无线传感器节点 1 无线传感器网络 1 1 红外的介绍 红外辐射 是电磁辐射的一部分 介于可见光与无线电波之间的波长 现如今 红外已经被广泛应用 包括数据通讯 夜视装置 目标追踪等 由于红外线易产生 且只受较少的电磁干扰 人们在数据通讯中通常使用红外 以电视遥控器的控制为 例 我们知道每个人的家里都有电视遥控器 当按下按钮时 红外遥控器系统利用红 外发光二极管 LEDS 来发出红外 红外线 讯号 而脉冲的不同模式表示相应的按钮 正被按下 为使多种电器的控制不受相互的干扰 例如电视机 录像机 有线电视 盒 为与接收机同步且识别来源和红外信号的位置 通常系统都有前导码和地址 为 对数据进行编码 系统通常改变不同脉冲的宽度 脉宽调制 或脉冲间的间隔宽度 脉冲 间隔调制 另一种受欢迎的系统 双相编码 它利用信号转换来传递信息 这是因 为每个脉冲实际上是在载波频率中的红外突发 高 的含义是在载波频率中的红外能 量的释放 而 低 代表红外能量的消失 虽然没有编码标准 但当许许多多的家庭 娱乐设备使用自身所有的编码方案时 一些精确的标准确实存在 这些编码的标准 包括 RC 5 RC 6和 REC 80 此外 许多如 NEC 的制造商也确立了他们自己的标准 采用红外传感器网络对移动目标的计数 10 1 2 无线传感器网络 无线传感器网络 WSN 是一种由大量自主的传感器节点组成的无线网络 在不 同的地点 它利用传感器监测物理条件或环境条件 如温度 音质 振动 压力 移 动或污染物 在传感器网络中 每个节点都专门配备了一个无线通信设备 包括一 个小型的单片机 一个或多个传感器 一种能源 而能源通常是一块电池 单一的传 感器节点的大小可以像鞋盒一样大 也可以像一粒尘埃一样小 这取决于不同的应用程 序 而传感器节点的成本同样是不定的 从几美分到几百美元 这要根据传感器网络的 大小以及个别传感器节点的复杂性的要求 由于大小和成本受传感器节点的限制 导 致了在可利用的的输入方面有了相应的限制 例如能量 记忆力 计算速度和带宽 无 线传感器网络的发展 WSN 起初是由于军事应用 例如战场上的监视 但随着在微电 子机械系统技术 MEMS 嵌入式处理器和无线网络方面的进步 WSN 也能够受益 于许多民用的应用领域 包括生态监督 医疗应用以及家庭自动化 1 3 无线传感器网络的类型 由于传感器网络应用的特殊要求以及在传感器网络硬件平台的资源限制 通常 无线传感器网络节点并没有通用的操作系统的复杂 这个操作系统确实不需要涵括 用户界面的支持 而且在内存方面和内存映射的硬件支持方面的资源约束使得类似 虚拟内存一样的机制变得没有必要或无法实现 微型操作系统可能是第一个专门为 无线传感器网络而设计的操作系统 不像其它大多数的操作系统 微型操作系统是一 个基于代替多线程的驱动事件的编程模型 微型操作系统的程序都是由趋向语义完 成的事件处理程序和任务而组成的 当一个外部事件发生时 例如一个传入的数据包 或一个传感器读数 微型操作系统的传感器会调用匹配的事件处理程序来处理这个事 件 这个微型操作系统和程序都是用一种名为 NesC 特殊的编程语言来编写的 而 NesC 是一种 C 程序设计语言的扩展 NesC 是用来侦测在任务和事件处理器之间的 竞争条件 同样也有操作系统允许用 C 语言进行编程 类似操作系统的例子包含 Contiki 和 MANTIS Contiki 是为在网络上支持模块加载和运行时标准精灵的文件下 载而设计的 这个 Contiki 的内核是驱动事件型的 就像微型操作系统 但在每个应用 基础上系统支持多线程 不像驱动事件型的 Contiki 内核 MANTIS 内核是基于先发 制人的多线程 由于先发制人的多线程 应用程序不需要明确地使微处理器顺从其 他的过程 采用红外传感器网络对移动目标的计数 11 1 4 无线传感器节点的介绍 一个传感器节点像众所周知的一粒尘埃一样 它是一个能够执行并处理的无线传 感网络中的节点 它收集感官信息且与其他网络中的连接节点有关联 传感器节点一 般都是体积小 极低能源消耗 自治的 操作无人值守以及适应环境的 随着无线 传感器节点变成微电子传感器装置 它们可以只配备有限电源 传感器节点的主要部 件包括传感器 单片机 收发器和电源 传感器是随类似光密度和声音密度的物理 条件的变化而产生可测量响应的硬件设备 由传感器采集的连续模拟信号经过模拟 数字转换器而数字化 然后 数字信号通过控制器进行了进一步的加工 大部分有 关无线传感器网络的理论著作都涉及被动和全方位的传感器 尽管没有 方向 的 概念涉及这些测量 被动和全方位的传感器实际上并未积极地通过探索操作环境来 检测数据 通常人们部署传感器来探测热度 例如热传感器 光 例如红外传感器 超 声波 例如超声波传感器 或电磁超声传感器 例如磁传感器 实际上 一个传感节点可 以配备不止一个传感器 在传感器的接节点上 微控制器执行任务 处理数据以及 控制其他元件的运行 传感器节点负责在有需要的或要求的物理事件的检测方面进 行信号处理 它处理来自收发器的中断 此外 它也处理内部动作 就如专有的应用计 算 将发射机和接收机的功能都并入到一个单一的设备是收发器 它应用于传感器 节点 收发器允许一个传感节点在相邻的传感器和汇集点 一个中央接收器 之间 交换信息 一个无线电收发器的
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年度购销合同订购模板
- 2025中外合作开发合同新(合同版本)
- 2025无形资产转让合同
- 2025【各行各业合同协议模板】【各行各业合同协议模板】设备租赁合同
- 2025年关于有限公司合作伙伴合同
- 2025养殖合同样本
- 油墨厂渗色控制制度
- 农副产品物流配送合同
- 2023三年级英语下册 Fun Time 1(Recycle 2)说课稿 人教精通版(三起)
- 《红楼梦》主题阅读指导 教学设计 2023-2024学年统编版高中语文必修下册
- 2024年职教高考《机械制图》考试题库
- 电子政务概论-形考任务5(在线测试权重20%)-国开-参考资料
- 2024年贵州省贵阳市中考生物地理合卷试题(含答案逐题解析)
- DL∕T 2487-2022 电力燃煤机械名词术语
- 藏餐培训前台课程设计
- 对外投资合作国别(地区)指南 -玻利维亚-20240530-00504
- 19S406建筑排水管道安装-塑料管道
- 沪教版九年级上册化学第三章《物质构成的奥秘》检测卷(含答案解析)
- 如何与客户建立有效的沟通
- 薯片加工项目规划设计方案
- 复方电解质醋酸钠葡萄糖注射液-药品临床应用解读
评论
0/150
提交评论