基于无尺度网络理论的无线传感器网络模型设计毕业论文外文翻译

合集下载

外文翻译

外文翻译

江汉大学毕业论文(设计)外文翻译原文来源Wireless sensor network monitoring systemdesign中文译文车载无线传感器网络监测系统设计姓名李俊杰学号2008072011412012年1月15 日Wireless sensor network monitoring system designKang yi-mei,Zhao lei,Hu jiang,Y ang en-bo(Study on Beijing University of Aeronautics and Astronautics)Summary: A car wireless sensor network monitoring system based on IEEE 802.15.4 and ZigBee standards. With universal wireless sensor networks, expansion of the scope of monitoring and monitoring functions for in-car system, car data acquisition and condition monitoring of equipment status and the necessary equipment control, topology control, topology query functions. Keywords: wireless sensor networks; monitoring systemIntroductionIn order to satisfy the people to car safety, handling and comfort requirements, vehicle integrated with more and more electronic system .At present, car electronic equipment is widely used 16 or 32-bit microprocessor control. Creating in-vehicle monitoring system based on IEEE 802.15.4 and ZigBee standard for wireless sensor networks, designed to achieve a more optimized wireless sensor networks, the progressive realization of the network of automotive systems, intelligent and controllable to provide high-Car System security.System designIn this paper, the existing vehicle system, the data transmission mode is extended to the wireless transmission mode, the realization of a star network data acquisition system. And can place each data acquisition node of the acquired data is transmitted to the gateway, the gateway through the serial port to upload data to the host computer, in the host data real-time waveform display, and method of database to preserve, for the follow-up data processing. The application of system object is composed of a temperature sensor, pressure sensor, speed sensor, speed sensor, a current sensor, pressure sensor, sensor subsystem. The purpose of this design is to use a monitoring host machine end to the detection of multiple target environment, taking into account the access data throughput and software system complexity, using time-division multiplexing way, one by one on the net terminal collecting point of control and data acquisition.As shown in Figure 1, the system is divided into 3 parts: Vehicle Monitoring Center, gateway and mobile sensor node. Gateway is the whole vehicle system core, and all vehicular sensor node communication. Vehicle monitoring center to the gateway sends a control command by the gateway, the control command is converted to an RF signal and sent to the vehicle sensor node. When the vehicle sensor nodes to transmit data, gateway into the data reception state, and upload data to the monitoring center for further processing. In addition, car between sensor nodes cannot communicate with each other. The monitoring center of the monitoring software and gateway in RS232standard interface for communication.Vehicle sensor node life cycle is active and dormant periods. Nodes in the active phase of the completion of data acquisition, data sent to the gateway, receiving andexecuting gateway command; in the dormant period off the wireless RF module in order to save energy, until the next active period. System through this mechanism of dormancy to reduce energy consumption, extend the time span of the system as a whole.The system used PC as the control center, PC machine monitoring software in VB development environment, is a dialog based application software. In order to improve the communication module of the intelligent level, in the design, its function is not limited to the real-time data display, all of the data collection by the monitoring software by sending a request signal to the trigger. Considering the original data for subsequent processing and in-depth analysis of the vehicle system, can accurately judge, software has also added data preservation of the document and data file display function.Generally speaking, the whole network are controlled by the host monitoring software, the working process of every node of the network is the need of human participation.2 hardware system design2.1application chip introductionMC13192with IEEE802.15.4 standard, the operating frequency is2.405~2.480 GHz, data transmission rate of 250kbps, using 0-QPSK debugging mode. This feature-rich two-way 2.4GHz transceiver with a data modem which can be in the ZigBee technology application. It also has an optimized digital core, helps to reduce the MCU processing power, shorten the cycle of execution.The main control MCU choose HCS08series of low power, high performance microprocessor MC9S08GB60. The processor has a 60Application of KB programmable Flash、4 KB RAM,10 ADC,8 channel2 asynchronous serial communication interface ( SCI ),1 synchronous serial interface ( SPI ) and I2C bus module, can fully meet the requirement of vehicle gateway and node processor requirements.2.2 MCl3192and MC9S08GB60hardware connectionMC13192and MC9S08GB60 hardware connection diagram as shown in figure 2. The MC13192control and data transmission on 4 wire serial peripheral interface ( SPI ) is completed, the4interface signals were MOS-I, MISO,, SPICLK. The main control MCU through the control signal exiting sleep mode or hibernation mode, through to reset the transceiver, through the RXTXEN to control the data sending and receiving, or force the transceiver into idle mode. The sensor output analog signal through MCU 8 Channel10 bit ADC conversion input to MCU. MCU via SPI MC13192to read and write operation, and the sensor to collect the signal processed by MC13192launch out. The MC13192 interrupt IRQ interrupt register through the pins and to judge the type of interrupt. MC908GB60 pin to control the MC13192 into a different mode of operation .Control of the sensor signal from the MC13192receiving antenna in, transmitted via SPI to MCU, after MCU judgment after processingthrough the GPIO port is transmitted to the sensor, complete control of the sensor. At the same time, MCU MC13192transceiver control and the MAC layer operation. The 3system software design3.1of overall software designThe software design is the design of the core, the key lies in the overall framework of software and data structure design. An important factor to consider is a efficiency, another is to design the clarity.System software consists of the gateway node and the sensor node is composed of two parts, the two parts are needed to complete the SMAC protocol transplantation, and according to the different needs for the upper communication applications with API interface function. Because the SMAC protocol stack programming model using hierarchical design, only the underlying PHY and MAC program level and related hardware, and network layer and application layer procedures is not affected by hardware effects. SMAC in different hardware platform transplantation only need to modify the PHY and MAC layer, each layer can shield the hardware differences directly run.As shown in Figure 3, the design of the software for system platform layer, protocol layer and application layer 3layer. At the same time, defines 3API interface: system layer interface, protocol layer and application layer interface. System level interface defines a hardware register mapping, so C language to be able to directly access the hardware registers to control hardware. System platform based on real-time operating system μC/II protocol layer, to provide system services Hardware driving module provides the hardware driver, all of the hardware control through the module to provide services. Platform layer protocol layer interface protocol layer to provide services. Protocol layer is based on the IEEE 802.15.4 physical layer and link layer based on the ZigBee network layer protocol. Application layer through the application layer interface to invoke services provided by the protocol layer, network management and data transfer tasks. Application of configuration module can call protocol layer to provide network services, will direct the system configuration and query, it is mainly through the AT commands to achieve, so the module calls the application layer interface and protocol layer interface to provide services.3.2sensor node software designBased on the long-term use of the functional requirements, sensor nodes in the software design is the key to achieve the required functions, and can minimize the energy consumption of the sensor nodes.It was found, ZigBee module and the energy consumption is much larger than the central processor and the energy consumption of sensor module. Therefore, the sensor node design of application software to try to make each module in a dormant state, and minimizing wakes ZigBee module number. Therefore, the sensor nodes, power of each functional module initialization is completed, and joined the network, enter the Sleep state, the central processor cycles to be timed wake-up to send data tothe gateway, and receives the gateway command. Sensor nodes of the workflow are shown in Figure 4.The 3.3 gateway node software designGateway downward management sensor node, to complete and PC monitoring center of interaction, the need for a complicated task management and scheduling, therefore, based on the uC / OS kernel of embedded operating system to manage the gateway, the application task efficiently provide good software support. According to gateway function demand, the μC / OS-II, SMAC protocol organic union, form a network operating environment, the user can conveniently on the basis of its development and application. Based on μC / OS-II extended gateway software platform structure is shown in figure 5. Based on μC / O S-II operating system, were used to build the system task SYS_task ( ), START_task ( SMAC star network task ), gateway and a sensor node interaction task COMM_task ( ), PC monitoring center port monitoring mission ( SER_task ) applications such as a series of tasks, thus realizing the gateway software application function.The 3.4 host monitoring software designThis system is the ultimate goal of the collected vehicle sensor data is transmitted in real-time to the host, and the host of display and preservation. Display is designed to get on-board sensor node monitoring environment of the initial situation, preservation is designed as an in-depth analysis of the data samples. In addition, the system as a whole the main prosecution and the data acquisition request initiator, need to be able to send the data request signal in accordance with the requirements of. According to the above requirements, VB environment in the development of a dialog based application. This application includes a 4 module:①data waveform display module. The role of the module is a form of waveform data of the node to be displayed in real-time, it is the use of MS Chart and Timer control.②topology display module. When the user wants to know the wireless sensor network topology construction situation, you can view the topological information, understanding of network nodes join and loss.The historical data display module. In vehicle network system to a certain period of the past, may need a certain period of time the original data for subsequent processing and in-depth analysis, so that the vehicle system of accurate judgement. With the aid of historical data display module, the control center from the gateway of the data obtained, according to the different attributes of the nodes, address and time are saved to the database of the corresponding field, and may be will displayed by waveform of historical data, for the user analysis.The controlling module :In vehicle during system operation may be concerned about a vehicle sensor value node, or to a sensor threshold settings, for monitoring environmental exceptions can be promptly reported to the system. These are available through the control module of the system are corresponding to the set, the control module can also be on the system in which one does not need to delete the node.In short, through the host monitoring software users can visually and many aspects ofgeneral wireless sensor network systems to understand and use.4 test and verification4.1 testingTesting equipment:4 MCl3192ZigBee chip node,1as a gateway node, the remaining 3as sensor nodes.Test method: the gateway node power,4 LED and light, scanning channel if the search to the idle channel, the LED goes out and join the free channel for. The sensor node power,4 LED scanning in the channel at the same time, polling light. LED1 flashes once when the sensor nodes receive the allocation address of the gateway node, So far, networking process and address binding process is complete.4.2 Zigbee RF communication testTesting equipment: ZigBee node 4, a computer terminal stationTest method: according to the ZigBee transmission frame format, the actual transmission total bytes for ( n 6), namely ( n 6) bytes for a data packet. According to the set parameters of the software, such as packet loss is the loss number plus 1. If the received data packet, receives the data packet number plus 1, and then sends the data were compared with data, if the data is correct, the number of packets plus 1, and error packets number plus 1. The last statistic results, can know the data packet loss and packet error rate. The 4 node to form a ZigBee network,1 of them as the gateway, the remaining 3 nodes for sensor node. Write a program to set:3nodes and gateway communications, computer terminal and the gateway is connected through RS232, terminal equipment software records from the 3node to receive data, nodes work at 2.4 GHz frequencies, transmission of a byte of data, circular send 100 times. To obtain the final3 node test average as a result of the data analysis. Star network radio frequency communication BER test results as shown in table 1.Experimental analysis of: in a star network for data transmission, the test results significantly worse on a single point to single point transmission mode. This is mainly because, in the transmission process node must exist between the frequency interference and other interference.4.3power testSystem status and hibernation, respectively, using a multimeter to test the gateway node and the power consumption of sensor nodes, the test results listed in Table 2.ConclusionThis paper analyzes the IEEE 802.15.4 and ZigBee protocol, combined with the general development principles of communication systems and embedded syste ms, IEEE802.15.4 protocol on the μC / OS-II operating system, select the appropriate hardware and software platform, focusing on software support for the platform, the software design of the overall structure of the communication protocol stack, andultimately to achieve a compliant with the ZigBee specification car star wireless data acquisition network. The system has the following advantages:①system easy to install. Wireless interconnection makes the equipment installation location is flexible to meet the requirements of the automation system is installed. It is simply that the power can take equipment. The network system can automatically complete the network configuration.②scalability. Equipment within the coverage of the vehicle gateway, turn on the device, the node will automatically join the network.③network self-healing ability. If the network is a device fails, the vehicle gateway can automatically monitor, issue the command the device reset and re-network.车载无线传感器网络监测系统设计康一梅,赵磊,胡江,杨恩博(就读于北京航天航空大学)摘要:基于IEEE 802.15.4和ZigBee标准实现了一个车载无线传感器网络监测系统。

无线传感器网络测距技术外文翻译文献

无线传感器网络测距技术外文翻译文献

