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

江汉大学毕业论文(设计)外文翻译原文来源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 错误!未找到引用源。
无线红外传感器网络中英文对照外文翻译文献

中英文资料外文翻译文献外文资料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)已成为最近的一个研究热点。
Zigbee无线传感器网络英文文献与翻译

Zigbee Wireless Sensor Network in Environmental MonitoringApplicationsI. ZIGBEE TECHNOLOGYZigbee is a wireless standard based on IEEE802.15.4 that was developed to address the unique needs of most wireless sensing and control applications. Technology is low cost, low power, a low data rate, highly reliable, highly secure wireless networking protocol targeted towards automation and remote control applications. It’s depicts two key performance characteristics –wireless radio range and data transmission rate of the wireless spectrum. Comparing to other wireless networking protocols such as Bluetooth, Wi-Fi, UWB and so on, shows excellent transmission ability in lower transmission rate and highly capacity of network. A. Zigbee FrameworkFramework is made up of a set of blocks called layers.Each layer performs a specific set of services for the layer above. As shown in Fig.1. The IEEE 802.15.4 standard defines the two lower layers: the physical (PHY) layer and the medium access control (MAC) layer. The Alliance builds on this foundation by providing the network and security layer and the framework for the application layer.Fig.1 FrameworkThe IEEE 802.15.4 has two PHY layers that operate in two separate frequency ranges: 868/915 MHz and 2.4GHz. Moreover, MAC sub-layer controls access to the radio channel using a CSMA-CA mechanism. Its responsibilities may also include transmitting beacon frames, synchronization, and providing a reliable transmission mechanism.B. Zigbee’s TopologyThe network layer supports star, tree, and mesh topologies, as shown in Fig.2. In a star topology, the network is controlled by one single device called coordinator. The coordinator is responsible for initiating and maintaining the devices on the network. All other devices, knownas end devices, directly communicate with the coordinator. In mesh and tree topologies, the coordinator is responsible for starting the network and for choosing certain key network parameters, but the network may be extended through the use of routers. In tree networks, routers move data and control messages through the network using a hierarchical routing strategy. Mesh networks allow full peer-to-peer communication.Fig.2 Mesh topologiesFig.3 is a network model, it shows that supports both single-hop star topology constructed with one coordinator in the center and the end devices, and mesh topology. In the network, the intelligent nodes are composed by Full Function Device (FFD) and Reduced Function Device (RFD). Only the FFN defines the full functionality and can become a network coordinator. Coordinator manages the network, it is to say that coordinator can start a network and allow other devices to join or leave it. Moreover, it can provide binding and address-table services, and save messages until they can be delivered.Fig.3 Zigbee network modelII.THE GREENHOUSE ENVIRONMENTAL MONITORINGSYSTEM DESIGNTraditional agriculture only use machinery and equipment which isolating and no communicating ability. And farmers have to monitor crops’ growth by themselves. Even if some people use electrical devices, but most of them were restricted to simple communication between control computer and end devices like sensors instead of wire connection, which couldn’t be strictly defined as wireless sens or network. Therefore, by through using sensor networks and, agriculture could become more automation, more networking and smarter.In this project, we should deploy five kinds of sensors in the greenhouse basement. By through these deployed sensors, the parameters such as temperature in the greenhouse, soil temperature, dew point, humidity and light intensity can be detected real time. It is key to collect different parameters from all kinds of sensors. And in the greenhouse, monitoring the vegetables growing conditions is the top issue. Therefore, longer battery life and lower data rate and less complexity are very important. From the introduction about above, we know that meet the requirements for reliability, security, low costs and low power.A. System OverviewThe overview of Greenhouse environmental monitoring system, which is made up by one sink node (coordinator), many sensor nodes, workstation and database. Mote node and sensor node together composed of each collecting node. When sensors collect parameters real time, such as temperature in the greenhouse, soil temperature, dew point, humidity and light intensity, these data will be offered to A/D converter, then by through quantizing and encoding become the digital signal that is able to transmit by wireless sensor communicating node. Each wireless sensor communicating node has ability of transmitting, receiving function.In this WSN, sensor nodes deployed in the greenhouse, which can collect real time data and transmit data to sink node (Coordinator) by the way of multi-hop. Sink node complete the task of data analysis and data storage. Meanwhile, sink node is connected with GPRS/CDMA can provide remote control and data download service. In the monitoring and controlling room, by running greenhouse management software, the sink node can periodically receives the data from the wireless sensor nodes and displays them on monitors.B. Node Hardware DesignSensor nodes are the basic units of WSN. The hardware platform is made up sensor nodes closely related to the specific application requirements. Therefore, the most important work isthe nodes design which can perfect implement the function of detecting and transmission as a WSN node, and perform its technology characteristics. Fig.4 shows the universal structure of the WSN nodes. Power module provides the necessary energy for the sensor nodes. Data collection module is used to receive and convert signals of sensors. Data processing and control module’s functions are node device control, task sche duling, and energy computing and so on. Communication module is used to send data between nodes and frequency chosen and so on.Fig.4 Universal structure of the wsn nodesIn the data transfer unit, the module is embedded to match the MAC layer and the NET layer of the protocol. We choose CC2430 as the protocol chips, which integrated the CPU, RF transceiver, net protocol and the RAM together. CC2430 uses an 8 bit MCU (8051), and has 128KB programmable flash memory and 8KB RAM. It also includes A/D converter, some Timers, AES128 Coprocessor, Watchdog Timer, 32K crystal Sleep mode Timer, Power on Reset, Brown out Detection and 21 I/Os. Based on the chips, many modules for the protocol are provided. And the transfer unit could be easily designed based on the modules.As an example of a sensor end device integrated temperature, humidity and light, the design is shown in Fig. 5.Fig.5 The hardware design of a sensor nodeThe SHT11 is a single chip relative humidity and temperature multi sensor module comprising a calibrated digital output. It can test the soil temperature and humidity. The DS18B20 is a digital temperature sensor, which has 3 pins and data pin can link MSP430 directly. It can detect temperature in greenhouse. The TCS320 is a digital light sensor. SHT11, DS18B20 and TCS320 are both digital sensors with small size and low power consumption. Other sensor nodes can be obtained by changing the sensors.The sensor nodes are powered from onboard batteries and the coordinator also allows to be powered from an external power supply determined by a jumper.C. Node Software DesignThe application system consists of a coordinator and several end devices. The general structure of the code in each is the same, with an initialization followed by a main loop.The software flow of coordinator, upon the coordinator being started, the first action of the application is the initialization of the hardware, liquid crystal, stack and application variables and opening the interrupt. Then a network will be formatted. If this net has been formatted successfully, some network information, such as physical address, net ID, channel number will be shown on the LCD. Then program will step into application layer and monitor signal. If there is end device or router want to join in this net, LCD will shown this information, and show the physical address of applying node, and the coordinator will allocate a net address to this node. If the node has been joined in this network, the data transmitted by this node will be received by coordinator and shown in the LCD.The software flow of a sensor node, as each sensor node is switched on, it scans all channelsand, after seeing any beacons, checks that the coordinator is the one that it is looking for. It then performs a synchronization and association. Once association is complete, the sensor node enters a regular loop of reading its sensors and putting out a frame containing the sensor data. If sending successfully, end device will step into idle state; by contrast, it will collect data once again and send to coordinator until sending successfully.D. Greenhouse Monitoring Software DesignWe use VB language to build an interface for the test and this greenhouse sensor network software can be installed and launched on any Windows-based operating system. It has 4 dialog box selections: setting controlling conditions, setting Timer, setting relevant parameters and showing current status. By setting some parameters, it can perform the functions of communicating with port, data collection and data viewing。
传感器技术论文中英文对照资料外文翻译文献