无线传感器网络测距技术外文翻译文献(文档含中英文对照即英文原文和中文翻译)原文:RANGING TECHNIQUES FOR WIRELESS SENSOR NETWORKSThe RF location sensors operating in different environments can measure the RSS, AOA, phase of arrival (POA), TOA, and signature of the delay - power profile as location metrics to estimate the ranging distance [4,7] . The deployment environment (i.e., wireless RF channel) will constrain the accuracy and the performance of each technique. In outdoor open areas, these ranging techniques perform very well. However, as the wireless medium becomes more complex, for example, dense urban or indoor environments, the channel suffers from severe multipath propagation and heavy shadow fading conditions. This finding in turn impacts the accuracy and performance in estimating the range between a pair of nodes. For this reason, this chapter will focus its ranging and localization discussion on indoor environments. This is important because many of the WSN applications are envisioned for deployment in rough terrain and cluttered environments and understanding of the impact of the channel on the performance of ranging and localization is important. In addition, range measurements using POA and AOA in indoor and urban areas are unreliable. Therefore, we will focus our discussion on two practical techniques,TOA and RSS.These two ranging techniques, which have been used traditionally in wirelessnetworks, have a great potential for use in WSN localization.The TOA based ranging is suitable for accurate indoor localization because it only needs a few references and no prior training. By using this technique, however, the hardware is complex and the accuracy is sensitive to the multipath condition and the system bandwidth. This technique has been implemented in GPS, PinPoint, WearNet, IEEE 802.15.3, and IEEE 802.15.4 systems. The RSS based ranging, on the other hand, is simple to implement and is insensitive to the multipath condition and the bandwidth of the system. In addition, it does not need any synchronization and can work with any existing wireless system that can measure the RSS. For accurate ranging, however, a high density of anchors or reference points is needed and extensive training and computationally expensive algorithms are required.The RSS ranging has been used for WiFi positioning in systems, for example, Ekahau, Newbury Networks, PanGo, and Skyhook.This section first introduces TOA based ranging and the limitations imposed by the wireless channel. Then it will be compared with the RSS counterpart focusing on the performance as a function of the channel behavior. What is introduced here is important to the understanding of the underlying issues in distance estimation, which is an important fundamental building block in WSN localization.TOA Based RangingIn TOA based ranging, a sensor node measures the distance to another node by estimating the signal propagation delay in free space, where radio signals travel at the constant speed of light. Figure 8.3 shows an example of TOA based ranging between two sensors. The performance of TOA based ranging depends on the availability of the direct path (DP) signal [4,14] . In its presence, for example, short distance line - of - sight (LOS) conditions, accurate estimates are feasible [14] . The challenge, however, is ranging in non - LOS (NLOS) conditions, which can be characterized as site - specific and dense multipath environments [14,22] . These environments introduce several challenges. The first corrupts the TOA estimatesdue to the multipath components (MPCs), which are delayed and attenuated replicas of the original signal, arriving and combining at the receiver shifting the estimate. The second is the propagation delay caused by the signal traveling through obstacles, which adds a positive bias to the TOA estimates. The third is the absence of the DP due to blockage, also known as undetected direct path (UDP) [14] . The bias imposed by this type of error is usually much larger than the first two and has a significant probability of occurrence due to cabinets, elevator shafts, or doors that are usually cluttering the indoor environment.In order to analyze the behavior of the TOA based ranging, it is best to resort to a popular model used to describe the wireless channel. In a typical indoor environment, the transmitted signal will be scattered and the receiver node will receive replicas of the original signal with different amplitudes, phases, and delays. At the receiver, the signals from all these paths combine and this phenomenon is known as multipath. In order to understand the impact of the channel on the TOA accuracy, we resort to a model typically used to characterize multipath arrivals. For multipath channels, the impulse respons 错误!未找到引用源。

无线传感器在网络中的应用设计论文

无线传感器在网络中的应用设计论文

无线传感器在网络中的应用设计论文1引言无线传感器网络(Wireless Sensor Networks,简称WSNs)是由部署在监测区域内大量的廉价微型传感器节点组成,通过无线通信形成一个多跳自组织网络系统,能够实时监测、感知和采集网络分布区域内监视对象的各种信息,并加以处理,完成数据采集和监测任务。

WSNs综合了传感器、嵌入式计算、无线通讯、分布式信息处理等技术,具有快速构建、自配置、自调整拓扑、多跳路由、高密度、节点数可变、无统一地址、无线通信等特点,特别适用于大范围、偏远距离、危险环境等条件下的实时信息监测,可以广泛应用于军事、交通、环境监测和预报、卫生保健、空间探索等各个领域。

2节点的总体设计和器件选型2.1节点的总体设计WSNs微型节点应用数量比较大,更换和维护比较困难,要求其节点成本低廉和工作时间尽可能长;功能上要求WSNs中不应该存在专门的路由器节点,每个节点既是终端节点,又是路由器节点。

节点间采用移动自组织网络联系起来,并采用多跳的路由机制进行通信。

因此,在单个节点上,一方面硬件必须低能耗,采用无线传输方式;另一方面软件必须支持多跳的路由协议。

基于这些基本思想,设计了以高档8位AVR单片机ATmega128L为核心,结合外围传感器和2.4 GHz无线收发模块CC2420的WSNs微型节点。

这两款器件的体积非常小,加上外围电路,其整体体积也很小,非常适合用作WSNs节点的元件。

图1给出WSNs微型节点结构。

它由数据采集单元、数据处理单元、数据传输单元和电源管理单元4部分组成。

数据采集单元负责监测区域内信息的采集和数据转换,设计中包括了可燃性气体传感器和湿度传感器;数据处理单元负责控制整个节点的处理操作、路由协议、同步定位、功耗管理、任务管理等;数据传输单元负责与其他节点进行无线通信,交换控制消息和收发采集数据;电源管理单元选通所用到的传感器,节点电源由几节AA电池组成,实际工业应用中采用微型纽扣电池,以进一步减小体积。

无线红外传感器网络中英文对照外文翻译文献

无线红外传感器网络中英文对照外文翻译文献

中英文资料外文翻译文献外文资料AbstractWireless 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 ofapplications, 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 Node1.1 Introduction to InfraredInfrared radiation is a part of the electromagnetic radiation with a wavelength lying between visible light and radio waves. Infrared have be widely used nowadaysincluding 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 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.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 ofapplications, 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.1.2 Wireless sensor networkWireless sensor network (WSN) is a wireless network which consists of a vast number of autonomous sensor nodes using sensors tomonitor 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 NetworksWireless sensor network nodes are typically less complex than general-purpose operating systems both because of the specialrequirements 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. TinyOS [TinyOS] is possibly the first operating system specifically designed for wireless sensor networks. Unlike most other operating systems, TinyOS is based on an event-driven programming model instead of multithreading. TinyOS 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 system and programs are both written in a special programming language called nesC [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 [Contiki], and MANTIS. Contiki is designed to support loading modules over the network and supports 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 preemptivemultithreading. With preemptive multithreading, applications do not need to explicitly yield the microprocessor to other processes.1.4 Introduction to Wireless Sensor NodeA 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 operate 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” 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. magneticsensor). In practice, a sensor node can equip with more than one sensor. Microcontroller 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 know 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 supply 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 NiCd(nickel-cadmium), NiZn(nickel-zinc), Nimh(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 areDynamic Power Management (DPM) and Dynamic V oltage Scaling (DVS). DPM takes care of shutting down parts of sensor node which arenot 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 ChallengesThe 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 WSNs. WSNs 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 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 IssuesResearchers are interested in various areas of wireless sensor network, which include the design, implementation, and operation. These include hardware, software and middleware, which means primitives between the software and the hardware. As the WSNs are generally deployed in the resources-constrained environments with battery operated node, 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.中文译文移动目标点数与红外传感器网络摘要无线传感器网络(WSN)已成为最近的一个研究热点。

车载无线传感器网络监测系统设计(外文原文+中文翻译)

车载无线传感器网络监测系统设计(外文原文+中文翻译)

Wireless sensor network monitoring system designKang yi-mei,Zhao lei,Hu jiang,Yang en-bo(Study on Beijing University of Aeronautics and Astronautics)Summary: A car wireless sensor network monitoring system based on IEEE 802.15.4 and ZigBee standards. With universal wireless sensor networks, expansion of the scope of monitoring and monitoring functions for in-car system, car data acquisition and condition monitoring of equipment status and the necessary equipment control, topology control, topology query functions. Keywords: wireless sensor networks; monitoring systemIntroductionIn order to satisfy the people to car safety, handling and comfort requirements, vehicle integrated with more and more electronic system .At present, car electronic equipment is widely used 16 or 32-bit microprocessor control. Creating in-vehicle monitoring system based on IEEE 802.15.4 and ZigBee standard for wireless sensor networks, designed to achieve a more optimized wireless sensor networks, the progressive realization of the network of automotive systems, intelligent and controllable to provide high-Car System security.System designIn this paper, the existing vehicle system, the data transmission mode is extended to the wireless transmission mode, the realization of a star network data acquisition system. And can place each data acquisition node of the acquired data is transmitted to the gateway, the gateway through the serial port to upload data to the host computer, in the host data real-time waveform display, and method of database to preserve, for the follow-up data processing. The application of system object is composed of a temperature sensor, pressure sensor, speed sensor, speed sensor, a current sensor, pressure sensor, sensor subsystem. The purpose of this design is to use a monitoring host machine end to the detection of multiple target environment, taking into account the access data throughput and software system complexity, using time-division multiplexing way, one by one on the net terminal collecting point of control and data acquisition.As shown in Figure 1, the system is divided into 3 parts: Vehicle Monitoring Center, gateway and mobile sensor node. Gateway is the whole vehicle system core, and all vehicular sensor node communication. Vehicle monitoring center to the gateway sends a control command by the gateway, the control command is converted to an RF signal and sent to the vehicle sensor node. When the vehicle sensor nodes to transmit data, gateway into the data reception state, and upload data to the monitoring center for further processing. In addition, car between sensor nodes cannot communicate with each other. The monitoring center of the monitoring software and gateway in RS232standard interface for communication.Vehicle sensor node life cycle is active and dormant periods. Nodes in the active phase of the completion of data acquisition, data sent to the gateway, receiving andexecuting gateway command; in the dormant period off the wireless RF module in order to save energy, until the next active period. System through this mechanism of dormancy to reduce energy consumption, extend the time span of the system as a whole.The system used PC as the control center, PC machine monitoring software in VB development environment, is a dialog based application software. In order to improve the communication module of the intelligent level, in the design, its function is not limited to the real-time data display, all of the data collection by the monitoring software by sending a request signal to the trigger. Considering the original data for subsequent processing and in-depth analysis of the vehicle system, can accurately judge, software has also added data preservation of the document and data file display function.Generally speaking, the whole network are controlled by the host monitoring software, the working process of every node of the network is the need of human participation.2 hardware system design2.1application chip introductionMC13192with IEEE802.15.4 standard, the operating frequency is2.405~2.480 GHz, data transmission rate of 250kbps, using 0-QPSK debugging mode. This feature-rich two-way 2.4GHz transceiver with a data modem which can be in the ZigBee technology application. It also has an optimized digital core, helps to reduce the MCU processing power, shorten the cycle of execution.The main control MCU choose HCS08series of low power, high performance microprocessor MC9S08GB60. The processor has a 60Application of KB programmable Flash、4 KB RAM,10 ADC,8 channel2 asynchronous serial communication interface ( SCI ),1 synchronous serial interface ( SPI ) and I2C bus module, can fully meet the requirement of vehicle gateway and node processor requirements.2.2 MCl3192and MC9S08GB60hardware connectionMC13192and MC9S08GB60 hardware connection diagram as shown in figure 2. The MC13192control and data transmission on 4 wire serial peripheral interface ( SPI ) is completed, the4interface signals were MOS-I, MISO,, SPICLK. The main control MCU through the control signal exiting sleep mode or hibernation mode, through to reset the transceiver, through the RXTXEN to control the data sending and receiving, or force the transceiver into idle mode. The sensor output analog signal through MCU 8 Channel10 bit ADC conversion input to MCU. MCU via SPI MC13192to read and write operation, and the sensor to collect the signal processed by MC13192launch out. The MC13192 interrupt IRQ interrupt register through the pins and to judge the type of interrupt. MC908GB60 pin to control the MC13192 into a different mode of operation .Control of the sensor signal from the MC13192receiving antenna in, transmitted via SPI to MCU, after MCU judgment after processingthrough the GPIO port is transmitted to the sensor, complete control of the sensor. At the same time, MCU MC13192transceiver control and the MAC layer operation. The 3system software design3.1of overall software designThe software design is the design of the core, the key lies in the overall framework of software and data structure design. An important factor to consider is a efficiency, another is to design the clarity.System software consists of the gateway node and the sensor node is composed of two parts, the two parts are needed to complete the SMAC protocol transplantation, and according to the different needs for the upper communication applications with API interface function. Because the SMAC protocol stack programming model using hierarchical design, only the underlying PHY and MAC program level and related hardware, and network layer and application layer procedures is not affected by hardware effects. SMAC in different hardware platform transplantation only need to modify the PHY and MAC layer, each layer can shield the hardware differences directly run.As shown in Figure 3, the design of the software for system platform layer, protocol layer and application layer 3layer. At the same time, defines 3API interface: system layer interface, protocol layer and application layer interface. System level interface defines a hardware register mapping, so C language to be able to directly access the hardware registers to control hardware. System platform based on real-time operating system μC/II protocol layer, to provide system services Hardware driving module provides the hardware driver, all of the hardware control through the module to provide services. Platform layer protocol layer interface protocol layer to provide services. Protocol layer is based on the IEEE 802.15.4 physical layer and link layer based on the ZigBee network layer protocol. Application layer through the application layer interface to invoke services provided by the protocol layer, network management and data transfer tasks. Application of configuration module can call protocol layer to provide network services, will direct the system configuration and query, it is mainly through the AT commands to achieve, so the module calls the application layer interface and protocol layer interface to provide services.3.2sensor node software designBased on the long-term use of the functional requirements, sensor nodes in the software design is the key to achieve the required functions, and can minimize the energy consumption of the sensor nodes.It was found, ZigBee module and the energy consumption is much larger than the central processor and the energy consumption of sensor module. Therefore, the sensor node design of application software to try to make each module in a dormant state, and minimizing wakes ZigBee module number. Therefore, the sensor nodes, power of each functional module initialization is completed, and joined the network, enter the Sleep state, the central processor cycles to be timed wake-up to send data tothe gateway, and receives the gateway command. Sensor nodes of the workflow are shown in Figure 4.The 3.3 gateway node software designGateway downward management sensor node, to complete and PC monitoring center of interaction, the need for a complicated task management and scheduling, therefore, based on the uC / OS kernel of embedded operating system to manage the gateway, the application task efficiently provide good software support. According to gateway function demand, the μC / OS-II, SMAC protocol organic union, form a network operating environment, the user can conveniently on the basis of its development and application. Based on μC / OS-II extended gateway software platform structure is shown in figure 5. Based on μC / OS-II operating system, were used to build the system task SYS_task ( ), START_task ( SMAC star network task ), gateway and a sensor node interaction task COMM_task ( ), PC monitoring center port monitoring mission ( SER_task ) applications such as a series of tasks, thus realizing the gateway software application function.The 3.4 host monitoring software designThis system is the ultimate goal of the collected vehicle sensor data is transmitted in real-time to the host, and the host of display and preservation. Display is designed to get on-board sensor node monitoring environment of the initial situation, preservation is designed as an in-depth analysis of the data samples. In addition, the system as a whole the main prosecution and the data acquisition request initiator, need to be able to send the data request signal in accordance with the requirements of. According to the above requirements, VB environment in the development of a dialog based application. This application includes a 4 module:①data waveform display module. The role of the module is a form of waveform data of the node to be displayed in real-time, it is the use of MS Chart and Timer control.②topology display module. When the user wants to know the wireless sensor network topology construction situation, you can view the topological information, understanding of network nodes join and loss.The historical data display module. In vehicle network system to a certain period of the past, may need a certain period of time the original data for subsequent processing and in-depth analysis, so that the vehicle system of accurate judgement. With the aid of historical data display module, the control center from the gateway of the data obtained, according to the different attributes of the nodes, address and time are saved to the database of the corresponding field, and may be will displayed by waveform of historical data, for the user analysis.The controlling module :In vehicle during system operation may be concerned about a vehicle sensor value node, or to a sensor threshold settings, for monitoring environmental exceptions can be promptly reported to the system. These are available through the control module of the system are corresponding to the set, the control module can also be on the system in which one does not need to delete the node.In short, through the host monitoring software users can visually and many aspects ofgeneral wireless sensor network systems to understand and use.4 test and verification4.1 testingTesting equipment:4 MCl3192ZigBee chip node,1as a gateway node, the remaining 3as sensor nodes.Test method: the gateway node power,4 LED and light, scanning channel if the search to the idle channel, the LED goes out and join the free channel for. The sensor node power,4 LED scanning in the channel at the same time, polling light. LED1 flashes once when the sensor nodes receive the allocation address of the gateway node, So far, networking process and address binding process is complete.4.2 Zigbee RF communication testTesting equipment: ZigBee node 4, a computer terminal stationTest method: according to the ZigBee transmission frame format, the actual transmission total bytes for ( n 6), namely ( n 6) bytes for a data packet. According to the set parameters of the software, such as packet loss is the loss number plus 1. If the received data packet, receives the data packet number plus 1, and then sends the data were compared with data, if the data is correct, the number of packets plus 1, and error packets number plus 1. The last statistic results, can know the data packet loss and packet error rate. The 4 node to form a ZigBee network,1 of them as the gateway, the remaining 3 nodes for sensor node. Write a program to set:3nodes and gateway communications, computer terminal and the gateway is connected through RS232, terminal equipment software records from the 3node to receive data, nodes work at 2.4 GHz frequencies, transmission of a byte of data, circular send 100 times. To obtain the final3 node test average as a result of the data analysis. Star network radio frequency communication BER test results as shown in table 1.Experimental analysis of: in a star network for data transmission, the test results significantly worse on a single point to single point transmission mode. This is mainly because, in the transmission process node must exist between the frequency interference and other interference.4.3power testSystem status and hibernation, respectively, using a multimeter to test the gateway node and the power consumption of sensor nodes, the test results listed in Table 2.ConclusionThis paper analyzes the IEEE 802.15.4 and ZigBee protocol, combined with the general development principles of communication systems and embedded systems, IEEE802.15.4 protocol on the μC / OS-II operating system, select the appropriate hardware and software platform, focusing on software support for the platform, the software design of the overall structure of the communication protocol stack, andultimately to achieve a compliant with the ZigBee specification car star wireless data acquisition network. The system has the following advantages:①system easy to install. Wireless interconnection makes the equipment installation location is flexible to meet the requirements of the automation system is installed. It is simply that the power can take equipment. The network system can automatically complete the network configuration.②scalability. Equipment within the coverage of the vehicle gateway, turn on the device, the node will automatically join the network.③network self-healing ability. If the network is a device fails, the vehicle gateway can automatically monitor, issue the command the device reset and re-network.车载无线传感器网络监测系统设计康一梅,赵磊,胡江,杨恩博(就读于北京航天航空大学)摘要:基于IEEE 802.15.4和ZigBee标准实现了一个车载无线传感器网络监测系统。

机械毕业设计英文外文翻译51采煤工作面无线传感器网络物理层设计UWB技术

机械毕业设计英文外文翻译51采煤工作面无线传感器网络物理层设计UWB技术

翻译部分英文原文Coal Face Wireless Sensor Network Physical Layer Design BasedOn UWB TechnologyAbstractIn order to guarantee the safety of coal face production, it is necessary to monitor and surveillance face Shearer, scraper transport planes, hydraulic support, transport machines, broken machines etc . At present, it is difficult for the cable transmission mode to adapt to changes in the work site of the coal face. Transmission lines are often damaged and snapped for various factors, we use wireless sensor network (WSN), which is flexible to be placed and extensible, to resolve this problem. This paper discuss the design of the WSN transceiver for coal face with UWB technology. This kind of transceiver has some useful advantage such as low cost, low power consumption, simple structure, easy to implement the design of the hardware, no need to estimate the coal face Channel characteristics. However, detection efficiency is slightly lower, but the error rate can meet the requirement.1.IntroductionCoal face must face the complicated geological conditions and poor working conditions. In order to ensure the safety of production in the coal face, it is necessary to monitor real-time the face Shearer, scraper transport machine, hydraulic support, reprint machine, broken machines and other large equipments. In addition, we must monitor the ground pressure, gas, carbon monoxide, dust and other environmental parameters. At the same time, mobile voice and image communications is required. At present, the signal monitored and derived from the coal face is transmitted by cable. As the face is moving constantly and the going of the coal mining process, all kinds of large-scale iron and steel equipments in the coal face need to be boosted circularly and continually. The shape of the space is constantly changing with the change of the relative position of the equipments. Correspondingly, communication in cable is difficult to be applicable with the working scene changing, so transmission lines is damaged or snapped frequently ,and the coal face mobile voice and image communication is impossible .All these issues cause many latent trouble to the Safety of theproduction. We think wireless sensor network (WSN) is feasible to implement monitoring and surveillance to the coal face, for it has some useful characters of placing flexibly, expanding simply, moving easily and self-organization.2.WSN architecture in the coal faceThe sensor network system structure of the mining Coal face is shown in Figure 1. In this Figure, the sensor nodes send the information of acquistion through one or more jumps to the cluster node, the base station (sink node) is responsible for the collection of data, and transmit them to task management node through up-slot network, task management Node is responsible for the integrated process the data and also issued instruction to sensor networks. The tunnel of coal face is a limited space. Bracket, shearer, transport and other large metal equipments are layout and coal, rocks and other media is a non-uniform restricted space, which all make the transmission channel more complex, fading and multi-path phenomena more serious in the transmission of wireless sensor nodes signal. These are different from sensor networks on the ground. Therefore,the design of transceiver node of it isparticularly important. At present,there are three main technologies ofthe physical layer in wireless sensornetworks: narrow-band modulationtechnology, spread spectrumtechnology and ultra-wideband(UWB) technology. While UWB technology possesses some attractive advantages such as low power spectrum density, low-complexity system, Low sensitivity to the channel fading, better security and so on. Considering the advantages and the characteristics of coal face naturally, we have adopted Impulse radio ultra-wide band (IR-UWB) technology, and the reasons are followed: 1) UWB technology consumes lower power and has lower power spectrum. Low power consumption, low-cost and small size are the most important feature of wireless sensor network nodes. Narrow-band modulation technology, spread spectrum modulation technology generally use sine carrier , IF and RF circuits exist in the systems, so consuming more power than the UWB technology with no carrier.Transmission medium in the coal face is non-uniform, which leading to more transmission loss than wireless communications systems on the ground. Therefore low power consumption becomes particularly important. In the coal face, as WSN node presents zonal distribution, nodes just need to communicate with neighbor-nodes. The WSN system based on UWB, consuming lower transmission power, can meet the requirements and avoid the interference with each other in the narrow-band communications node. In addition, the low power consumption and high penetrating power help to design safe equipment and transmit disaster relief signal. 2) Strong anti-interference ability. In the coal face, electrical and mechanical equipment has narrow distribution. When equipment starts or stop, electrical sparkle may cause a lot of electromagnetic interference. So good anti-interference capability is strongly required in the wireless communication. 3) Good Anti-interference to multi-path ability. Coal face has some inherent characters, such as narrow space, more types of media, a multi-path intensive channel, while IR-UWB can be applied to this complicated environment with its advantages: narrow Pulse width, small pulse duration ratio, high multi-path resolution, strong anti-multi-path and fading Capacity. 4) Simple structure. The characters of IR-UWB, such as no modulation and up/down conversing frequency, simple transmitter structure, lower power consumption, make it more acceptable. According to the complexity of the node and power consumption into considerations, IR-UWB technology is very applicable to the design of the wireless sensor network physical layer. Therefore, compared to narrow-band modulation technology, spread spectrum technology, the wireless communication system based on the UWB technology present a good performance on the energy consumption, robustness, anti-multi-path and anti-noise, and so on.The modulation of IR-UWB are mainly PAM (OOK), PPM and BPM (Bi-Phase Modulation), but the presence of lines spectrum in PAM and PPM not only make ultra-wideband pulse signal difficult to meet a certain spectrum Requirements, but also reduce the power utilization, thereby it increases energy consumption. Several IR-UWB signals in the frequency spectrum are shown in Figure 2 and Figure 3 . As WSN system requires low power consumption, PAM modulation often use OOK method, which has simple structure. But OOK has poor performance on the BER(Bit Error Rate), anti-noise performance of BPMmodulation such as anti-Jitter noise is better. ISI would be intensified if we adopted PPM under the conditions of intensive multi-path environment in the coal face. Therefore, we use BPM forms in the transceiver system of the coal face.A. The design of transmitting systemThe transmitter which adopts BPM forms is shown in Figure 4. The signal distortion, interference and noise brought by the special environment in coal face need encoded protection through channel coding interweave module. Data rate of the original information is lower, which make it difficult to meet the requirements of FCC in the absence of modulation. We need to use spread spectrum code transform the original information which has a larger duration ratio into a smaller duration ratio (nanosecond). Then we can generate BPM pulse signal through the pulse formation circuit, which can meet the requirement of FCC. Finally use filters to optimize BPM signal further to enlarge the spectrum and send it out from the antenna.The system uses Gaussian pulse to be the form of UWB signal. If a wave transmitted is the first order derivative Rayleigh pulse, the signal after sending out through the antenna is transformed to be the second order derivative of the Gaussian pulse in ideal circumstances. In addition, the lower the order of the Gaussian pulse is, the farther the signal can be sent under the same data rate. Here we select the Gaussian doublet, whose hardware circuit is relatively easy to implement and consume lower energy. Although interference of narrow-band communication system is exist in the ground wireless communications, the higher order of the Gaussian is , the better Gaussian narrow pulse shape. But we do not need to consider interference to the other narrow-band communications in the coal face, for so far, wireless communications systems is basically non-existent in the mine's coal face. A second Gaussian pulse shape can be expressed as:()()222222214t t d t t P e dt παπα-⎛⎫==- ⎪⎝⎭ Here,α is used to express the pulse width, Suppose that the input signal is {}k α , each bit is expressed by i a and its cycle is f T .After the channel encoder, every bit of the sequence {}k α kare repeated by N times. The code durationtime is s T , so each bit is composed by N pulse width. If we suppose thepseudo-random sequence of sensors node k is (){}k j C , the length of thesequence is N, the duration of the code slice is The sequence of (){}k j C can bereplaced by ()()()(){}12,,,,k k k k m N C C C C Λ and the ()1k j C =±.The time coordinate of i-th bit in the frame date stream sent by sensor node k is i t .()f k i s c t =t -i T -j T -τ()()()()()()()()()N *k k k m j s c i =-j =1N k k m j s c i=-j=1St =p t d C δt-iT -jT -τ=d C p t-iT -jT -τ∞∞∞∞∑∑∑∑ 21,m i d a =- when 0,1,i m a d ==-when 1,1i m a d ==.We can thinks f c f T =NT ,T =T in practical application.When N=1, the UWB waves and waveform sent are shown in the Figure 5. Waveform in the Figure from the top to the end is the UWB waveform (the waveform of code “0” and the waveform “1”); the waveform generated whenseveral code are send out; UWB waveform when get through band-pass filter.B. The design of receiver systemThe recerver structure is shown in figure 6. The signal received through the receiving antenna will go through the low noise amplifier and filter. Then the amplitude of the signal will be detected using tunnel diodes peak detector. Then we can get a pulse waveform which own longer code duration time when the signal detected after passing through high-pass filter and pulse stretch circuit. The last step is sample and judge.In this design, we make use of the characters of the negative resistance region of tunnel diode. In this region, the current decreases as the voltage is increased. This negative resistance results in a very fast switching time. After detected by the tunnel and passed through high-pass filter and comparator, the signal can be stretched and delayed by RS latch. We can directly sampling and judge the signal, for the width of the signal we get is wider than we first received .The kind of the receiver is different from the method we previously used. Such as, literature 555 tell the technology about relevant receiver. As we know, the general complexity of the relevant receiver, which own integrator circuit and need precision clock, is much higher. Sometimes, general relevant receiver need matching filter according to channel model parameters, which can be required by channel estimation. Because channel characteristics under the mine well are extremely complex, the possibility to use channel estimation is small. In addition, the receiver does not need ADC conversion devices, for the comparator has fixed the position of the code “0”and”1”.Furthermore, the code stretched has a relative longer duration time, which do not need higher judgment pulse precision. Therefore, in the whole, the receiver does not need complicated channel estimation and ADC conversion devices, which make the energy-consumption and complexity much lower. But we can not ignore the disadvantage of this kindof receiver; it has bigger signal fading, lower detection efficiency.C. Anti-noise performance of BPMThe propagation environment of the coal face belongs to dense multi-path. And the theoretical channel model we referred to is proposed by combining Saleh-Valenzu channel model, which is the foundation, and the characteristic of the coal face under the mine. Suppose the discrete pulse response is()h t, r(t) isir t=s t*h t.the signal received by one node. Then , ()()()iThe distance between receiver and transmitter is about 5-8 meters, which can satisfy the requirement of the distribution of the nodes in the coal face. The code duration time is 25ns, the duration time of GASSION waves is80ps. Under this conditions , we can get the curve, just as shown in the Figure 8.In fact, when we carried out the experiment of BER test, the performance shown in Figure 8 is not easy to be seen because of the complexity of the channel character. According to the research result, the performance of anti-noise became abnormal, such as the fading of the signal is not in proportion to the distance and the amount of the path increase and decrease in a large scale. Because the relevant coefficient of transmitted waves of the BPM is passive relevance when we adopted relevant receiver, the performance of anti-noise ofBPM in relevant receiver is superior to PPM and OOK. Take the structure simplification of the receiver and the special character of the coal face into consideration, BPM is preferable in the whole,ever if the receiver we discussed in this paper is not superior to the relevant receiver on the anti-noise performance.3.ConclusionBecause of the limited space of a non-uniform medium and the complicated channel character in the coal face, the choice of the model we send and receive the signal is extremely important. Taking into account that BPM do not have discrete spectrum when “0” and ”1” emerged in a same probability, if not, the amount of discrete spectrum is small, which is attractive to WSN system, for the low energy consumption is strongly required. Therefore, the communication mode can be used in the coal face. The Gaussian doublet, which can meet the requirement of FCC, is used to send the source signal. Take the complexity of the transmission channels, the receiver use non-coherent receiving method, use tunnel diode to detect signal, execute sampling and judgment after the signal go through the comparator and stretch circuit. This Method does not need channel estimation and ADC circuits, higher pulse sampling accuracy, which together decides the probability to simplify the structure of the receiver greatly. However, the method of receiving has a greater attenuation and bad anti-noise performance than the traditional relevant receiver. But let’s takes every important fac tor into consideration, the receiving method is suitable for the special environment of the coal face.中文译文采煤工作面无线传感器网络物理层设计UWB技术摘要为了保证安全生产的工作面,监测和监视采煤机,刮板运输机,液压支架,运输机械,破碎机等是必要的。