传感器技术论文中英文对照资料外文翻译文献Development of New Sensor TechnologiesSensors are devices that can convert physical。
chemical。
logical quantities。
etc。
into electrical signals。
The output signals can take different forms。
such as voltage。
current。
frequency。
pulse。
etc。
and can meet the requirements of n n。
processing。
recording。
display。
and control。
They are indispensable components in automatic n systems and automatic control systems。
If computers are compared to brains。
then sensors are like the five senses。
Sensors can correctly sense the measured quantity and convert it into a corresponding output。
playing a decisive role in the quality of the system。
The higher the degree of n。
the higher the requirements for sensors。
In today's n age。
the n industry includes three parts: sensing technology。
n technology。
and computer technology。
Zigbee无线传感器网络英文文献

Zigbee Wireless Sensor Network in Environmental MonitoringApplicationsI. ZIGBEE TECHNOLOGYZigbee is a wireless standard based on IEEE802.15.4 that was developed to address the unique needs of most wireless sensing and control applications. Technology is low cost, low power, a low data rate, highly reliable, highly secure wireless networking protocol targeted towards automation and remote control applications. It’s depicts two key performance characteristics – wireless radio range and data transmission rate of the wireless spectrum. Comparing to other wireless networking protocols such as Bluetooth, Wi-Fi, UWB and so on, shows excellent transmission ability in lower transmission rate and highly capacity of network.A. Zigbee FrameworkFramework is made up of a set of blocks called layers.Each layer performs a specific set of services for the layer above. As shown in Fig.1. The IEEE 802.15.4 standard defines the two lower layers: the physical (PHY) layer and the medium access control (MAC) layer. The Alliance builds on this foundation by providing the network and security layer and the framework for the application layer.Fig.1 FrameworkThe IEEE 802.15.4 has two PHY layers that operate in two separate frequency ranges: 868/915 MHz and 2.4GHz. Moreover, MAC sub-layer controls access to the radio channel using a CSMA-CA mechanism. Its responsibilities may also include transmitting beacon frames, synchronization, and providing a reliable transmission mechanism.B. Zigbee’s TopologyThe network layer supports star, tree, and mesh topologies, as shown in Fig.2. In a star topology, the network is controlled by one single device called coordinator. The coordinatoris responsible for initiating and maintaining the devices on the network. All other devices, known as end devices, directly communicate with the coordinator. In mesh and tree topologies, the coordinator is responsible for starting the network and for choosing certain key network parameters, but the network may be extended through the use of routers. In tree networks, routers move data and control messages through the network using a hierarchical routing strategy. Mesh networks allow full peer-to-peer communication.Fig.2 Mesh topologiesFig.3is a network model, it shows that supports both single-hop star topology constructed with one coordinator in the center and the end devices, and mesh topology. In the network, the intelligent nodes are composed by Full Function Device (FFD) and Reduced Function Device (RFD). Only the FFN defines the full functionality and can become a network coordinator. Coordinator manages the network, it is to say that coordinator can start a network and allow other devices to join or leave it. Moreover, it can provide binding and address-table services, and save messages until they can be delivered.Fig.3 Zigbee network modelII.THE GREENHOUSE ENVIRONMENTAL MONITORINGSYSTEM DESIGNTraditional agriculture only use machinery and equipment which isolating and no communicating ability. And farmers have to monitor crops’ growth by themselves. Even if some people use electrical devices, but most of them were restricted to simple communication between control computer and end devices like sensors instead of wire connection, which couldn’t be strictly defined as wireless sens or network. Therefore, by through using sensor networks and, agriculture could become more automation, more networking and smarter.In this project, we should deploy five kinds of sensors in the greenhouse basement. By through these deployed sensors, the parameters such as temperature in the greenhouse, soil temperature, dew point, humidity and light intensity can be detected real time. It is key to collect different parameters from all kinds of sensors. And in the greenhouse, monitoring the vegetables growing conditions is the top issue. Therefore, longer battery life and lower data rate and less complexity are very important. From the introduction about above, we know that meet the requirements for reliability, security, low costs and low power.A. System OverviewThe overview of Greenhouse environmental monitoring system, which is made up by one sink node (coordinator), many sensor nodes, workstation and database. Mote node and sensor node together composed of each collecting node. When sensors collect parameters real time, such as temperature in the greenhouse, soil temperature, dew point, humidity and light intensity, these data will be offered to A/D converter, then by through quantizing and encoding become the digital signal that is able to transmit by wireless sensor communicating node. Each wireless sensor communicating node has ability of transmitting, receiving function.In this WSN, sensor nodes deployed in the greenhouse, which can collect real time data and transmit data to sink node (Coordinator) by the way of multi-hop. Sink node complete the task of data analysis and data storage. Meanwhile, sink node is connected with GPRS/CDMA can provide remote control and data download service. In the monitoring and controlling room, by running greenhouse management software, the sink node can periodically receives the data from the wireless sensor nodes and displays them on monitors.B. Node Hardware DesignSensor nodes are the basic units of WSN. The hardware platform is made up sensor nodes closely related to the specific application requirements. Therefore, the most important work is the nodes design which can perfect implement the function of detecting and transmission as a WSN node, and perform its technology characteristics. Fig.4 shows the universal structure of the WSN nodes. Power module provides the necessary energy for the sensor nodes. Data collection module is used to receive and convert signals of sensors. Data processing and control module’s functions are node device control, task sche duling, and energy computing and so on. Communication module is used to send data between nodes and frequency chosen and so on.Fig.4 Universal structure of the wsn nodesIn the data transfer unit, the module is embedded to match the MAC layer and the NET layer of the protocol. We choose CC2430 as the protocol chips, which integrated the CPU, RF transceiver, net protocol and the RAM together. CC2430 uses an 8 bit MCU (8051), and has 128KB programmable flash memory and 8KB RAM. It also includes A/D converter, some Timers, AES128 Coprocessor, Watchdog Timer, 32K crystal Sleep mode Timer, Power on Reset, Brown out Detection and 21I/Os. Based on the chips, many modules for the protocol are provided. And the transfer unit could be easily designed based on the modules.As an example of a sensor end device integrated temperature, humidity and light, the design is shown in Fig. 5.Fig.5 The hardware design of a sensor nodeThe SHT11is a single chip relative humidity and temperature multi sensor module comprising a calibrated digital output. It can test the soil temperature and humidity. The DS18B20 is a digital temperature sensor, which has 3 pins and data pin can link MSP430 directly. It can detect temperature in greenhouse. The TCS320is a digital light sensor. SHT11, DS18B20and TCS320are both digital sensors with small size and low power consumption. Other sensor nodes can be obtained by changing the sensors.The sensor nodes are powered from onboard batteries and the coordinator also allows to be powered from an external power supply determined by a jumper.C. Node Software DesignThe application system consists of a coordinator and several end devices. The general structure of the code in each is the same, with an initialization followed by a main loop.The software flow of coordinator, upon the coordinator being started, the first action of the application is the initialization of the hardware, liquid crystal, stack and application variables and opening the interrupt. Then a network will be formatted. If this net has been formatted successfully, some network information, such as physical address, net ID, channel number will be shown on the LCD. Then program will step into application layer and monitor signal. If there is end device or router want to join in this net, LCD will shown this information, and show the physical address of applying node, and the coordinator will allocate a net address to this node. If the node has been joined in this network, the data transmitted by this node will be received by coordinator and shown in the LCD.The software flow of a sensor node, as each sensor node is switched on, it scans allchannels and, after seeing any beacons, checks that the coordinator is the one that it is looking for. It then performs a synchronization and association. Once association is complete, the sensor node enters a regular loop of reading its sensors and putting out a frame containing the sensor data. If sending successfully, end device will step into idle state; by contrast, it will collect data once again and send to coordinator until sending successfully.D. Greenhouse Monitoring Software DesignWe use VB language to build an interface for the test and this greenhouse sensor network software can be installed and launched on any Windows-based operating system. It has 4 dialog box selections: setting controlling conditions, setting Timer, setting relevant parameters and showing current status. By setting some parameters, it can perform the functions of communicating with port, data collection and data viewing.Zigbee无线传感器网络在环境监测中的应用I.Zigbee技术Zigbee是一种基于IEEE802.15.4的无线标准上被开发用来满足大多数无线传感和控制应用的独特需求。
无线传感器网络中英文对照外文翻译文献