无线传感器网络中英文对照外文翻译文献

无线传感器网络中英文对照外文翻译文献

(文档含英文原文和中文翻译)中英文对照翻译基于网络共享的无线传感网络设计摘要:无线传感器网络是近年来的一种新兴发展技术,它在环境监测、农业和公众健康等方面有着广泛的应用。

在发展中国家,无线传感器网络技术是一种常用的技术模型。

由于无线传感网络的在线监测和高效率的网络传送,使其具有很大的发展前景,然而无线传感网络的发展仍然面临着很大的挑战。

其主要挑战包括传感器的可携性、快速性。

我们首先讨论了传感器网络的可行性然后描述在解决各种技术性挑战时传感器应产生的便携性。

我们还讨论了关于孟加拉国和加利尼亚州基于无线传感网络的水质的开发和监测。

关键词:无线传感网络、在线监测1.简介无线传感器网络,是计算机设备和传感器之间的桥梁,在公共卫生、环境和农业等领域发挥着巨大的作用。

一个单一的设备应该有一个处理器,一个无线电和多个传感器。

当这些设备在一个领域部署时,传感装置测量这一领域的特殊环境。

然后将监测到的数据通过无线电进行传输,再由计算机进行数据分析。

这样,无线传感器网络可以对环境中各种变化进行详细的观察。

无线传感器网络是能够测量各种现象如在水中的污染物含量,水灌溉流量。

比如,最近发生的污染涌流进中国松花江,而松花江又是饮用水的主要来源。

通过测定水流量和速度,通过传感器对江水进行实时监测,就能够确定污染桶的数量和流动方向。

不幸的是,人们只是在资源相对丰富这个条件下做文章,无线传感器网络的潜力在很大程度上仍未开发,费用对无线传感器网络是几个主要障碍之一,阻止了其更广阔的发展前景。

许多无线传感器网络组件正在趋于便宜化(例如有关计算能力的组件),而传感器本身仍是最昂贵的。

正如在在文献[5]中所指出的,成功的技术依赖于共享技术的原因是个人设备的大量花费。

然而,大多数传感器网络研究是基于一个单一的拥有长期部署的用户,模式不利于分享。

该技术管理的复杂性是另一个障碍。

大多数传感器的应用,有利于这样的共享模型。

我们立足本声明认为传感器可能不需要在一个长时间单一位置的原因包括:(1)一些现象可能出现变化速度缓慢,因此小批量传感器可进行可移动部署,通过测量信号,充分捕捉物理现象(2)可能是过于密集,因此多余的传感器可被删除。

无线传感器网络英文摘要与翻译

无线传感器网络英文摘要与翻译

AbstractA1(1)In the recent years, as the rapid development of MEMS, wireless communication network, embedded system, and the interaction of all kinds of new technologies, many new modes of information obtaining and process come into being. A2(2)Wireless sensor network (WSN) is one of them. A2(3)WSN can be used to monitor the environments, the machines and even the people; hence “ubiquitous computing” will come true. A2(4)WSN has wide application fields, so it has been paid high attention by the military, the academes, and the industrial from all over the world. A2(5)Meanwhile, this provides many challenges in the academe foundations and technologies.A3(6)This dissertation introduces the recent researches on WSN, and analyzes its key technologies:the setup of wireless communication network, the design and implementation of network nodes and the design steps of WSN, in an architecture view.A4(7)By analyzing and comparing, ZigBee technology is adopted to setup wireless communication network. A4(8)The topology of the network and hierarchical protocol stacks are designed. A4(9)The embedded network nodes are designed and developed, and the hardware and software are implemented. A4(10)An experimental WSN is deployed and the experimental data is collected and analyzed. A5(11)Finally, a typical example of wireless sensor network, personnelidentification and positioning system in mine, is presented. Keywords: Wireless sensor network, Embedded systems, IEEE802.15.4 protocols, ZigBee摘要近年来,随着微机电系统(MEMS)、无线通信网络和嵌入式系统等技术的飞速发展,各种新技术的融合,出现了许多信息获取和处理的新模式,无线传感器网络就是其中一例。

无线传感中英文对照外文翻译文献

无线传感中英文对照外文翻译文献

(文档含英文原文和中文翻译)中英文对照翻译译文:无线传感器网络的实现及在农业上的应用1引言无线传感器网络(Wireless Sensor Network ,WSN)就是由部署在监测区域内大量的廉价微型传感器节点组成,通过无线通信方式形成的一个多跳的自组织的网络系统。

其目的是协作地感知、采集和处理网络覆盖区域中感知对象的信息,并发送给观察者。

“传感器、感知对象和观察者”构成了网络的三个要素。

这里说的传感器,并不是传统意义上的单纯的对物理信号进行感知并转化为数字信号的传感器,它是将传感器模块、数据处理模块和无线通信模块集成在一块很小的物理单元,即传感器节点上,功能比传统的传感器增强了许多,不仅能够对环境信息进行感知,而且具有数据处理及无线通信的功能。

借助传感器节点中内置的形式多样的传感器件,可以测量所在环境中的热、红外、声纳、雷达和地震波信号等信号,从而探测包括温度、湿度、噪声、光强度、压力、土壤成分、移动物体的大小、速度和方向等等众多我们感兴趣的物质现象。

无线传感器网络是一种全新的信息获取和信息处理模式。

由于我国水资源已处于相当紧缺的程度,加上全国90%的废、污水未经处理或处理未达标就直接排放的水污染,11%的河流水质低于农田供水标准。

水是农业的命脉,是生态环境的控制性要素,同时又是战略性的经济资源,因此采用水泵抽取地下水灌溉农田,实现水资源合理利用,发展节水供水,改善生态环境,是我国目前精确农业的关键,因此采用节水和节能的灌水方法是当今世界供水技术发展的总趋势。

2无线传感器网络概述2.1无线传感器网络的系统架构无线传感器网络的系统架构如图1所示,通常包括传感器节点、汇聚节点和管理节点。

传感器节点密布于观测区域,以自组织的方式构成网络。

传感器节点对所采集信息进行处理后,以多跳中继方式将信息传输到汇聚节点。

然后经由互联网或移动通信网络等途径到达管理节点。

终端用户可以通过管理节点对无线传感器网络进行管理和配置、发布监测任务或收集回传数据。

无线传感器网络论文 英文版

无线传感器网络论文 英文版

Wireless sensor networksNowadays,the use of wireless communication is more and more widely.Now I will talk about one of the most widely used wireless communication--Blue Tooth.What is Blue Tooth?Blue Tooth is a kind of technology that support short distance wireless communication. It is divided into two kinds.One is class 1 that the transmission distance is 100 meters ,the other is class2 that the transmission distance is 10 meters.Blue Tooth standard is the IEEE802.15.Bluetooth works at 2.4GHz and its bandwidth up to 3 Mb/s.The convenience of bluetooth are as follows:First of all,the use of Blue Tooth makes the transmission very convenient.W e can transmit data wen and where.Secondly,Blue Tooth is wireless.This make us no need to carry data line anymore.Thirdly,the use of greatly convenient the drivers by using the vehicle Blue Tooth system so that they can make calls when drive a car.Blue Tooth also has many advantages over other style of wireless communication. Above all,Blue Tooth has the on-off function and the state of can be found.Secondly,Blue Tooth has security Settings.Bluetooth need to match, after the success of the pairs can transmit data.Thirdly, Blue Tooth transmit very fast. Transmissionrate can reach 2.4GHz.On the other hand,Blue Tooth also has some shortages.In the home automation and industrial telemetry remote sensing, Bluetooth seems too complex, power consumption, from the past, network size is too small.Otherwise,the high price of Bluetooth impact the using will of customers.Bluetooth is widely used in our daily life. As is known to us all,most of the mobile phones,notebooks and some cars have the function of Blue Tooth. I believe most of the youth must have the experience of using Blue Tooth.Every coin has its two sides,Blue Tooth also has its advantages and its disadvantage,too.Bluetooth is most used on mobile phone,computer and other digital devices these years.I think there are many places where Bluetooth can be used.I believe Bluetooth has a broad application prospect.First,Bluetooth can be used on a wireless electronic locks.This kind of lock has a higher security and applicability.I think this kind lock is very suit for cars.People can use Bluetooth remote control to lock or unlock the car. Bluetooth remote control will be more powerful than other remote controls,for exsample infrared remote control.Second,we can use Bluetooth to build our electronic purses.Whenwe go shopping we can pay the bill without pulling out our purses.The cashier desk will detect your credit card and deducted your bill automatically.In this way we can go to a shop,a hotel,a airline company or a restaurant with ease.Third,Bluetooth system can be used in our household electrics.W e can put Bluetooth system into microwave oven's system,washing machine's system,refrigerator's and air-condition's systems.In this way,we can use a remote control to control all the household electrics.And the Bluetooth system of every electric can feedback its information to network at anytime.The mast can know the running state and control his electrics when and where.In summary,Bluetooth has been widely used in our life.And I believe the use of Bluetooth will be more and more widely. I also believe Bluetooth has a broad prospect.Maybe some of us can devoting themselves to study Bluetooth technology in the near future.。

无线测温外文翻译

无线测温外文翻译

化工学院信息与控制工程学院毕业设计外文翻译粮食仓储无线测温系统的设计Design of wireless temperature measurement systemfor grain storage学生学号:10540108学生:王宪忠专业班级:测控1001指导教师:艾学忠职称:教授起止日期:2014.2.25~2014.3.16吉林化工学院Jilin Institute of Chemical Technology激光切割工艺中无线温度采集系统的设计摘要本文提出了一种先进的工程材料的激光切割加工的无线温度采集系统的开发。

该无线系统可以有效的进行自动温度监测。

该系统包括硬件,软件,和一台计算机。

该无线系统的包括电源子系统,传感器子系统,和一个主要基于无线射频(RF)技术的主节点系统。

该系统的优点是简单的数据管理温度报警和所需文件的准确性。

该集成无线温度传感器的有用性是在马来西亚理科大学机械工程学院制造实验室进行测试的。

在实验室收集的数据用来评估该系统的实用性。

数据表明,该系统可以测量和监测在硬顶的的时间和距离的围的温度。

这项工作是使用无线网络系统监控激光切削过程(WSN)温度的一个重要的开始。

关键词:温度监测;无线传感器;激光切割;过程监控1 简介该过程监控系统具有避免意外故障的优点,大大提高了系统的可靠性和可维护性。

其获取更大的工艺参数也给出了更好的可视性和更好的决策权。

这些系统通常与数据采集系统使用传感器测量相关的参数。

传感器测得的数据通过有线通信传输给处理系统。

然而,这些系统可以是非常昂贵和不灵活的。

随着通信技术的发展,数据已经可以通过无线方式来传输。

目前,无线技术,特别是无线传感器网络综合了传感器技术,MEMS 技术,无线通信技术,嵌入式计算技术、分布式信息管理技术,得到了迅速的发展。

无线传输的重要优势就是简化了系统的布线和管理。

否则,在一些危险,或者偏远的区域和地点不可能实现传感器的应用。

电子信息工程无线传感器中英文对照外文翻译文献

电子信息工程无线传感器中英文对照外文翻译文献

中英文对照外文翻译文献(文档含英文原文和中文翻译)基于最长寿命的无线传感器网络连续查询处理摘要监测应用成为无线传感器网络(WSNS)最重要的应用之一。

这类应用通常具有长期运行的复杂查询处理技术且通过传感器流对此处理技术进行评估。

基于无线传感器网络中传感器的能量有限,高效节能查询的评价对于延长系统使用寿命来说是至关重要的—使用期限指的是此网络查询从开始到停止所执行其预定任务的最早时间。

我们通过使用表达式树对复杂查询进行建模。

我们考虑使无线传感器网络的使用期限最大化以达成表达式树T的持续网络内评估,因此可在基站获得其根值。

网络内评估意味着对于算符T的评估可能会推至网络节点且同样意味着对T 进行重复评估(每轮一次)。

持续的网络内T评估需要解决以下问题的两个方面:(1)相对于网络节点的T的运算符,变量和变量的放置(2)以上量值对于适当网络节点的路径选择,网络节点需要使用以上量值评估运算符。

我们对其复杂性进行了分析,并且为T节点在WSN传感器节点上的放置提供了一种简单而有效的算法。

我们所提出的运算符放置算法试图使总传输数据量最小化。

T的放置可引起一定的最大使用期限并行流(MLCF)问题。

我们提供的算法可以找到解决MLCF问题的近优积分方案,其中一种便是收集路径,一定数量的积分流被路由。

我们对于T的持续网络内评估包括以上放置和路由算法。

实验证明,我们的做法能够一贯地、有效地找到对于无线传感网络表达式树的持续网络内评估的最大使用期限解决方案。

2010 Elsevier B.V. All rights reserved.1.介绍远程监控是无线传感器网络最具有吸引力的应用之一。

像环境监测和建筑监测,它们通常会在兴趣点处通过传感器不断的运行查询数据流。

例如有一种查询应用,可以在火山监测中每五分钟报告当前活动的情况,这是由于传感器的加工和相关表面振动,气压和温度,气体密度的变化,磁场变异等因素所产生的数据流测量,如何让这些因素运用在这些查询中并得到长时间高效地成功处理和操作的无线传感器网络运行是部署的一个重要的问题,有些问题不可行,是由于经常补充传感器电池的能量成本过高。

无线传感器网络模型设计-英文文献翻译.doc

无线传感器网络模型设计-英文文献翻译.doc