(文档含英文原文和中文翻译)中英文对照翻译基于网络共享的无线传感网络设计摘要:无线传感器网络是近年来的一种新兴发展技术,它在环境监测、农业和公众健康等方面有着广泛的应用。
在发展中国家,无线传感器网络技术是一种常用的技术模型。
由于无线传感网络的在线监测和高效率的网络传送,使其具有很大的发展前景,然而无线传感网络的发展仍然面临着很大的挑战。
其主要挑战包括传感器的可携性、快速性。
我们首先讨论了传感器网络的可行性然后描述在解决各种技术性挑战时传感器应产生的便携性。
我们还讨论了关于孟加拉国和加利尼亚州基于无线传感网络的水质的开发和监测。
关键词:无线传感网络、在线监测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、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Model Design of Wireless Sensor Network based on Scale-Free Network TheoryABSTRACThe 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.ey-words: Wireless sensor network; Complex network; Scale-free networkI. INTRODUCTIONn 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].omplex 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 RESEARCHailin 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).HEN 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.EI 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 WSNecause 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].n 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, whoseenergy 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 ALGORITHMhe 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.bove all, the probability that the existing node i will be connected with the newly generatednode v can be shown as follows:n 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)ith 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)hen t→∞,ondition: k i (t i )=m, we get the solution: i 2,i t k t aββ=(t )=m ()(4) he probability that the degree of node I is smaller than k is:(5)he 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 i t 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 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 into Eqs. and eventually we get: 22S 21122(k)2m 2e a P km k π----==(1-P )d .V. SIMULATIONhis paper used Java GUI mode of BRITE topology generator to generate the topology, and parameter settings were as follows:) N=5000means the quantity of the sensor nodes at the end of theopology generation.) m=m0 =1means the quantity of the new generated edges by the new generated node at each time interval.) HS=500S means the given region was divided into HS*HS big squares.) .LS=50 LS means each big square was divided into LS*LS small squares.d=10) minis the mininum restriction on communication radius of each sensor node.d=128) maxis the maxinum restriction on communication radius of each sensor node.) PC=1C means wether preferential connectivity or not.) .IG=1G means wether incremental grouth or not.) e P=0.01, m=1his 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 .hen 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.ig. 1 Degree distribution of Improved Modelompared 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 Model VI. CONCLUSIONhis 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.n 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.基于无范围网络理论的无线传感器网络模型设计张戌源通信工程部通信与信息工程学院上海,中国摘要线传感器网络的研究的关键问题是是平衡整个网络中的能源成本并且为了延长整个传感器网络的生存时间要增强鲁棒性。