Model Design of Wireless Sensor Network based on Scale-Free Network TheoryABSTRACTThe key issue of researches on wireless sensor networks is to balance the energy costs across the whole network and to enhance the robustness in order to extend the survival time of the whole sensor network. As a special complex network limited especially by the environment, sensor network is much different from the traditional complex networks, such as Internet network, ecological network, social network and etc. It is necessary to introduce a way of how to study wireless sensor network by complex network theory and analysis methods, the key of which lies in a successful modeling which is able to make complex network theory and analysis methods more suitable for the application of wireless sensor network in order to achieve the optimization of some certain network characteristics of wireless sensor network. Based on generation rules of traditional scale-free networks, this paper added several restrictions to the improved model. The simulation result shows that improvements made in this paper have made the entire network have a better robustness to the random failure and the energy costs are more balanced and reasonable. This improved model which is based on the complex network theory proves more applicable to the research of wireless sensor network.Key-words: Wireless sensor network; Complex network; Scale-free networkI. INTRODUCTIONIn recent years, wireless sensor networks have attracted more and more related researchers for its advantages. Sensor nodes are usually low-power and non-rechargeable. The integrity of the original networks will be destroyed and other nodes will have more business burden for data transmission if the energy of some certain nodes deplete. The key issue of sensor network research is to balance the energy consumption of all sensor nodes and to minimize the impact of random failure of sensor nodes or random attacks to sensor nodes on the entire network [1].Complex network theory has been for some time since first proposed by Barabasi and Albert in 1998, but complex network theory and analysis method applied to wireless sensor networks research is seriously rare and develops in slow progress. As a special complex network limited especially by the environment, sensor network is much different from the traditional complex network, and the existing complex network theory and analysis methods can not be directly applied to analyze sensor networks. Based on scale-free network theory (BA model) [2], (1) this paper added a random damage mechanism to each sensor node when deployed in the generation rule; (2) considering the real statement of wireless sensor networks, a minimum and maxinum restriction on sensor communication radius was added to each sensor node; (3) in order to maintain a balanced energy comsuption of the entire network, this paper added a limited degree of saturation value to each sensor node. This improved scale-free model not only has the mentioned improvements above, but also has lots of advantages of traditional scale-free networks, such as the good ability to resist random attacks, so that the existing theory and analysis methods of complex network will be more suitable for the researches of wireless sensor network.II. PROGRESS OF RELATED RESEARCHHailin Zhu and Hong Luo have proposed two complex networks-based models for wireless sensor networks [3], the first of which named Energy-aware evolution model (EAEM) can organize the networks in an energy-efficient way, and can produce scale-free networks which can improve the networks reliance against random failure of the sensor nodes. In the second model named Energy-balanced evolution model (EBEM), the maximum number of links for each node is introduced into the algorithm, which can make energy consumption more balanced than the previous model (EAEM).CHEN Lijun and MAO Yingchi have proposed a topology control of wireless sensor networks under an average degree constraint [4]. In the precondition of the topology connectivity of wireless sensor networks, how to solve the sparseness of the network topology is a very important problem in a large number of sensor nodes deployed randomly. They proved their proposed scheme can decrease working nodes, guarantee network topology sparseness, predigest routing complexity and prolong network survival period.LEI Ming and LI Deshi have proposed a research on self-organization reliability of wireless sensor network[5], which aiming on the two situations: deficiency of WSN nodes and under external attack, analyzes the error tolerance ability of different topologies of WSN, and eventually obtains optimized self—organized topological models of WSN and proposes a refined routing algorithm based on WSN.III. IMPROVED SCALE-FREE MODEL FOR WSNBecause of the limited energy and the evil application environment, wireless sensor networks may easily collapse when some certain sensor nodes are of energy depletion or destruction by the nature, and even some sensor nodes have been damaged when deployed. There is also a restriction on maxinum and mininum communication radius of sensor nodes rather than the other known scale-free networks such as Internet network, which has no restriction on communication radius. To have a balanced energy consumption, it is necessary to set up a saturation value limited degree of each sensor node [6].In response to these points, based on the traditional scale-free model, this paper has made the following improvements in the process of model establishment:(1) A large number of researches have shown that many complex networks in nature are not only the result from internal forces, but also the result from external forces which should not be ignored to form an entire complex network. Node failure may not only occour by node energy depletion or random attacks to them when sensor networks are in the working progress, but also occour by external forces, such as by the nature, when deployed. In this paper, a mechanism of small probability of random damage has been added to the formation of sensor networks.(2) Unlike Internet network where two nodes are able to connect directly to each other and their connection are never limited by their real location, sensor network, two nodes in which connect to each other by the way of multi-hop, so that each node has a maximum of length restriction on their communication radius. To ensure the sparse of the whole network, there must also be a minimum of length restriction on their communication radius. In this paper, a length restriction on communication radius of sensor nodes has been proposed in the improved model.(3) In sensor network, if there exists a sensor node with a seriously high degree, whose energy consumption is very quickly, it will be seriously bad. The whole sensor network would surely collapse if enough energy were not supported to the certain node. To avoid this situation, this paper has set up a saturation value limited degree of each sensor node. By adding the mentioned restrictions above to the formation of the scale-free model, the new improved model will be more in line with the real statement of sensor network. Complex network theory and analysis methods will be more appropriate when used to research and analyze the sensor network.IV . DESCRIPTION OF THE IMPROVED ALGORITHMThe specific algorithm of the improved model formation are described as follows : (1) A given region (assumed to be square) is divided into HS*HSbig squares (named as BS);(2) Each BS (assumed to be square) is divided into LS*LS small squares (named as SS), and each SS can have only one node in its coverage region;(3) m0 backbone nodes are initially generated as a random graph, and then a new node will be added to the network to connect the existing m nodes with m edges at each time interval. (m< m0, mis a quantity parameter);(4) The newly generated node v, has a certain probability of Peto be damaged directly so that it will never be connected with any existing nodes;(5) The newly generated node vconnects with the existing node i, which obeyes dependent-preference rule and is surely limited by the degree of the certain saturation value .(6) The distance div between the newly generated node v connects and the existing node i shall be shorter than the maximum dmax of the communication radius of sensor nodes.Above all, the probability that the existing node i will be connected with the newly generated node v can be shown as follows:In order to compute it conveniently, here assumed that few nodes had reached the degree of saturation value kimax . That is, N is very minimal in Eqs.(1) so that it can be ignored here. And in Eqs.iNj 1ak Kjπ=≈∑ 0N=m 1t +- (2)With The varying rate with time of ki, we get:m 112i i ii t jj k amk amk m t mt mk δπδ+-====-∑(3)When t→∞,condition: k i (t i )=m, we get the solution: i2,i t k t aββ=(t )=m ()(4) The probability that the degree of node I is smaller than k is:11{k (t)k}P{t }i i m tP kββ<=>(5)The time interval when each newly generated node connected into the network is equal, so that probability density of t i is a constant parameter:01(t )i P m t=+1/β we replace it into Eqs. (5), then we get:11111{k (t)k}P{t }1(t )i m t k i i it m tP P k ββββ=<=>=-∑(6)1101(t m )m tk ββ-+ So we get: 110(k (t)k)21(k).i P m t P k m t k ββδδ<==+ (7)When t →∞, we get:2(k)2m r P k -=(8)In which 12=1+=1+aγβ, and the degree distribution we get and the degree distribution of traditional scale-free network are similar. Approximately, it has nothing to do with the timeparameter t and the quantity of edges m generated at each time interval.max P{d d }iv ≤could be calculated by the max in um restriction dmax on communicationradius of each sensor node and the area of the entire coverage region S, that ismax P{d d }iv ≤=2Sd π Then we replace max P{d d }iv ≤=2S d π and a=max P{d d }iv ≤(1-P )e intoEqs. and eventually we get: 22S21122(k)2m 2e aP km kπ----==(1-P )d .V . SIMULATIONThis paper used Java GUI mode of BRITE topology generator to generate the topology, and parameter settings were as follows:1) N=5000N means the quantity of the sensor nodes at the end of thetopology generation.2) m=m0 =1M means the quantity of the new generated edges by the new generated node at each time interval.3) HS=500HS means the given region was divided into HS*HS big squares.4) .LS=50 LS means each big square was divided into LS*LS small squares.d=105) mind is the mininum restriction on communication radius of each sensor node.mind=1286) maxd is the maxinum restriction on communication radius of each sensor node.max7) PC=1PC means wether preferential connectivity or not.8) .IG=1IG means wether incremental grouth or not.9) e P=0.01, m=1This means that any newly generated node has 1% chance to be node failure and the newly generated node if normal only connect with one existing node .Then we got each degree of the sensor network nodes from BRITE topology generator. To analyze the degree distribution, we use Matlab to calculate datas and draw graph. As can easily be seen from Fig. 1, the distribution of degree k subjected approximately toPower-Law distribution. However, the value of γ is no longer between 2 and 3, but a very large value, which is caused by the random damage probability P e to new generated nodes when deployed and the max in um of communication radius d max of each sensor node. It can be easily seen that the slope of P(k) is very steep and P(k) rears up because sensor node has a limited degree of saturation value by 180. The existence of 0 degree nodes is result from the random damage to new generated nodes when deployed.Fig. 1 Degree distribution of Improved ModelCompared with the degree distribution produced by traditional scale-free network as is shown in Fig. 2, the generation rule proposed in this paper has produced a degree distribution in a relatively low value as is shown in Fig. 1; there are some nodes of 0 degree as is shown in Fig. 1 on the left for the random damage rule; as is shown on the right in Fig. 1, there are no nodes with higher degree than the quantity of 180 while there are some nodes whose degree are of higher degree than the quantity of 180.Fig. 2 Degree distribution of traditional Scale-free ModelVI. CONCLUSIONThis paper has added a random damage to new generated nodes when deployed; considering multi-hop transmission of sensor network, this paper has proposed a maximum restriction on the communication radius of each sensor node; in order to improve the efficiency of energy comsumption and maintain the sparsity of the entire network, this paper has also added a minimum restriction on the communication radius of each sensor node to the improved model; to balance the energy comsuption of the entire network, this paper has proposed a limited degree of saturation value on each sensor node.In this paper, an improved scale-free network model was proposed to introduce the theory of traditional scale-free network and analysis methods into the researches of wireless sensor networks more appropriately, which would be more approximate to the real statement of wireless sensor networks.REFERENCES[1] R. Albert, H. Jeong and A.-L. Barabasi. Error and attack tolerance of complex networks. Nature, 2000; 406: 378-382.[2] Albert R, Barabasi A. Statistical mechanics of complex networks. Rev Mod Phys 2002; 74: 47–97..[3] Zhu HL, Luo H. Complex networks-based energy-efficient evolution model for wireless sensor networks. Chaos, Solitons and Fractals; 2008: 1-4.[4] Chen LJ, Mao YC. Topology Control of Wireless Sensor Networks Under an Average Degree Constraint. Chinese Journal of computers 2007; 30: 1-4.[5] Lei M, Li DS. Research on Self-Organization Reliability of Wireless Sensor Network . Complex system and complexity science ; 2005, 2: 1-4.[6] Chen LJ, Chen DX. Evolution of wireless sensor network . WCNC 2007; 556: 3003–7.[7] Peng J, Li Z. An Improved Evolution Model of Scale-Free Network . Computer application. 2008 , 2; 1: 1-4.基于无范围网络理论的无线传感器网络模型设计张戌源通信工程部通信与信息工程学院上海,中国摘要无线传感器网络的研究的关键问题是是平衡整个网络中的能源成本并且为了延长整个传感器网络的生存时间要增强鲁棒性。

试析基于MantisOS的无线传感器网络应用开发模型

试析基于MantisOS的无线传感器网络应用开发模型

试析基于MantisOS的无线传感器网络应用开发模型论文关键词:无线传感器网络antiss软件工程论文摘要:无线传感器网络是当今信息领域新的研究方向,应用前景十分广阔。

考虑无线传感器网络的应用相关性,总结无线传感器网络应用程序开发研究经验,引入软件工程思想,提出一个无线传感器网络应用开发过程模型,可以提高开发速度和开发质量;随后给出了一个在anti-ss下开发应用程序的技术模型,降低了使用antiss的线程管理机制开发多任务应用程序可能出现的线程上下文切换开销。

0引言无线传感器网络(irelesssensrnetrk,sn)就是由部署在监测区域内大量的廉价微型传感器节组成,通过无线通信方式形成的一个多跳的自组织的网络系统,其目的是协作地感知、采集和处理网络覆盖区域中感知对象的信息,并发送给观察者。

无线传感器网络在军事、环境监测和预报、医疗、农业、采矿及智能家居、城市交通等领域的应用前景非常广阔,已经成为近年来信息网络的一个研究热点。

无线传感器网络操作系统实现对物理资源的抽象,并管理有限的内存、处理器等资源,是无线传感器网络领域的一个研究重点。

目前,具有代表性的无线传感器网络操作系统有tinys,antiss,ss,ntiki,eyess等,其中,tinys是实际上的传感器网络节点操作系统标准,tinys和基于tinys的应用基本上用nes语言编写,把组件化、模块化的思想和基于事件驱动的执行模型结合起来,提高了应用开发的方便性和应用执行的可靠性。

antiss的内核和api用标准的语言编写,对于应用程序开发人员来讲,不需要学习新的语言。

但由于没有开发模型可供参考,给开发人员带来很大的不便。

将无线传感器网络应用开发的特点和具体的开发环境结合起来,提出了一个基于antiss的sn应用开发模型,由一个融人软件工程思想的通用的开发过程模型和一个基于antiss的单线程多任务技术模型组成。

1antiss美国科罗拉多大学开发的antiss是一个以易用性和灵活性为目标的无线传感器操作系统,支持快速、灵活地搭建无线传感器网络原型系统。

无线传感器网络模型设计-英文文献翻译.doc

无线传感器网络模型设计-英文文献翻译.doc

Model Design of Wireless Sensor Network based on Scale-Free Network TheoryABSTRACTThe key issue of researches on wireless sensor networks is to balance the energy costs across the whole network and to enhance the robustness in order to extend the survival time of the whole sensor network. As a special complex network limited especially by the environment, sensor network is much different from the traditional complex networks, such as Internet network, ecological network, social network and etc. It is necessary to introduce a way of how to study wireless sensor network by complex network theory and analysis methods, the key of which lies in a successful modeling which is able to make complex network theory and analysis methods more suitable for the application of wireless sensor network in order to achieve the optimization of some certain network characteristics of wireless sensor network. Based on generation rules of traditional scale-free networks, this paper added several restrictions to the improved model. The simulation result shows that improvements made in this paper have made the entire network have a better robustness to the random failure and the energy costs are more balanced and reasonable. This improved model which is based on the complex network theory proves more applicable to the research of wireless sensor network.Key-words: Wireless sensor network; Complex network; Scale-free networkI. INTRODUCTIONIn recent years, wireless sensor networks have attracted more and more related researchers for its advantages. Sensor nodes are usually low-power and non-rechargeable. The integrity of the original networks will be destroyed and other nodes will have more business burden for data transmission if the energy of some certain nodes deplete. The key issue of sensor network research is to balance the energy consumption of all sensor nodes and to minimize the impact of random failure of sensor nodes or random attacks to sensor nodes on the entire network [1].Complex network theory has been for some time since first proposed by Barabasi and Albert in 1998, but complex network theory and analysis method applied to wireless sensor networks research is seriously rare and develops in slow progress. As a special complex network limited especially by the environment, sensor network is much different from the traditional complex network, and the existing complex network theory and analysis methods can not be directly applied to analyze sensor networks. Based on scale-free network theory (BA model) [2], (1) this paper added a random damage mechanism to each sensor node when deployed in the generation rule; (2) considering the real statement of wireless sensor networks, a minimum and maxinum restriction on sensor communication radius was added to each sensor node; (3) in order to maintain a balanced energy comsuption of the entire network, this paper added a limited degree of saturation value to each sensor node. This improved scale-free model not only has the mentioned improvements above, but also has lots of advantages of traditional scale-free networks, such as the good ability to resist random attacks, so that the existing theory and analysis methods of complex network will be more suitable for the researches of wireless sensor network.II. PROGRESS OF RELATED RESEARCHHailin Zhu and Hong Luo have proposed two complex networks-based models for wireless sensor networks [3], the first of which named Energy-aware evolution model (EAEM) can organize the networks in an energy-efficient way, and can produce scale-free networks which can improve the networks reliance against random failure of the sensor nodes. In the second model named Energy-balanced evolution model (EBEM), the maximum number of links for each node is introduced into the algorithm, which can make energy consumption more balanced than the previous model (EAEM).CHEN Lijun and MAO Yingchi have proposed a topology control of wireless sensor networks under an average degree constraint [4]. In the precondition of the topology connectivity of wireless sensor networks, how to solve the sparseness of the network topology is a very important problem in a large number of sensor nodes deployed randomly. They proved their proposed scheme can decrease working nodes, guarantee network topology sparseness, predigest routing complexity and prolong network survival period.LEI Ming and LI Deshi have proposed a research on self-organization reliability of wireless sensor network[5], which aiming on the two situations: deficiency of WSN nodes and under external attack, analyzes the error tolerance ability of different topologies of WSN, and eventually obtains optimized self—organized topological models of WSN and proposes a refined routing algorithm based on WSN.III. IMPROVED SCALE-FREE MODEL FOR WSNBecause of the limited energy and the evil application environment, wireless sensor networks may easily collapse when some certain sensor nodes are of energy depletion or destruction by the nature, and even some sensor nodes have been damaged when deployed. There is also a restriction on maxinum and mininum communication radius of sensor nodes rather than the other known scale-free networks such as Internet network, which has no restriction on communication radius. To have a balanced energy consumption, it is necessary to set up a saturation value limited degree of each sensor node [6].In response to these points, based on the traditional scale-free model, this paper has made the following improvements in the process of model establishment:(1) A large number of researches have shown that many complex networks in nature are not only the result from internal forces, but also the result from external forces which should not be ignored to form an entire complex network. Node failure may not only occour by node energy depletion or random attacks to them when sensor networks are in the working progress, but also occour by external forces, such as by the nature, when deployed. In this paper, a mechanism of small probability of random damage has been added to the formation of sensor networks.(2) Unlike Internet network where two nodes are able to connect directly to each other and their connection are never limited by their real location, sensor network, two nodes in which connect to each other by the way of multi-hop, so that each node has a maximum of length restriction on their communication radius. To ensure the sparse of the whole network, there must also be a minimum of length restriction on their communication radius. In this paper, a length restriction on communication radius of sensor nodes has been proposed in the improved model.(3) In sensor network, if there exists a sensor node with a seriously high degree, whose energy consumption is very quickly, it will be seriously bad. The whole sensor network would surely collapse if enough energy were not supported to the certain node. To avoid this situation, this paper has set up a saturation value limited degree of each sensor node. By adding the mentioned restrictions above to the formation of the scale-free model, the new improved model will be more in line with the real statement of sensor network. Complex network theory and analysis methods will be more appropriate when used to research and analyze the sensor network.IV. DESCRIPTION OF THE IMPROVED ALGORITHMThe specific algorithm of the improved model formation are described as follows :(1) A given region (assumed to be square) is divided into HS*HSbig squares (named as BS);(2) Each BS (assumed to be square) is divided into LS*LS small squares (named as SS), and each SS can have only one node in its coverage region;(3) m0 backbone nodes are initially generated as a random graph, and then a new node will be added to the network to connect the existing m nodes with m edges at each time interval. (m< m0, mis a quantity parameter);(4) The newly generated node v, has a certain probability of Peto be damaged directly so that it will never be connected with any existing nodes;(5) The newly generated node vconnects with the existing node i, which obeyes dependent-preference rule and is surely limited by the degree of the certain saturation value .(6) The distance div between the newly generated node v connects and the existing node i shall be shorter than the maximum dmax of the communication radius of sensor nodes.Above all, the probability that the existing node i will be connected with the newly generated node v can be shown as follows:In order to compute it conveniently, here assumed that few nodes had reached the degree of saturation value kimax . That is, N is very minimal in Eqs.(1) so that it can be ignored here. And in Eqs.iN j 1ak Kjπ=≈∑ 0N=m 1t +- (2)With The varying rate with time of ki, we get:0m 112i i i i t jj k amk amk m t mt m k δπδ+-====-∑ (3)When t→∞,condition: k i (t i )=m, we get the solution: i 2,i t k t aββ=(t )=m ()(4) The probability that the degree of node I is smaller than k is:11{k (t)k}P{t }i i m t P k ββ<=> (5)The time interval when each newly generated node connected into the network is equal, so that probability density of t i is a constant parameter: 01(t )i P m t=+1/β we replace it into Eqs. (5), then we get:11111{k (t)k}P{t }1(t )i m t k i i it m t P P k ββββ=<=>=-∑ (6)1101(t m )m t k ββ-+ So we get: 110(k (t)k)21(k).i P m t P k m t k ββδδ<==+ (7) When t →∞, we get:2(k)2m r P k -= (8)In which 12=1+=1+a γβ, and the degree distribution we get and the degree distribution of traditional scale-free network are similar. Approximately, it has nothing to do with the time parameter t and the quantity of edges m generated at each time interval.max P{d d }iv ≤could be calculated by the max in um restriction dmax on communication radius of each sensor node and the area of the entire coverage region S, that is max P{d d }iv ≤=2S d π Then wereplace max P{d d }iv ≤=2S d π and a=max P{d d }iv ≤(1-P )e into Eqs. and eventuallywe get: 22S 21122(k)2m 2e a P km k π----==(1-P )d .V. SIMULATIONThis paper used Java GUI mode of BRITE topology generator to generate the topology, and parameter settings were as follows:1) N=5000N means the quantity of the sensor nodes at the end of thetopology generation.2) m=m0 =1M means the quantity of the new generated edges by the new generated node at each time interval.3) HS=500HS means the given region was divided into HS*HS big squares.4) .LS=50 LS means each big square was divided into LS*LS small squares.d=105) mind is the mininum restriction on communication radius of each sensorminnode.d=1286) maxd is the maxinum restriction on communication radius of each sensormaxnode.7) PC=1PC means wether preferential connectivity or not.8) .IG=1IG means wether incremental grouth or not.9) e P=0.01, m=1This means that any newly generated node has 1% chance to be node failure and the newly generated node if normal only connect with one existing node .Then we got each degree of the sensor network nodes from BRITE topology generator. To analyze the degree distribution, we use Matlab to calculate datas and draw graph. As can easily be seen from Fig. 1, the distribution of degree k subjected approximately to Power-Law distribution. However, the value of γ is no longer between 2 and 3, but a very large value, which is caused by the random damage probability P e to new generated nodes when deployed and the max in um of communication radius d max of each sensor node. It can be easily seen that the slope of P(k) is very steep and P(k) rears up because sensor node has a limited degree of saturation value by 180. The existence of 0 degree nodes is result from the random damage to new generated nodes when deployed.Fig. 1 Degree distribution of Improved ModelCompared with the degree distribution produced by traditional scale-free network as is shown in Fig. 2, the generation rule proposed in this paper has produced a degree distribution in a relatively low value as is shown in Fig. 1; there are some nodes of 0 degree as is shown in Fig. 1 on the left for the random damage rule; as is shown on the right in Fig. 1, there are no nodes with higher degree than the quantity of 180 while there are some nodes whose degree are of higher degree than the quantity of 180.Fig. 2 Degree distribution of traditional Scale-free ModelVI. CONCLUSIONThis paper has added a random damage to new generated nodes when deployed; considering multi-hop transmission of sensor network, this paper has proposed a maximum restriction on the communication radius of each sensor node; in order to improve the efficiency of energy comsumption and maintain the sparsity of the entire network, this paper has also added a minimum restriction on the communication radius of each sensor node to the improved model; to balance the energy comsuption of the entire network, this paper has proposed a limited degree of saturation value on each sensor node.In this paper, an improved scale-free network model was proposed to introduce the theory of traditional scale-free network and analysis methods into the researches of wireless sensor networks more appropriately, which would be more approximate to the real statement of wireless sensor networks.REFERENCES[1] R. Albert, H. Jeong and A.-L. Barabasi. Error and attack tolerance of complex networks. Nature, 2000; 406: 378-382.[2] Albert R, Barabasi A. Statistical mechanics of complex networks. Rev Mod Phys 2002; 74: 47–97..[3] Zhu HL, Luo H. Complex networks-based energy-efficient evolution model for wireless sensor networks. Chaos, Solitons and Fractals; 2008: 1-4.[4] Chen LJ, Mao YC. Topology Control of Wireless Sensor Networks Under an Average Degree Constraint. Chinese Journal of computers 2007; 30: 1-4.[5] Lei M, Li DS. Research on Self-Organization Reliability of Wireless Sensor Network . Complex system and complexity science ; 2005, 2: 1-4.[6] Chen LJ, Chen DX. Evolution of wireless sensor network . WCNC 2007; 556: 3003–7.[7] Peng J, Li Z. An Improved Evolution Model of Scale-Free Network . Computer application. 2008 , 2; 1: 1-4.基于无范围网络理论的无线传感器网络模型设计张戌源通信工程部通信与信息工程学院上海,中国摘要无线传感器网络的研究的关键问题是是平衡整个网络中的能源成本并且为了延长整个传感器网络的生存时间要增强鲁棒性。

网络工程 英文 毕业 设计 论文 文献翻译 无线技术

网络工程 英文 毕业 设计 论文 文献翻译 无线技术

毕业论文(文献翻译)单位代码01学号_080114601_分类号_ TN92 _密级__________文献翻译无线技术,低功耗传感器网络无线技术,低功耗传感器网络译文正文:加里莱格在发掘无线传感器的潜在应用方面我们几乎没遇见任何困难。

比如说在家庭安全系统方面,无线传感器比有线传感器更易安装。

而无线传感器的安装费用通常只占有线传感器安装费用的80%,这一点用于工业环境方面同样合适。

并且相对于有线传感器而言,无线传感器应用性更强。

虽然,无线传感器需要消耗更多能量,也就是说所需电池的数量会随之增加或更换过于频繁。

再加上对无线传感器由空气传送的数据可靠性的怀疑论,所以无线传感器看起来并不是那么吸引人。

一个被称为ZigBee的低功率无线技术,它是无线传感器方程重写,但是,通过的IEEE 802.15.4无线标准(图1),ZigBee承诺,把无线传感器的一切,从工厂自动化系统延伸到家庭安全系统,消费电子产品中。

与802.15.4的合作下,ZigBee提供的电池寿命可比普通小型电池长几年。

ZigBee设备预计也便宜,有人估计销售价格最终不到3美元每节点,。

由于价格低,他们应该也能适用于无线交换机,无线自动调温器,烟雾探测器等产品。

图1:ZigBee将网络安全和应用服务层添加到PHY和IEEE811.15.4网络通信的MAC层虽然还没有正式规范的ZigBee存在,但ZigBee的前景似乎一片光明。

技术研究公司In-Stat/MDR在它所谓的“谨慎进取”的预测中预测,802.15.4节点和芯片销售将从今天基本上为零,增加到2010年的165万台。

不是所有这些单位都将与ZigBee结合,但大多数可能会。

世界研究公司预测,到2010年射频模块无线传感器出货量4.65亿美量,其中77%是与ZigBee相关的。

从某种意义上说,ZigBee的光明前途在很大程度上是由于其较低的数据速率(20 kbps到250 kbps),而这些数据率则取决于频段频率(图2)。

网络工程专业外文翻译--无线传感网(中文)

网络工程专业外文翻译--无线传感网(中文)

中文译文:无线传感网络*1、简介无线传感器网络是由一些节点组织成的一个相互协作的网络。

每个节点都具有处理能力(有一个或多个微控制器,CPU或DSP芯片),还可包括多种类类型的存储器(程序,数据和闪存),一个射频收发器(能常是用一个全方位的定向天线),电源(如电池和太阳能电池),和各种传感器、执行器。

这些节点被部署在一个特定的环境中后,它们通常通过自组织的形式,实现无线通信。

可以预见,由数千个甚至上万个这样的节点组成的系统将会出现,并将改变我们的生活和工作方式。

当前,无线传感器网络的部署步伐正在加快。

这是很合理的期望:10-15年内,能够通过互联网访问的无线传感器网络将覆盖整个世界。

这可以被视为互联网变成了一个物理网络。

这一新技术令人兴奋,在许多领域都具有无限潜力,包括医疗,军事,交通,娱乐,危机管理,国土防御和智能空间等。

由于无线传感器网络是一种分布式实时系统,一个自然的问题是,有多少已有的分布式和实时系统解决方案可用于这一些新的系统?不幸的是,很少先前的成果可以应用,因此在系统的所有领域都需要新的解决方案,主要的原因是,以先前的工作为基础的假设发生了巨大变化。

过去的分布式系统研究的假设是:系统是有线的,电源是无限的,非实时的,有用户界面(如屏幕和鼠标),有一组固定的资源,将系统中的节点看得很重要,并且是与位置无关的。

相比之下,无线传感系统是有线的,电源也比较稀缺,实时的,使用传感器和执行器作为接口,拥有的资源也会动态改变,总体行为很重要,位置信息也很关键。

许多无线传感器网络还使用了最低端的设备,这进一步的限制了对过去方案的重用。

本章概述了无线传感器网络的一些关键领域和无线传感网络的研究情况。

在介绍过程中,我们使用工作中的具体例子来展示发展的状态并显示这些解决方案与分布式系统的解决方案的不同之处。

特别地,我们讨论了MAC层(第2节),路由(第3节),节点定位(第4节),时钟同步(第5节),和电源管理(第6节)。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

外文资料翻译原文部分:Model Design of Wireless Sensor Network based onScale-Free Network TheoryZHANG Xuyuandept. Communication EngineeringSchool of Communication and Information EngineeringShanghai, ChinaAbstract—The key issue of researches on wireless sensor networks is to balanc the energy costs across the whole network and to enhance the robustness in order to extend the survival time of the whole sensor network. As a special complex network limited especially by the environment, sensor network is much different from the traditional complex networks, such as Internet network, ecological network, social network and etc. It is necessary to introduce a way of how to study wireless sensor network by complex network theory and analysis methods, the key of which lies in a successful modeling which is able to make complex network theory and analysis methods more suitable for the application of wireless sensor network in order to achieve the optimization of some certain network characteristics of wireless sensor network. Based on generation rules of traditional scalefree networks, this paper added several restrictions to the improved model. The simulation result shows that improvements made in this paper have made the entire network have a better robustness to the random failure and the energy costs are more balanced and reasonable. This improved model which is based on the complex network theory proves more applicable to the research of wireless sensor network.Key-words:Wireless sensor network; Complex network; Scale-free networkI. INTRODUCTIONIn recent years, wireless sensor networks have attracted more and more related researchers for its advantages. Sensor nodes are usually low-power and non-rechargeable. The integrity of the original networks will be destroyed and other nodes will have more business burden for data transmission if the energy of some certain nodes deplete. The key issue of sensor network research is to balance the energy consumption of all sensor nodes and to minimize the impact of random failure of sensor nodes or random attacks to sensor nodes on the entire network[1].Complex network theory has been for some time since first proposed by Barabasi and Albert in 1998, but complex network theory and analysis method applied to wireless sensor networks research is seriously rare and develops in slow progress. As a special complex network limited especially by the environment, sensor network is much different from the traditional complex network, and the existing complex network theory and analysis methods can not be directly applied to analyze sensor networks.Based on scale-free network theory (BA model) [2], (1) this paper added a random damage mechanism to each sensor node when deployed in the generation rule; (2) considering the realStatement of wireless sensor networks, a minimum and maxinum restriction on sensor communication radius was added to each sensor node; (3) in order to maintain a balanced energy comsuption of the entire network, this paper added a limited degree of saturation value to each sensor node. This improved scale-free model not only has the mentioned improvements above, but also has lots of advantages of traditional scale-free networks, such as the good ability to resist random attacks, so that the existing theory and analysis methods of complex network will be more suitable for the researches of wireless sensor network.II. PROGRESS OF RELATED RESEARCHHailin Zhu and Hong Luo have proposed two complex networks-based models for wireless sensor networks[3], the first of which named Energy-aware evolution model (EAEM) can organize the networks in an energy-efficient way, and can produce scale-free networks which can improve the networks reliance against random failure of the sensor nodes. In the second model named Energy-balanced evolution model (EBEM), the maximum number of links for each node is introduced into the algorithm, which can make energy consumption more balanced than the previous model (EAEM).CHEN Lijun and MAO Yingchi have proposed a topology control of wireless sensor networks under an average degree constraint[4]. In the precondition of the topology connectivity of wireless sensor networks, how to solve the sparseness of the network topology is a very important problem in a large number of sensor nodes deployed randomly. They proved their proposed scheme can decrease working nodes, guarantee network topology sparseness, predigest routing complexity andprolong network survival period.LEI Ming and LI Deshi have proposed a research on selforganization reliability of wireless sensor network[5], which aiming on the two situations: deficiency of WSN nodes and under external attack, analyzes the error tolerance ability of different topologies of WSN, and eventually obtains optimized self—organized topological models of WSN and proposes a refined routing algorithm based on WSN. III. IMPROVED SCALE-FREE MODEL FOR WSNBecause of the limited energy and the evil application environment, wireless sensor networks may easily collapse when some certain sensor nodes are of energy depletion or destruction by the nature, and even some sensor nodes have been damaged when deployed. There is also a restriction onMaxinum and mininum communication radius of sensor nodes rather than the other known scale-free networks such as Internet network, which has no restriction on communication radius. To have a balanced energy consumption, it is necessary toset up a saturation value limited degree of each sensor node[6].In response to these points, based on the traditional scalefree model, this paper has made the following improvements in the process of model establishment:(1) A large number of researches have shown that many complex networks in nature are not only the result from internal forces, but also the result from external forces which should not be ignored to form an entire complex network. Node failure may not only occour by node energy depletion or random attacks to them when sensor networks are in the working progress, but also occour by external forces, such as by the nature, when deployed. In this paper, a mechanism of small probability of random damage has been added to the formation of sensor networks.(2) Unlike Internet network where two nodes are able to connect directly to each other and their connection are never limited by their real location, sensor network, two nodes in which connect to each other by the way of multi-hop, so that each node has a maximum of length restriction on their communication radius. To ensure the sparse of the whole network, there must also be a minimum of length restriction on their communication radius. In this paper, a length restrictionon communication radius of sensor nodes has been proposed in the improved model.(3) In sensor network, if there exists a sensor node with a seriously high degree, whose energy consumption is very quickly, it will be seriously bad. The whole sensor network would surely collapse if enough energy were not supported to the certain node. To avoid this situation, this paper has set up a saturation value limited degree of each sensor node. By adding the mentioned restrictions above to the formation of the scale-free model, the new improved model will be more in line with the real statement of sensor network. Complex network theory and analysis methods will be more appropriate when used to research and analyze the sensor network.IV. DESCRIPTION OF THE IMPROVED ALGORITHMThe specific algorithm of the improved model formation are described as follows: (1) A given region (assumed to be square) is divided into HS*HS big squares(named as BS);(2) Each BS (assumed to be square) is divided into LS*LS small squares (named as SS), and each SS can have only one node in its coverage region;(3) m backbone nodes are initially generated as a random graph, and then a new node will be added to the network to connect the existing m nodes with m edges at each time interval. (0m m <, m is a quantity parameter);(4) The newly generated node v, has a certain probability of e P to be damaged directly so that it will never be connected with any existing nodes;(5) The newly generated node v connects with the existing node i, which obeyes dependent-preference rule and is surely limited by the degree of the certain saturation value max i k ;(6) The distance iv d between the newly generated node v connects and the existing node i shall be shorter than the maximum max d of the communication radius of sensor nodes.Above all, the probability that the existing node i will be connected with the newly generated node v can be shown as follows:{}()e iv i N j j ii P d d P nk kk -⋅≤⋅-=∑=1max max1π (1) In order to compute it conveniently, here assumed that few nodes had reached the degree of saturation value max i k .That is, n is very minimal in Eqs.(1) so that it can be ignored here. And in Eqs.(1), {}()e iv P d d P -⋅≤1max can be regarded as a constant parameter, so we have {}()a P d d P e iv =-⋅≤1max ,and Eqs.(1) can be rewritten as:∑=≈N j jii kak 1π 10-+=t m N (2) With The varying rate with time of i k , we get:m mt amk k amk m t k i t m j ji i i -===∂∂∑++=2110π (3)When t ak t ak t k t i i i 22,==∂∂∞−→−.According to the initial condition:()m t k i i =, we get the solution: ()a t t m t k i i 2,=⎪⎪⎭⎫ ⎝⎛=ββ(4) The probability that the degree of node i is smaller than k is:(){}⎪⎭⎪⎬⎫⎪⎩⎪⎨⎧>=<ββ11k t m t P k t k P i i (5)The time interval when each newly generated node connected into the network is equal, so that probability density of i t is a constant parameter:()tm t P i +=01,we replace it into Eqs. (5), then we get: (){}⎭⎬⎫⎩⎨⎧≤-=⎭⎬⎫⎩⎨⎧>=<ββββ/1/1/1/11k t m t P k t m t P k t k P i i i ()()0/1/1111/1m t k t m t P k t m t i i +-=-=∑=ββ (6)So we get:()(){}ββ/10/112kt m t m k k t k P k P i ⋅+=∂<∂= (7) When ∞→t ,we get:()r k m k P -=22 (8)In which a2111+=+=βγ, and the degree distribution we get and the degree distribution of traditional scale-free network are similar.Approximately, it has nothing to do with the time parameter t and the quantity of edges m generated at each time interval.{}max d d P iv ≤could be calculated by the maxinum restriction max d on communication radius of each sensor node and thearea of the entire coverage region S, that is {}S d d d P iv 2max π=≤. Then we we replace {}S d d d P iv 2max π=≤ and {}()e iv P d d P a -⋅≤=1max into Eqs. (5), and eventually weget:()()2121221222d P S a e k m km k P π⋅-----== (9)V . SIMULATION This paper used Java GUI mode of BRITE topology generator to generate the topology, and parameter settings were as follows:1) N=5000N means the quantity of the sensor nodes at the end of the topology generation. 2)10==m mm means the quantity of the new generated edges by the new generated node at each time interval.3)HS=500HS means the given region was divided into HS*HS big squares.4) LS=50LS means each big square was divided into LS*LS small squares.5) 10min =dmin d is the mininum restriction on communication radius of each sensor node. 6) 128max =dmax d is the maxinum restriction on communication radius of each sensor node.7) PC=1PC means wether preferential connectivity or not.8) IG=1IG means wether incremental grouth or not.9) 1,01.0==m P eThis means that any newly generated node has 1% chance to be node failure and the newly generated node if normal only connect with one existing node .Then we got each degree of the sensor network nodes from BRITE topology generator. To analyze the degree distribution, we use Matlab to calculate datas and draw graph. As can easily be seen from Fig. 1, the distribution of degree k subjected approximately to Power-Law distribution. However, the value of γis no longer between 2 and 3, but a very large value, which is caused by the random damage probabilityP to new generated nodes when deployed and the maxinum ofecommunication radiusd of each sensor node. It can be easily seen that themaxslope of P(k) is very steep and P(k) rears up because sensor node has a limited degree of saturation value by 180. The existence of 0 degree nodes is result from the random damage to new generated nodes when deployed.Compared with the degree distribution produced by traditional scale-free network as is shown in Fig. 2, the generation rule proposed in this paper has produced a degree distribution in a relatively low value as is shown in Fig. 1; there are some nodes of 0 degree as is shown in Fig. 1 on the left for the random damage rule; as is shown on the right in Fig. 1, there are no nodes with higher degree than the quantity of 180 while there are some nodes whose degree are of higher degree than the quantity of 180.VI. CONCLUSIONThis paper has added a random damage to new generated nodes when deployed; considering multi-hop transmission of sensor network, this paper has proposed a maximum restriction on the communication radius of each sensor node; in order to improve the efficiency of energy comsumption and maintain the sparsity of the entire network, this paper has also added a minimum restriction on the communication radius of each sensor node to the improved model; to balance the energy comsuption of the entire network, this paper has proposed a a limited degree of saturation value on each sensor node.In this paper, an improved scale-free network model was proposed to introduce the theory of traditional scale-free network and analysis methods into the researches of wireless sensor networks more appropriately, which would be more approximate to the real statement of wireless sensor networks.外文资料翻译译文部分:基于无尺度网络理论的无线传感器网络模型设计摘要:关于无线传感器网络的研究主要任务就是平衡整个网络的能量消耗,并且为了延长整个网络的生存期而加强其健壮性。

相关文档
最新文档