红外传感器中英文对照外文翻译文献
红外传感器论文中英文资料对照外文翻译

中英文资料对照外文翻译外文资料Moving Object Counting with an Infrared Sensor NetworkBy KI, Chi KeungAbstractWireless Sensor Network (WSN) has become a hot research topic recently. Great benefit can be gained through the deployment of the WSN over a wide range of applications, covering the domains of commercial, military as well as residential. In this project, we design a counting system which tracks people who pass through a detecting zone as well as the corresponding moving directions. Such a system can be deployed in traffic control, resource management, and human flow control. Our design is based on our self-made cost-effective Infrared Sensing Module board which co-operates with a WSN. The design of our system includes Infrared Sensing Module design, sensor clustering, node communication, system architecture and deployment. We conduct a series of experiments to evaluate the system performance which demonstrates the efficiency of our Moving Object Counting system.Keywords:Infrared radiation,Wireless Sensor 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 nowadays including data communications, night vision, object tracking and so on. People commonly use infrared in data communication, since it is easily generated and only suffers little from electromagnetic interference. Take the TV remote control as an example, which can be found in everyone's home. The infrared remote control systems use infrared light-emitting diodes (LEDs) to send out an IR (infrared) signal when the button is pushed. A different pattern of pulses indicates the corresponding button being pushed. To allow the control of multiple appliances such as a TV, VCR, and cable box, without interference, systems generally have a preamble and an address to synchronize the receiver and identify the source and location of the infrared signal. To encode the data, systems generally vary the width of the pulses (pulse-width modulation) or the width of the spaces between the pulses (pulse space modulation). Another popular system, bi-phase encoding, uses signal transitions to convey information. Each pulse is actually a burst of IR at the carrier frequency. A 'high' means a burst of IR energy at the carrier frequency and a 'low' represents an absence of IR energy. There is no encoding standard. However, while a great many home entertainment devices use their own proprietary encoding schemes, somequasi-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 of applications, covering the domains of commercial, military as well as residential. In this project, we design a counting system which tracks people who pass through a detecting zone as well as the corresponding moving directions. Such a system can be deployed in traffic control, resource management, and human flow control. Our design is based on our self-made cost-effective Infrared Sensing Module board which co-operates with a WSN. The design of our system includes Infrared Sensing Module design, sensor clustering, node communication, system architecture and deployment. We conduct a series of experiments to evaluate the system performance which demonstrates the efficiency of our Moving Object Counting system.1.2 Wireless sensor networkWireless sensor network (WSN) is a wireless network which consists of a vast number of autonomous sensor nodes using sensors to monitor physical or environmental conditions, such as temperature, acoustics, vibration, pressure, motion or pollutants, at different locations. Each node in a sensor network is typically equipped with a wireless communications device, a small microcontroller, one or more sensors, and an energy source, usually a battery. The size of a single sensor node can be as large as a shoebox and can be as small as the size of a grain of dust, depending on different applications. The cost of sensor nodes is similarly variable, ranging from hundreds of dollars to a few cents, depending on the size of the sensor network and the complexity requirement of the individual sensor nodes. The size and cost are constrained by sensor nodes, therefore, have result in corresponding limitations on available inputs such as energy, memory, computational speed and bandwidth. The development of wireless sensor networks (WSN) was originally motivated by military applications such as battlefield surveillance. Due to the advancement in micro-electronic mechanical system technology (MEMS), embedded microprocessors, and wireless networking, the WSN can be benefited in many civilian application areas, including habitat monitoring, healthcare applications, and home automation.1.3 Types of Wireless Sensor NetworksWireless sensor network nodes are typically less complex than general-purpose operating systems both because of the special requirements of sensor network applications and the resource constraints in sensor network hardware platforms. The operating system does not need to include support for user interfaces. Furthermore, the resource constraints in terms of memory and memory mapping hardware support make mechanisms such as virtual memory either unnecessary or impossible to implement. 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 incomingdata 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 preemptive multithreading. 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 environmen t 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. magnetic sensor). 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 renewtheir energy from solar to vibration energy. Two major power saving policies used are Dynamic Power Management (DPM) and Dynamic V oltage Scaling (DVS). DPM takes care of shutting down parts of sensor node which are not currently used or active. DVS scheme varies the power levels depending on the non-deterministic workload. By varying the voltage along with the frequency, it is possible to obtain quadratic reduction in power consumption.1.5 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.中文译文移动目标点数与红外传感器网络作者KI, Chi Keung摘要无线传感器网络(WSN)已成为最近的一个研究热点。
外文文献翻译——基于热释电红外传感器的智能家居室内感应定位系统

外文文献翻译——基于热释电红外传感器的智能家居室内感应定位系统A Pyroelectric Infrared Sensor-based Indoor Location-AwareSystem for the Smart HomeSuk Lee, Member, IEEE, Kyoung Nam Ha, Kyung Chang Lee, Member, IEEE Abstract —Smart home is expected to offer various intelligent services by recognizing residents along with their life style and feelings. One of the key issues for realizing the smart home is how to detect the locations of residents. Currently, the research effort is focused on two approaches: terminal-based and non-terminal-based methods. The terminal -based method employs a type of device that should be carried by the resident while the non-terminal-based method requires no such device. This paper presents a novel non-terminal-based approach using an array of pyroelectric infrared sensors (PIR sensors) that can detect residents. The feasibility of the system is evaluated experimentally on a test bedIndex Terms— smart home, location-based service, pyroelectric infrared sensor (PIR sensor), location-recognition algorithmI. INTRODUCTIONThere is a growing interest in smart home as a way to offer a convenient, comfortable, and safe residential environment [1], [2]. In general, the smart home aims to offer appropriate intelligent services to actively assist in the resident’s life such as housework, amusement, rest, and sleep. Hence, in order to enhance the resident’s convenience and safety, devices such as home appliances, multimedia appliances, and internet appliances should be connected via a home network system, as shown in Fig. 1, and they should be controlled or monitored remotely using a television (TV) or personal digital assistant (PDA) [3], [4].Fig. 1. Architecture of the home network system for smart home Especially, attention has been focused on location-based services as a way to offer high-quality intelligent services, while considering human factors such as pattern of living, health, and feelings of a resident [5]-[7]. That is, if the smart home can recognize the resident’s pattern of living or health, then home appliances should be able to anticipate the resident’s needs and offer appropriate intelligent service more actively. For example, in a passive service environment, the resident controls the operation of the HVAC (heating, ventilating, and air conditioning) system, while the smart home would control the temperature and humidity of a room according to the resident’s condition.Various indoor location-aware systems have been developed to recognize the resident’s location in the smart home or smart office. In general, indoor location-aware systems have been classified into three types according to the measurement technology: triangulation, scene analysis, and proximity methods [8]. The triangulation method uses multiple distances from multiple known points. Examples include Active Badges [9], Active Bats [10], and Easy Living [11], which use infrared sensors, ultrasonic sensors, and vision sensors, respectively. The scene analysis method examines a view from a particular vantage point. Representative examples of the scene analysis method are MotionStar [12], which uses a DC magnetic tracker, and RADAR [13], which uses IEEE 802.11 wireless local area network (LAN). Finally, the proximity method measures nearness to a known set of points. An example of the proximity method is Smart Floor [14], which uses pressure sensors. Alternatively, indoor location-aware systems can be classified according to the need for a terminal that should be carried by the resident. Terminal-based methods, such as Active Bats, do not recognize the resident’s location directly, but perceive the location of a device carried by the resident, such as an infrared transceiver or radio frequency identification (RFID) tag. Therefore,it is impossible to recognize the resident’s lo cation if he or she is not carrying the device. In contrast, non-terminal methods such as Easy Living and Smart Floor can find the resident’s location without such devices. However, Easy Living can be regarded to invade the resident’s privacy while the Smart Floor has difficulty with extendibility and maintenance. This paper presents a non-terminal based location-aware system that uses an array of pyroelectric infrared (PIR) sensors [15], [16]. The PIR sensors on the ceiling detect the presence of a resident and are laid out so that detection areas of adjacent sensors overlap. By combining the outputs of multiple PIR sensors, the system is able to locate a resident with a reasonable degree of accuracy. This system has inherent advantage of non-terminal based methods while avoiding privacy and extendibility, maintenance issues. In order to demonstrate its efficacy, an experimental test bed has been constructed, and the proposed system has been evaluated experimentally under various experimental conditions. This paper is organized into four sections, including this introduction. Section II presents the architecture of the PIR sensor-based indoor location-aware system (PILAS), and the location-recognition algorithm. Section III describes a resident-detection method using PIR sensors, and evaluates the performance of the system under various conditions using an experimental test bed. Finally, a summary and the conclusions are presented in Section IV.II. ARCHITECTURE OF THE PIR SENSOR-BASED INDOORLOCATION-AWARE SYSTEMA. Framework of the smart homeGiven the indoor environment of the smart home, an indoor location-aware system must satisfy the following requirements. First, the location-aware system should be implemented at a relatively low cost because many sensors have to be installed in rooms of different sizes to detect the resident in the smart home. Second, sensor installation must be flexible because the shape of each room is different and there are obstacles such as home appliances and furniture, which prevent the normal operation of sensors. The third requirement is that the sensors for the location-aware system have to be robust to noise, and should not be affected by their surroundings. This is because the smart home can make use of various wireless communication methods such as wireless LAN or radio-frequency (RF) systems, which produce electromagnetic noise, or there may be significant changes in light or temperature that can affect sensor performance. Finally, it is desirable that the system’s accuracy is adjustable according to room types.Among many systems that satisfy the requirement, the PIR sensor-based system has notattracted much attention even though the system has several advantages. The PIR sensors,which have been used to turn on a light when it detects human movement, are less expensive than many other sensors. In addition, because PIR sensors detect the infrared wavelengthemitted from humans between 9.4~10.4 μm, they are reasonably robust to their surroundings, in terms of temperature, humidity, and electromagnetic noise. Moreover, it ispossible to control the location accuracy of the system by adjusting the sensing radius of a PIR sensor, and PIR sensors are easily installed on the ceiling, where they are not affected by the structure of a room or any obstacles.Figure 2 shows the framework for the PILAS in a smart home that offers location-based intelligent services to a resident. Within this framework, various devices are connected via a home network system, including PIR sensors, room terminals, a smart home server, and home appliances. Here, each room is regarded as a cell, and the appropriate number of PIR sensors is installed on the ceiling of each cell to provide sufficient location accuracy for the location-based services. Each PIR sensor attempts to detect the resident at a constant period, and transmits its sensing information to a room terminal via the home network system.Fig. 2. Framework of smart home for the PILAS.Consequently, the room terminal recognizes the resident’s location by integrating the sensor information received from all of the sensors belonging to one cell, and transmits the resident’s location to the smart home server that controls the home appliances to offer location-basedintelligent services to the resident.Within this framework, the smart home server has the following functions. 1) The virtual map generator makes a virtual map of the smart home (generating a virtual map), and writes the location information of the resident, which is received from a room terminal, on the virtual map (writing the resident’s location). Then, it makes a moving trajectory of the resident by connecting the successive locations of the resident (tracking the resident’s movement). 2) The home appliance controller transmits control commands to home appliances via the home network system to provide intelligent services to the resident. 3) The moving pattern predictor saves the current movement trajectory of the resident, the current action of home appliances, and parameters reflecting the current home environment such as the time, temperature, humidity, and illumination. After storing sufficient information, it may be possible to offer human-oriented intelligent services in which the home appliances spontaneously provide services to satisfy human needs. For example, if the smart home server “knows” that the resident normally wakes up at 7:00 A.M. and takes a shower, it may be possible to turn on the lamps and some music. In addition, the temperature of the shower water can be set automatically for the resident.B. Location-recognition algorithmIn order to determine the location of a resident within a room, an array of PIR sensors are used as shown in Fig. 3. In the figure, the sensing area of each PIR sensor is shown as a circle, and the sensing areas of two or more sensors overlap. Consequently, when a resident enters one of the sensing areas, the system decides whether he/she belongs to any sensing area by integrating the sensing information collected from all of the PIR sensors in the room. For example, when a resident enters the sensing area B, sensors a and b output ‘ON’ signals, while sensor c outputs ‘OFF’ signal. After collecting outputs, the algorithm can infer that the resident belongs to the sensing area B. According to the number of sensors and the arrangement of the sensors signaling ‘ON’, the resident’s location is deter-mined in the following manner. First, if only one sensor outputs ‘ON’ signal, the resident is regarded to be at the center of the sensing area of the corresponding sensor. If the outputs of two adjacent sensors are ‘ON’, the resident’s location is assumed to be at the point midway between the two sensors. Finally, if three or more sensors signal ‘ON’, the resident is located at the centroid of the centers of the corresponding sensors. For example, it is assumed that the resident is located at point 1 in the figure when only sensor a signals ‘ON’, while the resident is located at point 2 when sensors a and b both output ‘ON’ signals.The location accuracy of this system can be defined the maximum distance between the estimated points and the resident. For example, when a resident enters sensing area A, the resident is assumed to be at point 1. On the assumption that a resident can be represented by apoint and the radius of the sensing area of a PIR sensor is 1 m, we know that the location accuracy is 1 m because the maximum error occurs when the resident is on the boundary of sensing area A. Alternatively, when the resident is in sensing area B, the resident is assumed to be at point 2, and the maximum location error occurs when the resident is actually at point 3. In this case, the error is 3 / 2 m which is the distance between points 2 and 3. Therefore, the location accuracy of the total system shown in Fig. 3 can be regarded as 1 m, which is the maximum value of the location accuracy of each area. Since the number of sensors and the size of their sensing areas determine the location accuracy of the PILAS, it is necessary to arrange the PIR sensors properly to guarantee the specified system accuracy.Fig. 3. The location-recognition algorithm for PIR sensors.In order to determine the resident’s location precisely and increase the accuracy of the system, it is desirable to have more sensing areas with given number of sensors and to have sensing areas of similar size. Fig. 4 shows some examples of sensor arrangements and sensing areas. Fig. 4(a) and 4(b) show the arrangements with nine sensors that produce 40 and 21 sensing areas, respectively. The arrangement in Fig. 4(a) is better than Fig. 4(b) in terms if the number of sensing areas. However, the arrangement in Fig. 4(a) has some areas where a resident can not be detected and lower location accuracy than that in Fig. 4(b). Fig. 4(c) shows an arrangement with twelve sensors that five 28 sensing areas without any blind spots.Fig. 4. Location accuracy according to the sensor arrangement of PIRsensors. (a) 40 sensing areas. (b) 21 sensing areas. (c) 28 sensing areaswith twelve sensors.When PIR sensors are installed around the edge of a room, as shown in Fig. 4(c), it sometimes may give awkward results. One example is shown in Fig. 5. Fig. 5(a) shows the path of a resident. If we mark the estimated points by using the sensor location or the midpoint of adjacent sensors, it will be a zigzagging patterns as shown in Fig. 5(b). In order to alleviate this, we may regard the sensors on the edges to be located a little inwards, which give the result shown in Fig. 5(c).Fig. 5. The effect of compensating for the center point of the outer sensors.(a) Resident’s movement. (b) Before compensating for the outer sensors. (c)After compensating for the outer sensors.III. PERFORMANCE EVALUATION OF THE PILASA. Resident-detection method using PIR sensorsSince the PILAS recognizes the resident’s location by combining outputs from all the sensors belonging to one cell, determining whether a single sensor is ‘ON’ or ‘OFF’ directly influences location accuracy. In general, because the ‘ON/OFF’ values can be determined by comparing a predefined threshold and the digitized sensor output acquired by sampling the analog signal from a PIR sensor, it is necessary to choose an appropriate signal level for the threshold. For example, Smart Floor, which is another non-terminal method, can recognize a resident’s location exactly by comparing the appropriate threshold and a sensor value, because a pressure sensor outputs a constant voltage based on the resident’s weight when he remains at a specific point. However, because a PIR sensor measures the variation in the infrared signal produced by a moving human body, its output is in analog form, as shown in Fig. 6. That is, as the variation in the infraredradiation from a resident increases when a resident enters a sensing area, the PIR sensor outputs an increasing voltage. Conversely, the voltage decreases as the resident leave the sensing area. If the resident does not move within the sensing area, the variation in the infrared radiation does not exist and the PIR sensor outputs zero voltage. Therefore, it is very difficult to deter-mine when a resident is staying resident within a specific sensing area using only the voltage or current threshold of a PIR sensor.Fig. 6. Signal output of PIR sensor.In order to guarantee the location accuracy of the system, the resident-detection method must meet several requirements. First, if no resident is present within a sensing area, the PIR sensor should not output ‘ON’ signal. That is, the PIR sensor must not malfunction by other disturbances such as a moving pet, temperature change and sunlight. Second, it should be possible to precisely determine the point in time when a resident enters and leaves a sensing area. That is, in spite of variations in sensor characteristics, resident’s speed and height, it should be possible to determine the time point exactly. Finally, because the output voltage of a PIR sensor does not exceed the threshold voltage when the resident does not move within a sensing area, it is necessary to know if a resident stays within the sensing area.In order to satisfy these requirements, this paper introduces the following implementation method for the resident detection method for PIR sensors. First, in order to eliminate PIR sensor malfunctioning due to pets or temperature changes, a Fresnel lens, which allows human infrared waveforms to pass through it while rejecting other waveforms, is installed in front of the PIR sensors. Second, when the output of a PIR sensor exceeds the positive threshold voltage, and this state is maintained for several predefined sampling intervals, that the resident has entered a sensing area. Here, the threshold must be sufficient for the method to distinguish variation in the resident’s infrared from an environmental infrar ed signal caused by pets or temperature change. Moreover, when the sensor’s output falls below a negative threshold voltage and this status is maintained for several sampling intervals, it is assumed that the resident has left the sensing area. Finally, when the output voltage remains between the two threshold voltages, for example when the resident is not moving inside the sensing area, the output of the corresponding PIR sensor is changed from ‘ON’ to ‘OFF’. At this time, if other sensors installed near this sensor do notoutput ‘ON’ signal, the method regards the resident as remaining within the corresponding sensing area.B. Performance evaluation using an experimental test bedIn order to verify the feasibility of the PILAS, an experimental test bed was implemented. Since the intelligent location-based service in the smart home does not require very high location accuracy, we designed the system to have a location accuracy of 0.5 m. Figure 7 shows the experimental test bed in a room measuring 4 ×4 ×2.5 m (width ×length ×height). In the experiment, twelve PIR sensors were fixed on the ceiling, using the arrangement shown in Fig. 4(c). An Atmel AT89C51CC001 microcontroller [17] was used for signal processing and judging ‘ON/OFF’, and a Nippon Ceramic RE431B PIR sensor [18] and NL-11 Fresnel lens were used. Especially, a horn was installed on each PIR sensor to limit the sensing area to the circle with 2 m diameter. Fig. 8 shows the experimental results with the horn. In the figure, the RE431B sensor outputs the signal shown in (a) when a resident passes through the sensing circle, while it outputs the irregular signal shown in (b) when the resident moves within the circle. Finally, no signal is detected when the resident moves outside the circle, as shown in (c). From these experimental results, we verified that the PIR sensor detects residents within the sensing area only. In addition, in order to judge whether the signal is ‘ON’ or ‘OFF’, it is necessary to choose a threshold for the RE431B sensor that considers external environmental disturbance. Initially, several experiments were performed to determine the threshold with respect to the internal temperature change caused by a air conditioner or heater and other disturbances, such as wind or sunshine. Based on these experimental results, when the threshold of the RE431B sensor was ±0.4 V, external environmental temperature change did not affect its performance at detecting the resident. In addition, we verified that pets did not affect the sensing performance with the same threshold.Fig. 7. Experimental test bed for the PILAS.Fig. 8. Ensuring the exact sensing range with a horn.Next, in order to determine the resident’s location using the information received from PIR sensors, a PC-based locationrecognition algorithm was implemented, as shown in Fig. 9. Here, a PC collects data from the PIR sensors every 10 msec using an NI 6025E data acquisition (DAQ) board [19]. In the figure, the line in the left window was drawn using a mouse to show the path of the resident graphically, while that in the window on the right is the estimated movement trajectory of the resident drawn by connecting the resident’s locations acquired using the DAQ board.Finally, in order to verify the efficacy of the system, three experiments were performed with residents between 160 and 180 cm tall, moving at speeds between 1.5 and 2.5 km/h. Figure 9 shows the trajectory of a resident moving along a Tshaped path. The trajectory made by connecting the resi-dent’s locations recognized by the PILAS, shown on the right, was similar to the target path shown on the left. We know that the maximum location error is about 30 cm without compensating for the outer sensors. Fig. 10 shows the trajectory when the resident follows an H-shaped path. In this experiment, the location accuracy was similar to that in Fig. 9. We verified that the system could locate a resident with accuracy of 0.5 m, even if three or more sensors were activated. Figure 11 shows the trajectory of a resident moving along a square path. In this case, the location error is the largest, and the trajectory is not a straight line. We note that serious location errors occurred at each point marked by A due to the inaccurate judgment of the outer sensors. Nevertheless, the location error is still smaller than 0.5 m when moving in the square path. Here, the compensation method for outer sensors, which was explained in Fig. 5, reduces the location error at each point A. When the resident moves in a straight line, as shown in Fig. 12(a), the location error is relatively large without using the compensation method, as shown in Fig. 12(b). However, after applying the compensation method, we verified that the detection results for the areas in the small circles are enhanced by roughly about 30%.IV. SUMMARY AND CONCLUSIONSThis paper presents a PIR sensor-based indoor location aware system that estimates the resident’s location for location-based intelligent services in the smart home. This paper introduces the framework of smart home for the location-aware system, and a location-recognition algorithm that integrates the information collected from PIR sensors. In addition, this paper presents a resident-detection method. Finally, an experiment is implemented to evaluate the efficacy of the PILAS.Based on several experiments conducted under various conditions, we verified that the PILAS can estimates resident’s location sufficiently well. Moreover, because the location accuracy of the system is less than 0.5 m without any terminal for location recognition, the system can be very practical. Furthermore, it should be possible to enhance the location accuracy of the system by increasing the number of sensing areas, by equalizing the sensing areas based on the sensor arrangement, or by compensating for the centers of outer sensors.Since the location accuracy of this system differs according to the sensor arrangement, it is necessary to determine the optimal sensor arrangement that offers the greatest location accuracy. In order to enhance the location accuracy, it is also necessary to enhance the method of processing the PIR sensors using more advanced techniques such as probabilistic theories and soft computing. Finally, the proposed PILA system should be extended to deal with a room occupied by more than one residents.S. Lee 等人:基于热释电红外传感器的智能家居室内感应定位系统基于热释电红外传感器的智能家居室内感应定位系统Suk Lee,电机及电子学工程师联合会会员Kyoung Nam Ha, Kyung Chang Lee,电机及电子学工程师联合会会员摘要——智能家居,是一种能够通过识别具有不一致生活习惯与感受的住户来提供各类不一致的智能服务。
红外遥控系统毕业论文中英文资料对照外文翻译文献

中英文资料对照外文翻译文献红外遥控系统摘要目前红外数据通信技术是在世界范围内被广泛应用的一种无线连接技术,它也可以被许多软硬件平台所支持。
红外收发器产品具有成本低,体积小,传输速率快,点对点传输安全性好,不受电磁干扰等特点,可使得信息在几个不同产品器件之间快速、便捷、安全地交换与传输。
红外数据通信技术在短距离无线传输领域内有着十分显著的优势,红外遥控收发系统的设计和存在具有非常高的运用价值。
目前,红外收发器产品在便携式产品中的应用潜力很大。
全世界约有1亿5千万台设备和仪器是采用红外数据通信技术的,在电子产品、工业设备、医疗设备等领域内使用范围很广。
几乎所有笔记本电脑、手机都配置红外收发器接口。
伴随着红外数据传输技术的愈发成熟、生产和使用成本下降,红外收发器在短距离通讯领域内将会得到更加广泛的应用。
设计这个系统的目的是用红外线作为传输媒介来传输操作者或用户的操作信息和指令,然后由接收器电路翻译出原信号,主要是利用编码芯片和解码芯片对信号进行调制解调,这其中,编码芯片用的是台湾生产的PT2262,解码芯片是PT2272。
它们的主要工作原理是:通过编码键盘可以为PT2262提供输入信息,PT2262对输入的信息进行编码并加载到38KHZ 的载波上并调制红外发射二极管,再将其辐射到空间,然后再由接收系统接收信号并解调出原始的信息内容,由PT2272对原信号进行解码,从而驱动相应的电路完成用户的操作指令和操作要求。
关键字:红外线;编码;解码;LM386;红外收发器。
1 绪论1.1 课题研究的背景及意义目前,在世界范围内,红外数据通信技术是被广泛使用的一种无线连接技术,被许多的硬件和软件平台所支持。
是一种通过数据脉冲与红外脉冲之间的相互转换实现无线数据收发的技术。
红外收发器产品具有成本低,体积小,传输速率快,点对点传输安全性好,不受电磁干扰等特点,可使得信息在几个不同产品器件之间快速、便捷、安全地交换与传输。
红外遥控及芯片论文中英文资料对照外文翻译

红外遥控芯片论文中英文资料对照外文翻译Infrared Remote And Chips Are IntroducedPeople's eyes can see the visible wavelength from long to short according to the arrangement, in order to red, orange, yellow, green, green, blue, violet. One of the red wavelengths for 0.62 ~ 0.76 muon m, Purple is 0.38 wavelength range ~ muon m. Purple is shorter than the wavelength of light called ultraviolet ray, red wavelengths of light is longer than that of infrared light. Infrared remote control is to use wavelength for 0.76 ~ 1.5 muon m between the near infrared to transfer control signal.Commonly used infrared remote control system of general points transmit and receive two parts. The main component part for the launch of infrared light emitting diode. It is actually a special light emitting diode, due to its internal material differs from ordinary light emitting diode, resulting in its ends on certain voltage, it is a rather infrared light. Use of infrared light emitting diode the infrared wavelengths, for 940nm appearance and ordinary, just the same light emitting diode five different colors. Infrared light emitting diode generally have black and blue, transparent three colors. Judgement of infrared light emitting diode and judgment method, using a multimeter to ordinary diode electric block measure of infrared light emitting diode, reverse resistance. The infrared light emitting diode luminescence efficiency to use special instrument to measure precise, and use only spare conditions to pull away from roughly judgement. Receiving part of infrared receiving tube is a photosensitive diode.In actual application of ir receiving diode to reverse bias, it can work normally, i.e., the infrared receiving circuit application in diode is used to reverse, higher sensitivity. Infrared receiving diode usually have two round and rectangular. Due to the power of infrared light emitting diode (or less commonly 100mW), so ir receiving diode received signals is weak, so will increase high-gain ones.the amplifier circuit.In common CX20106A, etc PC1373H muon infrared receiving special amplifier circuit. In recent years both amateur or formal products, mostly using infrared receiving head finished. The head of infrared receiving product packages generally has two kinds: one kind USES sheet shielding, A kind of plastic packaging. There are three pin, namely the power is (VDD), power negative (GND) and data output (VO orOUT). Infrared receiving head foot arrangement for types varied, manufacturer's instructions. Finished the advantages of infrared receiving head is not in need of sophisticated debugging and shell screen, use rise as a transistor, very convenient. But when used in the infrared receiving attention finished first carrier frequency.Infrared remote common carrier frequency for 38kHz, this is transmitted by using 455kHz TaoZhen to decide. At the launch of crystals were integer frequency, frequency coefficients, so commonly 12, so 455kHz ÷12 hundredth kHz 38kHz hundredth 379,000. Some remote control system adopts 36kHz, 56kHz, etc, general 40kHz launched by the crystals of oscillation frequency to decide.Infrared remote characteristic is not influence the surrounding environment and does not interfere with other electric equipment. Due to its cannot penetrate walls, so the room can use common household appliance of remote control without mutual interference, Circuit testing is simple, as long as given circuit connection, generally does not need any commissioning can work, Decoding easily, can undertake multiple remote control. Because each manufacturer produces a great deal of infrared remote application-specific integrated circuit, when need press diagram suo ji. Therefore, the infrared remote now in household appliances, indoor close (less than 10 meters) in the remote control is widely used.Multiple infrared remote control system of infrared emission control buttons, there are many parts general representative of different control function. When pressed a button, correspondingly in the receiver with different output.Receiving the output state can be roughly divided into pulse, level, self-locking and interlock, data five forms. "The pulse output is according to launch" when the button, the receiver output terminals output corresponding "effective", a pulse width 100ms in general. "Level" refers to the output launch press button, the receiver output corresponding output level ", "effective transmit to loosen the receiver" level "disappears. This "effective pulse" and "effective", may be of high level is low, and may also depend on the output corresponding static state, such as feet for low, static "high" for effective, As for the static, "low" high effective. In most cases, "high" for effective. "Since the lock" refers to launch the output of each time you press the button, a receiver output corresponding change, namely originally a state for high level into a low level, originally for low level into high level. The output power switch and mute as control etc. Sometimes also called the output form for "invert". "The interlock" refers to multiple outputs each output, at the same time only one output.The TV sets of this case is selected, the other is like the light and sound input speed, etc."Data" refers to launch the output some key, use a few output form a binary number, to represent different keystroke.Normally, the receiver except a few data output, but also a "valid" output data, so the timely to collect data. This output form with single-chip microcomputer or are commonly used interface. In addition to the above output form outside, still have a "latch" and "temporary" two forms. The so-called "latch" refers to launch the output signal of each hair, the receiver output corresponding ", "new store until you receive signals. "Temporary" output and the introduction of "level" output is similar.Remote distance (Remote Control effect of RF Remote Control distance) are the major factors as follows:1, launched in power transmission power: while distance, but great power consumption, easy to generate interference,2 and receiving the receiver sensitivity, receiving, remote distance increased sensitivity to improve, but easy to cause disturbance maloperation or abuse, 3, antenna, using linear antenna, and parallel, remote distance, but occupies a large space, in use the antenna spin, pull can increase the remote distance,4 and the higher height: antenna, remote farther, but by objective conditions,5 and stop: current use of wireless remote use of UHF band stipulated by the state, the propagation characteristics of approximate linear transmission, light, small, transmitters and receivers diffraction between such as walls are blocking will greatly discounted remote distance, if is reinforced concrete walls, due to the absorption effect conductor, radio waves.Considering the design of hardware volume small to be embedded in the remote control, so we chose 20 foot single-chip chip AT89C2051. Below is the introduction of the function.1) AT89C2051 internal structure and performanceAT89C2051 is a byte flash 2K with programmable read-only memory can be erased EEPROM (low voltage, high performance of eight CMOS microcomputer. It adopts ATMEL of high-density non-volatile storage technology manufacturing and industrial standard MCS - 51 instruction set and lead. Through the combination of single chip in general CPL1 and flash memory, is a strong ATMEL AT89C2051 microcomputer, its application in many embedded control provides a highly flexibleand low cost solutions. The compatible with 8051 AT89C2051 is CHMOS micro controller, the Flash memory capacity for 2KB. And CHMOS 80C51 process, have two kinds of leisure and power saving operation mode. The performance is as follows:8 CUP, 2KB Flash memory,Working voltage range 2.7-6V, 128KB data storage,The static working way: 0-24MHz, 15 root input/output line,A programmable serial, 2 a 16-bit timing/counters,There is a slice of inside precision simulation comparator, 5 the interrupt sources, 2 priority.Programmable serial UART channel, Directly LED driver output,The internal structure of AT89C2051 is shown in figure 1.Figure 1 AT89C2051 interior structure2) AT89C2051 chip pin and functionIn order to adapt to the requirement of intelligent instrument, embedded in the chip foot AT89C2051 simplified configuration, as shown in figure b. The major changes to: (1) the lead foot from 20 to 40 wires, (2) increased a simulated comparator.AT89C2051 pin function:1 the Vcc: voltage.2 to GND.3 P1 mouth: P1 mouth is an 8-bit two-way I/O port. P1.2 ~ P1.7 mouth pin the internal resistance provides. P1.0 and P1.1 requirements on the external pull-up resistors. P1.0 and P1.1 also separately as piece inside precision simulationDiagram b AT89C2051 foot figurecomparator with input (AIN0) and reversed-phase input (AIN1). Output buffer can absorb the P1 mouth 20mA current and can directly LED display driver. When P1 mouth pin into a "1", can make its input. When the pin P1.2 ~ P1.7 as input and external down, they will be for the internal resistance and flow current (IIL). In flash P1 mouth during the procedure and program code data receiving calibration.4 P3: the P3.0 ~ P3.5 P3, P3.7 is the internal resistance with seven two-way I / 0 lead. P3.6 for fixed inputs piece inside the comparator output signal and it as a general I/O foot and inaccessible. P3 mouth buffer can absorb 20mA current. When P3 mouth pin into "1", they are the internal resistance can push and input. As input, and the low external P3 mouth pin pull-up resistors and will use current (IIL) outflow. P3 mouth still used to implement the various functions, such as AT89C2051 shown in table 1. P3 mouth still receive some for flash memory programming and calibration of program control signals.P3 mouth function as is shown in table 1.RST/VPP (RXD)P3.0 (TXD)P3.1 XTAL2 XTAL1 (INT0)P3.2 (INT1)P3.3 (T0)P3.4 (T1)P3.5GND VCC P1.7 P1.6 P1.5 P1.4 P1.3 P1.2 P1.1(AIN1) P1.0(AIN0) P3.75 RST: reset input. RST once, all into high level I/O foot will reset to "1". When the oscillator is running, continuous gives RST pin two machine cycle of high level can finish reset. Each machine cycle to 12 oscillator or clock cycle.6 XTAL1: as the oscillator amplifier input and inverse internal clock generator input.7. XTAL2: as the oscillator reversed-phase the amplifier's output.3) the software and hardware constraints. AT89C2051Due to the foot of the chip AT89C2051, no set limits of external storage interface, so, for external memory read/write instructions as MOVX etc.Due to 2KB ROM, so, the space to jump instruction should pay attention to the destination address range (transfer 000H - 7FFH), beyond the range of addresses, will not meet wrong results. The scope of data storage is 00H (7FH -- when stack manipulation), also should be noticed.The input signal is simulated by the original P3.6 foot into the microcontroller, so the original P3.6 footUnable to external use. Simulation comparator can compare two simulation, if the size of the voltage external A D/A converter and its output as A comparator analog input, and by simulating the comparator another input voltage to be measured, through the introduction of the software method can realize the A/D conversion.4 the Flash memory AT89C2051)Provide a 2KB of single-chip AT89C2051 in Flash memory chips, which allows the online program to modify or use special programming programming.A). Flash memory encryptionAT89C2051 SCM has 2 encryption, can programming (P) or programming (U) to obtain different encryption functionality. Encryption functionality table as shown in table 1-1.Encrypt a content erased only through chips to erase operation.B). Flash memory programming and procedures(1) the piece inside chip AT89C2051 Flash memory programming model as shown in table 1-2.Table 1-2 AT89C2051 microcontroller programming model. Note: (1) the counters RESET at an EPROM inside the rising edge, and 000H RESET to XTAL1 by foot is executed, pulse count,(2) pieces of 10ms to erase PROG pulse,(3 )during the programming P3.1 pulled low RDY/BSY instructions.C).A T89C2051 SCM in Flash memory chips programming steps are as follows:1. in the sequence is the VCC GND pin, add working voltage, XTAL1 pin RESET, receiving GND pin, other than the above time, waiting for 10ms,2. In P3.2 pin RESET, heightening level,3. In P3.3, P3.4, P3.5, P3.7 pin; add model multilevel4. P1.0 P1.7 -- for the 000H unit add data bytes,5. RESET to increase the 12V activation programming,6. P3.2 jump to a one byte programming or encryption,7. calibration has been programming, data from 12V to RESET logic level "H" and set P3.3 P3.7 -- for the correct level, and can output data in P1 mouth,Figure c programming circuit Figure d calibration circuit8.For the next addresses) in the unit XTAL1 byte programming, a pulse, make address counter add 1, in mouth add programming data P1.Repeat step 1-8 complete the whole -- 2KB programming.Electricity is XTAL1 Settings: in order to "L" RESET, and float empty other I/O foot, close the VCC power.(3) programming and calibration circuit figure c, d.Explanation:(1) P3.1 during programming instructions to be low RDY/BSY,(2) single erasing the PROG 10ms need,(3) internal EEPROM address counter on the rising edge RESET, and 000H RESET to XTAL1 by foot pulses are executed.Along with the rapid development of science and technology, human society has undergone earth-shaking changes. Make our life more colorful. In these changes, the remote control technology has been widely permeates TV, aerospace, military, sports and other production, all aspects of life. From the broad sense, all equipped with electric locomotive facility or electrical switches, if feel some necessary, can consider to improve existing with remote control device, the operation fixed switch to realize the remote operation of the original equipment, stop, the variable, etc. Function. switch, for example, can be used to control the electric control switch the light switch, We design the infrared remote control system to realize the opponent switch quantity control. Infrared remote characteristic is not influence the surrounding environment and does not interfere with other electric equipment. Due to its cannot penetrate walls, so the room can use common household appliance of remote control without mutual interference, Circuit testing is simple, as long as given circuitconnection, generally does not need any commissioning can work, Decoding easily, can undertake multiple remote control.红外遥控及芯片介绍红外遥控及芯片介绍人的眼睛能看到的可见光按波长从长到短排列,依次为红、橙、黄、绿、青、蓝、紫。
传感器技术论文中英文对照资料外文翻译文献

传感器技术论文中英文对照资料外文翻译文献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。
TSEA01-Meng红外温度传感器(英文)

MODEL NO. : DRAWING NO. : REV : May 8, 2002SPECIFICATIONofTHERMOPILE INFRARED SENSORUNITTSEA 01-MMODEL NO. :DRAWING NO. :REV :May 8, 20021. SCOPEThis specification describes a Thermopile Infrared Sensor Unit for non-contact temperature measurement2. TYPE of UNIT2.1. TYPE NAMEThermopile Infrared Sensor Unit2.2. MODEL NO.TSEA 01-M3. DIMENSIONSSee Fig. 1.Production Lot No. is put on a Unit.4. GENERAL CHARACTERISTICSTable 1PARAMETER STANDARD4.1. Thermopile Sensor TS 105-54.2. Optics Cr-plated Mirror4.3. OutputsThermopile Signal Output (for Incident Infrared Energy Detection) Thermistor Signal Output (for Ambient Temp. Detection) * Both analog outputs are supplied individually. 4.4. Time ConstantTyp. 50 msec. (+/-) 50 % 4.5. Circuit Configuration See Fig. 2 4.6. Detection Area See Fig. 3 4.7. DirectivitySee Fig. 44.8. Detecting Temperature Range 0 ~ 100 deg Celsius4.9. AccuracyWithin (+/-) 2 deg Celsius 4.10. Operating Temperature 0 ~ 60 deg Celsius 4.11. Storage Temperature-20 ~ 80 deg Celsius5. ELECTRICAL CHARACTERISTICSTable 2PARAMETER CONDITION STANDARD5.1. Thermopile Signal OutputObject Temp. : 50 deg Celsius(Emissivity = 1.0)Ambient Temp. : 20 degrees Celsius Distance : 300 mm2.070 V (+/-) 3 %5.2. Temperature Characteristics ofThermopile Signal Output Object Temp. : 0 ~ 100 deg Celsius (Ambient Temp. : 0 ~ 40 deg Celsius) See Data 1 5.3. Thermistor Signal OutputAmbient Temp. : 20 deg Celsius 0.484 V (+/-) 3 % 5.4. Temperature Characteristics ofThermistor Signal Output Ambient Temp. : 0 ~ 40 deg Celsius See Data 2 5.5. Reference Voltage25 degrees Celsius1.225 V (+/-) 1 %MODEL NO. : DRAWING NO. : REV : May 8, 20025.6. Supply VoltageSingle Power Supply5 ~ 16 V(Maximum Rating : 18 V )5.7. Current Consumption +Vs = 5 V SupplyMax. 5 mA 5.8. Output Current Short Circuit to GroundMax. 60 mA6. MEASUREMENT METHOD 6.1. Thermopile Signal OutputSee Fig. 5.7. NOTES7.1. Design restrictions/precautionsFor outdoor applications, be sure to apply suitable supplementary optical filter, drip-proof and anti-dew construction. This Unit is designed for indoor use.In cases where secondary accidents due to operation failure or malfunctions can be anticipated, add a fail safe function to the design.7.2. Usage restrictions/precautionsTo prevent Unit malfunctions, operational failure or any deterioration of its characteristics, do not use this Unit in the following, or similar, conditions. 7.2.1 In rapid environmental temperature changes. 7.2.2 In strong shock or vibration.7.2.3 In a place where there are obstructing materials (Glass, Fog, etc.) through which infrared rays cannot pass within detection area.7.2.4 In fluid, corrosive gases and sea breeze. 7.2.5 Continual use in high humidity atmosphere.7.2.6 In field of static electricity or strong electromagnetic waves. 7.2.7 Exposed to direct wind from a heater or air conditioner.7.3. Handling and storage restrictions/precautionsTo prevent Unit malfunctions, operational failure, appearance damage or any deterioration of its characteristics, do not expose this Unit to the following or similar, handling and storage conditions.7.3.1. Vibration for a long time. 7.3.2. Strong shock.7.3.3. Static electricity or strong electromagnetic waves. 7.3.4. High or Low temperature and humidity for a long time. 7.3.5. Corrosive gases or sea breeze.7.3.6. Dirty and dusty environments that may contaminate the optical window.Unit troubles resulting from misuse, inappropriate handling or storage are not the manufacturer’s responsibility.MODEL NO. : DRAWING NO. : REV : May 8, 2002Ape rt u r e S i z e o f M i rr o r5 F Vr e ( R e f e r e n c e V o l t a g e O ut p ut )P i n A r r a n g e m e n tT o l e r a n c e F ± 0.2Connec t o rMa x .3.0T h e r m o p i leE l e m en tO p ti csM i rr o rS I D E V I E WF R O N T V I E WT O P V I E W1 F Vn t c ( T h e r m i s t o r S i g n a lOut p ut )4 F V t p i T h e r m o p i l e S i g n a l Out p ut j 2 F +V s 3 F G r o u n d 1.6 1.713.378 .56.09.28 . 03.81 1 . 6 8 . 015 .5 φ2.01 7 .0 33.015.013 .7 1 5 . 9 13.112345Fig. 1 : Dimensions, units in mmMODEL NO. : DRAWING NO. : REV : May 8, 2002F V r e (R e f e r en c e V o l t a g e O u t pu t ) F Vn t c (The r m i s t o r S i g n a l O u tpu t ) F V t p (The r m o p i l e S i g n a l O u t pu t )(Ty p.1. 2 2 5 V ) F +VsF G r ound(*1) Thermopile Signal Output of Unit is calibrated by VR1 atoutgoing inspection, Do not touch VR1.Fig. 2 : Circuit Configuration300m mC over Bo x (Te m p.C o n tr o le d i ns i de Box )S u p p ly Po werHeat So urce (F lat B lack Bo dyj S h ut terRecor derT her m o p i le U n itDistance : 300 mmSupply Voltage : 5 VReference Voltage : Typ. 1.225 V* Thermopile Signal Output …. Shutter On/OffShutter On(Open) : Infrared Incidence Shutter Off(Close) : Infrared Cut-offFig. 5 : Test Set-up Block Diagram。
智能红外传感器中英文对照外文翻译文献

外文翻译中英文对照翻译智能红外传感器跟上不断发展的工艺技术对工艺工程师来说是一向重大挑战。
再加上为了保持目前迅速变化的监测和控制方法的过程的要求,所以这项任务已变得相当迫切。
然而,红外温度传感器制造商正在为用户提供所需的工具来应付这些挑战:最新的计算机相关的硬件、软件和通信设备,以及最先进的数字电路。
其中最主要的工具,不过是新一代的红外温度计---智能传感器。
今天新的智能红外传感器代表了两个迅速发展的结合了红外测温和通常与计算机联系在一起的高速数字技术的科学联盟。
这些文书被称为智能传感器,因为他们把微处理器作为编程的双向收发器。
传感器之间的串行通信的生产车间和计算机控制室。
而且因为电路体积小,传感器因此更小,简化了在紧张或尴尬地区的安装。
智能传感器集成到新的或现有的过程控制系统,从一个新的先进水平,在温度监测和控制方面为过程控制方面的工程师提供了一个直接的好处。
1 集成智能传感器到过程线同时广泛推行的智能红外传感器是新的,红外测温已成功地应用于过程监测和控制几十年了。
在过去,如果工艺工程师需要改变传感器的设置,它们将不得不关闭或者删除线传感器或尝试手动重置到位。
当然也可能导致路线的延误,在某些情况下,是十分危险的。
升级传感器通常需要购买一个新单位,校准它的进程,并且在生产线停滞的时候安装它。
例如,某些传感器的镀锌铁丝厂用了安装了大桶的熔融铅、锌、和/或盐酸并且可以毫不费力的从狭窄小道流出来。
从安全利益考虑,生产线将不得不关闭,并且至少在降温24小时之前改变和升级传感器。
今天,工艺工程师可以远程配置、监测、处理、升级和维护其红外温度传感器。
带有双向RS - 485接口或RS - 232通信功能的智能模型简化了融入过程控制系统的过程。
一旦传感器被安装在生产线,工程师就可以根据其所有参数来适应不断变化的条件,一切都只是从控制室中的个人电脑。
举例来说,如果环境温度的波动,或程序本身经历类型、厚度、或温度的改变,所有过程工程师需要做的是定制或恢复保存在计算机终端的设置。
智能红外传感器外文文献翻译中英文

外文文献翻译(含:英文原文及中文译文)文献出处:M G B r a y.Smart Infrared Sensors[J] International Journal of Computational Science & Engineering, 2015, 3(1 ):21-31 •英文原文Smart Infrared SensorsMG BrayKeeping up with continuously evolving process technologies is a major challenge for process engineers. Add to that the demands of staying current with rapidly evolving methods of monitoring and controlling those processes, and the assignment can become quite intimidating. However,infrared (IR) temperature sensor manufacturers are giving users the tools they need to meet these challenges: the latest computer-related hardware, software, and communications equipment, as well as leading-edge digital circuitry. Chief among these tools, though, is the next generation of IR thermometers —the smart sensor. Today^s new smart IR sensors represent a union of two rapidly evolving sciences that combine IR temperature measurement with high-speed digital technologies usually associated with the computer These instruments are called smart sensors because they incorporate microprocessors programmed to act as transceivers for bidirectional, serial communications between sensors onthe manufacturing floor and computers in the control room (see Photo 1).And because the circuitry is smaller,the sensors are smaller,simplifying installation in tight or awkward areas. Integrating smart sensors into new or existing process control systems offers an immediate advantage to process control engineers in terms of providing a new level of sophistication in temperature monitoring and controLIntegrating Smart Sensors into Process LinesWhile the widespread implementation of smart IR sensors is new, IR temperature measurement has been successful 1 y used in process monitoring and control for decades (see the sidebar,“How Infrared Temperature Sensors W o r k,‟‟below). In the past, if process engineers needed to change a sensor‟s settings,they would have to either shut down the line to remove the sensor or try to manually reset it in place. Either course could cause delays in the line,and,in some cases, be very dangerous. Upgrading a sensor usually required buying a new unit,calibrating it to the process, and installing it while the process line lay inactive. For example, some of the sensors in a wire galvanizing plant used to be mounted over vats of molten lead,zinc,and/or muriatic acid and accessible only by reaching out over the vats from a catwalk. In the interests of safety, the process line would have to be shut down for at least24 hours to cool before changing and upgrading a sensor.Today, process engineers can remotely configure, monitor,address,upgrade, and maintain their IR temperature sensors. Smart models with bidirectional RS-485 or RS-232 communications capabilities simplify integration into process control systems. Once a sensor is installed on a process line,engineers can tailor all its parameters to fit changing conditions—all from a PC in the control room. If, for example, the ambient temperature fluctuates, or the process itself undergoes changes in type, thickness, or temperature, all a process engineer needs to do is customize or restore saved settings at a computer terminal. If a smart sensor fails due to high ambient temperature conditions, a cut cable,or failed components, its fail-safe conditions engage automatically. The sensor activates an alarm to trigger a shutdown, preventing damage to product and machinery. If ovens or coolers fail, HI and LO alarms can also signal that there is a problem and/or shut down the line.Extending a Sensor‟s Useful LifeFor smart sensors to be compatible with thousands of different types of processes, they must be fully customizable. Because smart sensors contain EPROMs (erasable programmable read only memory), users can reprogram them to meet their specific process requirements using field calibration, diagnostics,and/or utility software from the sensor manufacturer.Another benefit of owning a smart sensor is that its firmware, the software embedded in its chips, can be upgraded via the communications link to revisions as they become available —without removing the sensor from the process line. Firmware upgrades extend the working life of a sensor and can actually make a smart sensor smarter.The Raytek Marathon Series is a full line of 1- and 2-color ratio IR thermometers that can be networked with up to 32 smart sensors. Available models include both integrated units and fiber-optic sensors with electronic enclosures that can be mounted away from high ambienttemperatures.Clicking on a sensor window displays the configuration settings for that particular sensor. The Windows graphical interface is intuitive and easy to use. In the configuration screen, process engineers can monitor current sensor settings, adjust them to meet their needs, or reset the sensor back to the factory defaults. All the displayed information comes from the sensor by way of the RS-485 or RS-232 serial connection.The first two columns are for user input. The third monitors the sensor‟s parameters in real time. Some parameters can be changed through other screens, custom programming, and direct PC-to-sensor commands. Parameters that can be changed by user input include the following:•Relay contact can be set to NO (normally open) or NC (normallyclosed).•Relay function can be set to alarm or setpoint.•Temperature units can be changed from degrees Celsius to degrees Fahrenheit,or vice versa. -Display and analog output mode can be changed for smart sensors that have combined one- and two-color capabilities-•Laser (if the sensor is equipped with laser aiming) can be turned on or off.•Milliamp output settings and range can be used as automaticprocess triggers or alarms.•Emissivity (for one-color) or slope (for two-color) ratio thermometers values can be set. Emissivity and slope values for common metal and nonmetal materials, and instructions on how to determine emissivity and slope, are usually included with sensors.•Signal processing defines the temperature parameters returned. Average returns an object‟s average temperature over a period of time; peak-hold returns an object‟s peak temperature either over a period of time or by an external trigger.•HI alarm/LO alarm can be set to warn of improper changes in temperature. On some process lines, this could be triggered by a break in a product or by malfunctioning heater or cooler elements-•Attenuation indicates alarm and shut down settings for two-color ratio smart sensors. In this example, if the lens is 95% obscured, an alarm warns that the temperature results might be losing accuracy (known as a “dirty window”alarm). More than 95% obscurity can trigger an automatic shutdown of the process-Using Smart SensorsSmart IR sensors can be used in any manufacturing process in which temperatures are crucial to high-quality product.Six IR temperature sensors can be seen monitoring producttemperatures before and after the various thermal processes and before and after drying. The smart sensors are configured on a high-speed multidrop network (defined below) and are individually addressable from the remote supervisory computer. Measured temperatures at all sensor locations can be polled individually or sequentially; the data can be graphed for easy monitoring or archived to document process temperature data. Using remote addressing features,set points, alarms, emissivity,and signal processing,information can be downloaded to each sensor. The result is tighter process control.Remote Online Addressability,smart sensors can In a continuous process similar to that in Figure 2be connected to one another or to other displays,chart recorders, and controllers on a single network. The sensors may be arranged in multidrop or point-to-point configurations, or simply stand alone.In a multidrop configuration, multiple sensors (up to 32 in some cases) can be combined on a network-type cable. Each can have its own ……address,”allowing it to be configured separately with different operating parameters- Because smart sensors use RS-485 or FSK (frequency shift keyed) communications, they can be located at considerable distances from the control room computer —up to 1200 m (4000 ft.) for RS-485, or 3000 m (10,000 ft.) for FSK. Some processes use RS-232communications, but cable length is limited to <100 ftIn a point-to-point installation, smart sensors can be connected to chart recorders,process controllers, and displays, as well as to the controlling computer In this type of installation, digital communications can be combined with milliamp current loops for a complete all-around process communications package. Sometimes,however,specialized processes require specialized software. A wallpaper manufacturer might need a series of sensors programmed to check for breaks and tears along the entire press and coating run,but each area has different ambient and surface temperatures, and each sensor must trigger an alarm if it notices irregularities in the surface. For customized processes such as this,engineers can write their own programs using published protocol data. These custom programs can remotely reconfigure sensors on the fly —without shutting down the process line.Field Calibration and Sensor UpgradesWhether using multidrop,point-to-point, or single sensor networks,process engineers need the proper software tools on their personal computers to calibrate, configure, monitor, and upgrade those sensors. Simple,easy-to-use data acquisition,configuration,and utility programs are usually part of the smart sensor package when purchased, or custom software can be usedWith field calibration software, smart sensors can be calibrated, new parameters downloaded directly to the sensor‟s circuitry,and the sensor‟s current parameters saved and stored as computer data files to ensure that a complete record of calibration and/or parameter changes is kept. One set of calibration techniques can include one-point offset and two- and three-point with variable temperatures:•One-point offset. If a single temperature is used in a particular process, and the sensor reading needs to be offset to make it match a known temperature, one-point offset calibration should be used. This offset will be applied to all temperatures throughout the entire temperature range. For example, if the known temperature along a float glass line is exactly 1800°F, the smart sensor, or series of sensors, can be calibrated to that temperature.•Two-point. If sensor readings must match at two specific temperatures, the two-point calibration shown in Figure 3 should be selected. This technique uses the calibration temperatures to calculate a gain and an offset that are applied to all temperatures throughout the entire range.•Three-point with variable temperature. If the process has a wide range of temperatures,and sensor readings need to match at three specific temperatures, the best choice is three-point variable temperaturecalibration (see Figure 4). This technique uses the calibration temperatures to calculate two gains and two offsets. The first gain and offset are applied to all temperatures below a midpoint temperature, and the second set to all temperatures above the midpoint. Three-point calibration is less common than one- and two-point, but occasionally manufacturers need to perform this technique to meet specific standards- Field calibration software also allows routine diagnostics, including power supply voltage and relay tests, to be run on smart sensors. The results let process engineers know if the sensors are performing at their optimum and make any necessary troubleshooting easier.ConclusionThe new generation of smart IR temperature sensors allows process engineers to keep up with changes brought on by newer manufacturing techniques and increases in production. They now can configure as many sensors as necessary for their specific process control needs and extend the life of those sensors far beyond that of earlier,“non -smart”designs. As production rates increase, equipment downtime must decrease. By being able to monitor equipment and fine-tune temperature variables without shutting down a process, engineers can keep the process efficientand the product quality high. A smart IR sensor\s digital processing components and communications capabilities provide a level of flexibility,safety, and ease of use not achieved until now.How Infrared Temperature Sensors WorkInfrared (IR) radiation is part of the electromagnetic spectrum,which includes radio waves,microwaves,visible light, and ultraviolet light, as well as gamma rays and X-rays. The IRrange falls between the visible portion of the spectrum and radio waves. IR wavelengths are usually expressed in microns,with the IR spectrum extending from 0.7 to 1000 microns. Only the 0.7-14 micron band is used for IR temperature measurement.Using advanced optic systems and detectors, noncontact IR thermometers can focus on nearly any portion or portions of the 0.7-14 micron band. Because every object (with the exception of a blackbody) emits an optimum amount of IR energy at a specific point along the IR band, each process may require unique sensor models with specific optics and detector types. For example, a sensor with a narrow spectral range centered at 3.43 microns is optimized for measuring the surface temperature of polyethylene and related materials- A sensor set up for 5 microns is used to measure glass surfaces. A 1 micron sensor is used for metals and foils. The broader spectral ranges are used to measure lower temperature surfaces, such as paper, board, poly, and foil composites.The intensity of an object's emitted IR energy increases or decreasesin proportion to its temperature. It is the emitted energy, measured as the t a rg e t‟s emissive,that indicates an object丨s temperature.Emissive is a term used to quantify the energy-emitting characteristics of different materials and surfaces. IR sensors have adjustable emissive settings, usually from 0.1 to 1.0, which allow accurate temperature measurements of several surface types.The emitted energy comes from an object and reaches the IR sensor through its optical system, which focuses the energy onto one or more photosensitive detectors. The detector then converts the IR energy into an electrical signal, which is in turn converted into a temperature value based on the sensor's calibration equation and the target's emissive. This temperature value can be displayed on the sensor, or, in the case of the smart sensor, converted to a digital output and displayed on a computer terminal。
热释电红外传感器毕业论文中英文资料对照外文翻译

中英文资料对照外文翻译热释电红外传感器前言热释电红外传感器是一种非常有应用潜力的传感器。
它能检测人或某些动物发射的红外线并转换成电信号输出。
早在1938年,有人就提出利用热释电效应探测红外辐射,但并未受到重视。
直到六十年代,随着激光、红外技术的迅速发展,才又推动了对热释电效应的研究和对热释电晶体的应用开发。
近年来,伴随着集成电路技术的飞速发展,以及对该传感器的特性的深入研究,相关的专用集成电路处理技术也迅速增长。
本文先介绍热释电传感器的原理,然后再描述相关的专用集成电路处理技术。
热释电效应在自然界,任何高于绝对温度(-273K)的物体都将产生红外光谱,不同温度的物体释放的红外能量的波长是不一样的,因此红外波长与温度的高低是相关的,而且辐射能量的大小与物体表面温度有关。
可见光的波长通常在1μm以下,而1μm以上的光人眼是看不到的,但是可以通过适当的仪器对辐射的能量进行检测。
当一些晶体受热时,在晶体两端将会产生数量相等而符号相反的电荷,这种由于热变化产生的电极化现象,被称为热释电效应。
通常,晶体自发极化所产生的束缚电荷被来自空气中附着在晶体表面的自由电子所中和,其自发极化电矩不能表现出来。
当温度变化时,晶体结构中的正负电荷重心相对移位,自发极化发生变化,晶体表面就会产生电荷耗尽,电荷耗尽的状况正比于极化程度,图1表示了热释电效应形成的原理。
能产生热释电效应的晶体称之为热释电体或热释电组件,其常用的材料有单晶(LiTaO3 等)、压电陶瓷(PZT等)及高分子薄膜(PVFZ等)[2]当以LiTaO3为代表的热释电材料处于自极化状态时,吸收红外线入射波后,结晶的表面温度改变,自极化也发生改变,结晶表面的电荷变得不平衡,把这种不平衡电荷的电压变化取出来,便可测出红外线。
热释电材料只有在温度变化时才产生电压,如果红外线一直照射,则没有不平衡电压,一旦无红外线照射时,结晶表面电荷就处于不平衡状态,从而输出电压。
传感器的基础知识中英文对照外文翻译文献

中英文对照外翻译Basic knowledge of transducersA transducer is a device which converts the quantity being measured into an optical, mechanical, or-more commonly-electrical signal. The energy-conversion process that takes place is referred to as transduction.Transducers are classified according to the transduction principle involved and the form of the measured. Thus a resistance transducer for measuring displacement is classified as a resistance displacement transducer. Other classification examples are pressure bellows, force diaphragm, pressure flapper-nozzle, and so on.1、Transducer ElementsAlthough there are exception ,most transducers consist of a sensing element and a conversion or control element. For example, diaphragms,bellows,strain tubes and rings, bourdon tubes, and cantilevers are sensing elements which respond to changes in pressure or force and convert these physical quantities into a displacement. This displacement may then be used to change an electrical parameter such as voltage, resistance, capacitance, or inductance. Such combination of mechanical and electrical elements form electromechanical transducing devices or transducers. Similar combination can be made for other energy input such as thermal. Photo, magnetic and chemical,giving thermoelectric, photoelectric,electromaanetic, and electrochemical transducers respectively.2、Transducer SensitivityThe relationship between the measured and the transducer output signal is usually obtained by calibration tests and is referred to as the transducer sensitivity K1= output-signal increment / measured increment . In practice, the transducer sensitivity is usually known, and, by measuring the output signal, the input quantity is determined from input= output-signal increment / K1.3、Characteristics of an Ideal TransducerThe high transducer should exhibit the following characteristicsa) high fidelity-the transducer output waveform shape be a faithful reproduction of the measured; there should be minimum distortion.b) There should be minimum interference with the quantity being measured; the presence of the transducer should not alter the measured in any way.c) Size. The transducer must be capable of being placed exactly where it is needed.d) There should be a linear relationship between the measured and the transducer signal.e) The transducer should have minimum sensitivity to external effects, pressure transducers,for example,are often subjected to external effects such vibration and temperature.f) The natural frequency of the transducer should be well separated from the frequency and harmonics of the measurand.4、Electrical TransducersElectrical transducers exhibit many of the ideal characteristics. In addition they offer high sensitivity as well as promoting the possible of remote indication or mesdurement. Electrical transducers can be divided into two distinct groups:a) variable-control-parameter types,which include:i)resistanceii) capacitanceiii) inductanceiv) mutual-inductance typesThese transducers all rely on external excitation voltage for their operation.b) self-generating types,which includei) electromagneticii)thermoelectriciii)photoemissiveiv)piezo-electric typesThese all themselves produce an output voltage in response to the measurand input and their effects are reversible. For example, a piezo-electric transducer normally produces an output voltage in response to the deformation of a crystalline material; however, if an alternating voltage is applied across the material, the transducer exhibits the reversible effect by deforming or vibrating at the frequency of the alternating voltage.5、Resistance TransducersResistance transducers may be divided into two groups, as follows:i) Those which experience a large resistance change, measured by using potential-divider methods. Potentiometers are in this group.ii)Those which experience a small resistance change, measured by bridge-circuit methods. Examples of this group include strain gauges and resistance thermometers.5.1 PotentiometersA linear wire-wound potentiometer consists of a number of turns resistance wire wound around a non-conducting former, together with a wiping contact which travels over the barwires. The construction principles are shown in figure which indicate that the wiperdisplacement can be rotary, translational, or a combination of both to give a helical-type motion. The excitation voltage may be either a.c. or d.c. and the output voltage is proportional to the input motion, provided the measuring device has a resistance which is much greater than the potentiometer resistance.Such potentiometers suffer from the linked problem of resolution and electrical noise. Resolution is defined as the smallest detectable change in input and is dependent on thecross-sectional area of the windings and the area of the sliding contact. The output voltage is thus a serials of steps as the contact moves from one wire to next.Electrical noise may be generated by variation in contact resistance, by mechanical wear due to contact friction, and by contact vibration transmitted from the sensing element. In addition, the motion being measured may experience significant mechanical loading by the inertia and friction of the moving parts of the potentiometer. The wear on the contacting surface limits the life of a potentiometer to a finite number of full strokes or rotations usually referred to in the manufacture’s specification as the ‘number of cycles of life expectancy’, a typical value being 20*1000000 cycles.The output voltage V0 of the unload potentiometer circuit is determined as follows. Let resistance R1= xi/xt *Rt where xi = input displacement, xt= maximum possible displacement, Rt total resistance of the potentiometer. Then output voltage V0= V*R1/(R1+( Rt-R1))=V*R1/Rt=V*xi/xt*Rt/Rt=V*xi/xt. This shows that there is a straight-line relationship between output voltage and input displacement for the unloaded potentiometer.It would seen that high sensitivity could be achieved simply by increasing the excitation voltage V. however, the maximum value of V is determined by the maximum power dissipation P of the fine wires of the potentiometer winding and is given by V=(PRt)1/2 .5.2 Resistance Strain GaugesResistance strain gauges are transducers which exhibit a change in electrical resistance in response to mechanical strain. They may be of the bonded or unbonded variety .a) bonded strain gaugesUsing an adhesive, these gauges are bonded, or cemented, directly on to the surface of the body or structure which is being examined.Examples of bonded gauges arei) fine wire gauges cemented to paper backingii) photo-etched grids of conducting foil on an epoxy-resin backingiii)a single semiconductor filament mounted on an epoxy-resin backing with copper or nickel leads.Resistance gauges can be made up as single elements to measuring strain in one direction only,or a combination of elements such as rosettes will permit simultaneous measurements in more than one direction.b) unbonded strain gaugesA typical unbonded-strain-gauge arrangement shows fine resistance wires stretched around supports in such a way that the deflection of the cantilever spring system changes the tension in the wires and thus alters the resistance of wire. Such an arrangement may be found in commercially available force, load, or pressure transducers.5.3 Resistance Temperature TransducersThe materials for these can be divided into two main groups:a) metals such as platinum, copper, tungsten, and nickel which exhibit and increase in resistance as the temperature rises; they have a positive temperature coefficient of resistance.b) semiconductors, such as thermistors which use oxides of manganese, cobalt, chromium, or nickel. These exhibit large non-linear resistance changes with temperature variation and normally have a negative temperature coefficient of resistance.a) metal resistance temperature transducersThese depend, for many practical purpose and within a narrow temperature range, upon the relationship R1=R0*[1+a*(b1-b2)] where a coefficient of resistance in ℃-1,and R0 resistance in ohms at the reference temperature b0=0℃ at the reference temperature range ℃.The international practical temperature scale is based on the platinum resistance thermometer, which covers the temperature range -259.35℃ to 630.5℃.b) thermistor resistance temperature transducersThermistors are temperature-sensitive resistors which exhibit large non-liner resistance changes with temperature variation. In general, they have a negative temperature coefficient. For small temperature increments the variation in resistance is reasonably linear; but, if large temperature changes are experienced, special linearizing techniques are used in the measuring circuits to produce a linear relationship of resistance against temperature.Thermistors are normally made in the form of semiconductor discs enclosed in glass vitreous enamel. Since they can be made as small as 1mm,quite rapid response times are possible.5.4 Photoconductive CellsThe photoconductive cell , uses a light-sensitive semiconductor material. The resistance between the metal electrodes decrease as the intensity of the light striking the semiconductor increases. Common semiconductor materials used for photo-conductive cells are cadmium sulphide, lead sulphide, and copper-doped germanium.The useful range of frequencies is determined by material used. Cadmium sulphide is mainly suitable for visible light, whereas lead sulphide has its peak response in the infra-red regionand is, therefore , most suitable for flame-failure detection and temperature measurement. 5.5 Photoemissive CellsWhen light strikes the cathode of the photoemissive cell are given sufficient energy to arrive the cathode. The positive anode attracts these electrons, producing a current which flows through resistor R and resulting in an output voltage V.Photoelectrically generated voltage V=Ip.RlWhere Ip=photoelectric current(A),and photoelectric current Ip=Kt.BWhere Kt=sensitivity (A/im),and B=illumination input (lumen)Although the output voltage does give a good indication of the magnitude of illumination, the cells are more often used for counting or control purpose, where the light striking the cathode can be interrupted.6、Capacitive TransducersThe capacitance can thus made to vary by changing either the relative permittivity, the effective area, or the distance separating the plates. The characteristic curves indicate that variations of area and relative permittivity give a linear relationship only over a small range of spacings. Thus the sensitivity is high for small values of d. Unlike the potentionmeter, the variable-distance capacitive transducer has an infinite resolution making it most suitable for measuring small increments of displacement or quantities which may be changed to produce a displacement.7、Inductive TransducersThe inductance can thus be made to vary by changing the reluctance of the inductive circuit. Measuring techniques used with capacitive and inductive transducers:a)A.C. excited bridges using differential capacitors inductors.b)A.C. potentiometer circuits for dynamic measurements.c) D.C. circuits to give a voltage proportional to velocity for a capacitor.d) Frequency-modulation methods, where the change of C or L varies the frequency of an oscillation circuit.Important features of capacitive and inductive transducers are as follows:i)resolution infiniteii) accuracy+- 0.1% of full scale is quotediii)displacement ranges 25*10-6 m to 10-3miv) rise time less than 50us possibleTypical measurands are displacement, pressure, vibration, sound, and liquid level.8、Linear Variable-differential Ttransformer9、Piezo-electric Transducers10、Electromagnetic Transducers11、Thermoelectric Transducers12、Photoelectric Cells13、Mechanical Transducers and Sensing Elements传感器的基础知识传感器是一种把被测量转换为光的、机械的或者更平常的电信号的装置。
红外遥控系统毕业论文外文文献翻译

红外遥控系统毕业论文外文文献翻译Infrared Remote Control SystemAbstractRed outside data correspondence the technique be currently within the scope of world drive extensive usage of a kind of wireless conjunction technique,drive numerous hardware and software platform support. Red outside the transceiver product have cost low, small scaled turn, the baud rate be quick, point to point SSL, be free from electromagnetism thousand Raos etc.characteristics, can realization information at dissimilarity of the product fast, convenience, safely exchange and transmission, at short distance wireless deliver aspect to own very obvious of advantage.Along with red outside the data deliver a technique more and more mature, the cost descend, red outside the transceiver necessarily will get at the short distance communication realm more extensive of application.The purpose that design this system is transmit customer’s operation information with infrared rays for transmit media, then demodulate original signal with receive circuit. It use coding chip to modulate signal and use decoding chip to demodulate signal. The coding chip is PT2262 and decoding chip is PT2272. Both chips are made in Taiwan. Main work principle is that we provide to input the information for the PT2262 with coding keyboard. The input information was coded by PT2262 and loading to high frequent load wave whose frequent is 38 kHz, then modulate infrared transmit dioxide and radiate space outside when it attian enough power. The receive circuit receive the signal and demodulate original information. The original signal was decoded by PT2272, so as to drive some circuit to accomplishcustomer’s operation demand.Keywords:Infrare dray;Code;Decoding;LM386;Redoutside transceiver1 Introduction1.1 research the background and significanceInfrared Data Communication Technology is the world wide use of a wireless connection technology, by the many hardware and software platforms supported. Is a data through electrical pulses and infrared optical pulse switch between the wireless data transceiver technology.Infrared transceiver products with low cost, small, fast transmission rate, the point-to-point transmission security, not subject to electromagnetic interference and other characteristics that can be achieved between the different products, rapid, convenient and safe exchange and transmission, In short distance wireless transmission have a very distinct advantage.Infrared transceiver products in the portable product of a great role. At present, the world's 150 million piece of equipment used infrared technology in electronic products and industrial equipment. medical equipment and other fields widely used. For example, 95% of the notebook computers on the installation of infrared transceiver interface the majority of the cell phone is also the allocation of infrared transceiver interface. With the exchange of quantitative data, infrared data communications will enable cell phone data transmission more convenient. With infrared data transmission technology matures, perfect, low costs, Infrared Transceiver in short distance communications will be more widely applied.This chapter first describes the infrared transceiver IC design issues to the background and significance. then briefed theinfrared data communications technology features and applications, and infrared transceiver product characteristics, domestic and international situation and development trend of the last under infrared remote transceiver system in practical application to establish a task of design orientation.1.2 Infrared Remote ControlTransceiver SystemInfrared remote control system is divided into single-channel and multi-channel remote control. Only a command signal transmission channel, called single-channel remote control system; with more than two instructions signal transmission channel known as a multi-channel remote control system. Relatively simple single-channel remote control, in general, only a launcher directive Key receivers and only one circuit implementation. While in the receiving circuit to add more stable memory circuits that can be activated commands to launch a number of key, so that the receiver circuit multistable memory circuit repeatedly to change the state, to realize many of the functional control, But such a state of change is the order. If we are to achieve an arbitrary control, resort to the use of multi-channel remote control system. Multi-channel remote control can be realized by the object of arbitrary multi-function remote control. As for the choice of several routes and what control methods, according to the actual situation (such as object, operational requirements and cost accounting, etc.) to decide. General infrared remote transceiver system by infrared remote control transmitter signal coding, infrared remote control signal receivers and decoders (or decoder chip MCU) and the external circuit consisting of three parts. Signal transmitter remote control code used to generate pulses of infrared emission-driven output infrared remote control signal, receiver completion of the remotecontrol signal amplification and detection, plastic and demodulation encoding pulse. Infrared remote control coded pulse is going to obtain a continuous serial binary code, and for most of the infrared transceiver system, This serial code as micro-controller of the remote control input signals from the internal CPU completion of the remote control instruction decoder, on the other infrared remote control transceivers, the designers of electronic products, The internal micro-controller of the remote control decoder directive is not accessible.Therefore, people are using infrared encoder / decoder chip and microcontroller developed various generic infrared remote transceiver system, In various equipment infrared signals between the transceiver.Remote transceiver system generally transmitters and receivers is composed of two parts. Launchers from the general direction keys, coded instructions circuit modulation circuit, driving circuit, firing circuit of several parts. When pressed a key, the directive coding circuit, in the corresponding instructions encoded signal, the encoder signal to the carrier modulation, Driven by the power amplifier circuit after circuit fired from the field after firing instructions coded modulation signals. General receiver by the receiving circuit, the amplifier circuit, demodulation circuits, instruction decoder circuit, driving circuit, circuit implementation of several parts. Receiving Circuit will launch vehicles have been coded modulation signal receiving instructions from, and to enlarge evacuation demodulation circuit. Demodulation circuit will have the coding modulation signal demodulation, namely, reduction of signal coding. The instruction decoder to the encoder signal decoding, Driven by the final circuit to drive the implementation of variousinstructions circuit to control the operation.1.3 infrared remote control transceiver product profiles 1.3.1 infrared remote control transceiver product structure and type Currently infrared transceiver in accordance with the mode of transmission rate and can be divided into four categories : Serial mode, the highest rate of 115.2 Kbps; medium-speed model : the highest rate of 0.567 Mbps and 1.152Mbps; High-speed mode : The maximum rate of 16 Mbps.Also according to the size chip power consumption can be divided into low-power consumption and standard two categories, low-power type normally used 3 V power supply, transmission distance closer to about 0 - 30cm, which is commonly used standard 5V power supply, transmission distance away at least 1mabove.1.3.2 infrared remote control transmitters of the status quo at home and abroadInfrared communication technology in the development stage and there are several infrared communication standards, between different standards for infrared equipment can not infrared communication. To have all the infrared equipment to interoperability in 1993 by more than 20 large manufacturers initiated the establishment of an Infrared Data Association (IRDA) unified the infrared communication standards , which is currently widely used in infrared data communication protocols and standards, also known as the IRDA standard.Since 1993 IRDA since the establishment of the Infrared Data Association members have developed to more than 150. IRDA standards of the industry has been widely recognized and supported. Has been developed with the infraredcommunications equipment have been as many as 100 species. IR module, installed capacity has reached 150 million sets. Although there is also a short distance wireless Bluetooth technology, But in infrared communication technology low cost and broad compatibility advantages, Infrared data communication in the future will still be a very long time inherent short-range wireless data communications fields play an important role.1.3.3 Infrared Transceiver product development trendIn various infrared transceiver products, although the transmission rate, transmission distance and other characteristics, But infrared transceiver products has been towards improving the transmission rate, increase the transmission distance and lower power consumption, expanding launch reception angle of development. In particular, as the technology development and maturity, the means of transmission is moving in the direction of point-to-multipoint. Therefore infrared remote control transceiver products have broader prospects for development.2 Infrared communication of knowledge2.1 infrared ray foundation knowledge2.1.1 infrared outlinedInfrared is actually a kind of electromagnetic wave. From the analysis of various natural component of the electromagnetic wave reflected spectrum is :-ray, x-ray, ultraviolet, visible, infrared, microwave and radio wave. From the viewpoint of form, and they did not seem to, but if the wavelength in descending order, and we will find him all the only visible light spectrum of the entire 0.38 μm - 0.76μm so long little area, and adjacent to the visible light and infrared (including the far infrared, mid-infrared and near infrared foreign) accounts for the spec trum of 0.76 μm -1000μm of a major. Which micron wavelength range also includes UV, visible, near infrared, mid-infrared and far-infrared, microwave.From the above analysis shows that infrared is a very rich spectrum resources, it currently has in production, life, military, medical, and other aspects have been widely used, such as infrared heating, medical infrared, infrared communication, infrared camera, infrared remote control, and so on. Infrared remote control is the many applications of infrared part of the current household appliances widely used in TV remote control, VCR remote control, VCD remote control, high-fidelity audio remote control, are used infra-red remote control, It allows the control of these appliances have become very easy.2.1.2 infrared propertiesInfrared lies between visible light and microwave a wave, it is with certain clinical characteristics of the wave. In the near-infrared, visible light and its adjacent, it is visible in certain characteristics, such as straight-line transmission, reflection, refraction, scattering, diffraction, can be certainobjects and can be absorbed through the lens of their focusing. In the far-infrared region, owing to its neighboring microwave, it has some characteristics of microwave, If a strong penetrating power and can run through some opaque substances. Since in any object, natural profession, regardless of whether its own luminescence (referring to visible light), as long as the temperature is above absolute zero (-273 °C), moment will be kept around to infrared radiation. Only higher temperature of objects strong infrared radiation, low-temperature objects infrared radiation weaker. Therefore infrared feature is the greatest common in nature, it is called thermal radiation calledthermal radiation. Infrared cameras, infrared night market pyroelectric infrared detectors and some other missiles aiming at is the use of this characteristic of infrared work.Infrared and visible light compared to another characteristic of a variety of colors. As the longest wavelength of visible light is a wavelength of the shortest times (780 nm-380 nm), So is called an octave. And infrared wavelength is the longest shortest wavelength of a times, and the longest wavelength infrared is the shortest wavelength of 10 times, that is, 10 octave. Therefore, if visible light can be expressed as seven colors, infrared may performance 70 colors, showing the rich colors. Infrared smoke through the good performance, which is also one of its features.Because not visible to the infrared, it has little effect on the environment. By the wave infrared rays than the long wavelength radio waves, infrared remote control will not affect the nearby radio equipment. Another wavelength of less than 1.5μm near infrared light, transparent atmosphere in the visible light transmission characteristics much better than, because it close to the visible edge of the red light, linear transmission, reflection, refraction and absorption material and the physical characteristics very similar to visible light. Therefore, it can be used with similar visible focusing lens and other optical devices. Because infrared remote control is not as remote as the radio through the barrier to control the object's ability to control, so in the design of household appliances infra-red remote control, wireless remote control as unnecessary, each set (transmitters and receivers) have different frequency or remote coding (Otherwise, wall will control or interference with neighbors household appliances), all similar products in the infrared remote control, The same can control the frequency orcoding, and no remote control signal "drop." This universal infrared remote control provides a great convenience. Infrared to visible light, is very subtle and confidentiality, therefore, the security, Alert and other security devices have been widely used. Infrared remote control is simple in structure and easy, low-cost, anti-interference capability, high reliability are a number of advantages, is a close-up remote control, especially in indoor remote control optimized manner.2.1.3 infrared diode characteristicsInfrared is not visible, people here are not aware of. Electronic technology is used infrared light emitting diode (also known as the IR emission diode) to generate infrared. Infrared remote control transceiver is using near-infrared transmission control instructions 0.76μm wavelength of ~ 1. 5μm. Near-infrared remote control as a light source, because there infrared light emitting diodes and infrared receiving device (photodiode. Transistor and PV) and the luminescence peak wavelength of light by the general 0.8μm ~ 0. 94μm. in the near-infrared band, both of the spectrum is the coincidence to a good match, access to higher transmission efficiency and higher reliability. Commonly used infrared diode, and its shape is similar LED light emitting diodes, Its basic circuit shown in figure 2 -2. The triode plans for the switch, when the base added a driving signal, Transistor saturated conduction infrared LED D is also Wizard Lin k, issued infrared (near infrared about 0.93 μm). D.The pressure drop of about 1.4 V and the current general for 10-20mA. To adapt to the working voltage of the D loop resistance often as a series of infrared diode current limit resistance.When the circuit diagram of the infrared emission controlcorresponding to the controlled device, the control of the distance and D is proportional to the transmitting power. In order to increase the distance of infrared control, infrared diode D should work on the pulse state that work is the lifeblood of current. Because pulse light (optical modulation) the effective transmission distance and pulse is proportional to the peak current, only maximize peak current Ip, will increase the infrared distance. Ip increase is a way to reduce the pulse duty cycle, that is compressed pulse wi dth τ some TV infrared remote control, its infrared luminescence of the pulse duty cycle of about 1/4-1/3; Some electrical products infrared remote control, its duty cycle of 1 / 10. Decreasing pulse duty cycle also enable low-power infrared LED distance of the greatly increased. Common infrared light emitting diodes, power is divided into small power (1 mW - 10mW). Chinese power (20mW - 50mW) and power (50mW - 100mW more) three categories. Use different power infrared LED, the allocation should be driven by the corresponding power control. Figure 2 -2 by the reflected infrared light-emitting diodes to make produce optical modulation, Drivers only need to add the control of a certain frequency pulse voltage.Infrared transmitter and receiver in the way the two kinds of straight, and the second is reflective. Luminescence pointed straight pipe and tube receiver placed in a relatively controlled and fired on the two ends, a certain distance away from the middle; Reflective means luminescent tube and pipe parallel with the receiving peacetime, without always receiving tube light, luminescence only in possession of the infrared light reflected fromencountered, the receiving tube received from the reflected infrared before work.2.2 infrared communication basic tenets2.2.1 infrared communication PrincipleCommunication is the use of infrared wavelength of 900 nm-infrared waves from 1000 to serve as an information carrier, through infrared technology between the two close communication and confidentiality of information transmitted. Infrared communication system structure include : part launcher, channel, the receiver part.Launcher source letter issued after the binary signal from the high-frequency modulated infrared LED sent, receiving device regard the reception of high-frequency signals from the infrared receiver tube after receiving further demodulation photoelectric conversion of the original information of a mass communication lose way. Afterwards the former Information received after receiving part of the drive circuit connected to the expected completion of the various functions. To which the modulation coding style pulse width modulation (by changing the pulse width modulated signal PWM) and pulse modulation time (through change the pulse train interval time between the modulation signal PPM) two.2.2.2 infrared communication system elements(1) Launches : Currently there is a infrared wireless digital communications system sources of information including voice, data, images. Its methods of work for the launch of the receiver can be divided into different layout LOS way (Light-of-Sight , intracardiac way), diffuse (diffuse) mode. LOS way directional, it has good channel characteristics such advantages, but the existence of a "shadow" effect. difficult to achieve roaming function. Roaming means the main features of non-directional, and easy to implementroaming function, but its channel quality is better sometimes LOS way. Transmission of signals required for a few of (the sampling was quantified), the general need for baseband modulation, transmission, modulation, sometimes signal source coding, the above-driven signals from photoelectric converter complete optical signal transmission. Infrared wireless digital communications system and its scope of work-for-fired power distribution, the quality of the communication. While using various methods to improve optical transmitter power, the other using spatial diversity, holographic films and so on so diffuse light for the launch of space optical power evenly distributed.(2) Channel : infrared wireless digital communication channel refers to the transmitters and receivers in the space between. Due to natural light and artificial light sources such as light signals in the context of intervention, and the source - Electrical Equipment, The optical noise and disturbances, infrared wireless digital communications in some occasions, poor quality, At this point needed to channel coding. Infrared wireless communication system, the optical signal reflection, light scattering and background noise and interference effects, Infrared wireless digital channel presence multi-path interference and noise, This is to improve the quality and access for high-speed applications should be addressed. Infrared wireless digital communication channel often used by the major optical components, optical filter, condenser, their role is : plastic, filter, depending on the field transformation, the band division, the lens can be used as launch-ray focusing, the use of optical filters filter out stray light, the use of optical lenses to expand the field of view receiver, able to make use of optical components for the link frequency division multiplexing, etc.. Infrared wireless communication channeloptical noise : the natural noise (sunlight) and anthropogenic interference (fluorescent lighting). can be modulated by the transmission technology such as filters and adding to be addressed.(3) receivers : Channel optical signal from the optical receiver partially photoelectric conversion, In order to remove noise and intersymbol interference and other functions. Infrared wireless digital communications system receiver include optical receiver parts and follow-up sampling, filtering, judgment, quantity, balanced and decoding part. Infrared wireless optical receiver often used amplifier, and called for large-bandwidth, high gain, low noise and low noise, frequency response and channel impulse response matched. To be suppressed by low-frequency noise and human disturbance needs a band-pass filter. To obtain large optical receiver scope and instantaneous field of view, often using spherical optical lens.2.2.3 infrared communications featureWireless communications are a lot of ways, some using infrared communication with the following characteristics : The high frequency, wave length, and fired the energy concentrated space propagation attenuation coefficient can ensure the effective signal transmission;infrared is the invisible li ght, strong confidentiality and use it as an information carrier. device when there is no visual pollution, it does no harm to the human body;dissemination without limitation, and there is no question of frequency interference with radio-wave pattern, not on the spectrum resources to the relevant authorities for the application and registration, easy to implement;has a good point, when the transmission equipment andinfrared receiver ports line up straight, deviation of not more than about 15 degrees when infrared devices running the best effect;through infrared or not bypassed and objects, data transmission, optical path can not be blocked;currently produce and receive infrared signals in the technology is relatively mature, components small size, low cost production of simple, easy to produce and modulation advantages.2.3 infrared communication code based on the knowledgeUsually, infrared remote control transmitters will signal (pulse binary code) modulation at 38 KHz carrier, After buffer amplified sent to the infrared light-emitting diodes, infrared signals into firing away. Pulse binary code in a variety of formats. One of the most commonly used code is PWM (pulse width modulation code) and the PPM code (Pulse Code Modulation). The former said in a pulse width, pulse indicated 0. The latter pulse width, but the width of code-not the same, the codes represent a bit - and the digits represent narrow 0.Remote coding pulse signal (PPM code as an example) are usually guided by the code, the system code, the anti-code system, a feature code, functional anti-code signal components. Guide the code name for the initial code, by the width of 9 ms and the margin width of 4.5 ms to the low-level components (different remote control systems in the low-level high width of a certain distinction), remote coding used to mark the beginning of pulsed signals. System identification code is also called code, which used to indicate the type of remote control system, in order to distinguish other remote-control system, prevent the remote control system malfunction. Functional code is also calledscripts, which represents the corresponding control functions, Receiver of the micro-controller functions under the numerical code to complete the various functions operating. Anti-code system and function codes are anti-system code and the functional code against code Anti-code can be joined to the receiver synchronization transmission process leads to errors. In order to improve performance and reduce interference power consumption, The remote control will be coded pulse frequency of 38 KHz (for the cycle of 26.3 ms) of the carrier signal pulse reshuffle system (PAM), and then sentto the buffer amplified infrared LED, the remote control signal transmitter away.Address code and data codes are composed of different pulse width expressed that the two narrow pulse "0"; 2 pulse width "1"; a narrow pulse width and pulse expressed an "F" is the code addresses "vacant."Is the first part of a group a group of code, each code synchronization between separated. The plan is to enlarge the second half of a group code : a code from 12 AD (the address code plus data code For example, eight address code plus four data code), each with two AD-Pulse's : Pulse said the two "0"; 2 pulse width "1"; a narrow pulse width and pulse expressed an "F" is the code addresses "vacant."Realize fired at each fired at least four groups code, PT2272 only twice in a row to detect the same address code plus data code data will be the code "1" is driven The data should be output to drive margin and VT terminal for synchronous serial.红外遥控系统摘要红外数据通信技术是目前在世界范围内被广泛使用的一种无线连接技术,被众多的硬件和软件平台所支持。
红外线遥控系统中英文对照外文翻译文献

中英文对照翻译红外线遥控系统内容摘要:目前在世界范围内被广泛使用的一种无线连接技术是红外线数据通信技术,其得到许多的软硬件平台支持。
红外收发器产品的特点有成本低,尺寸小,数据传输速度快,点对点S S L安全传输,防电磁干扰等,能够实现不同产品间快速、方便、安全地进行信息交换和传送,在近距离无线传输方面有着相当明显的优势。
红外遥控收发系统具有很强的实用意义,目前红外收发器产品在便携式产品中有着很大的应用潜力。
随着红外数据传输技术更加成熟、成本下降,红外收发器在短距离通讯领域必将得到更广泛的应用。
设计本系统的目的是,用红外线作为传输载体来携带用户的操作信息并由接收电路接受并解调出原始操作信号,主要使用编码芯片和解码芯片对信号进行调制和解调。
其中编码芯片使用的是P T2262,解码芯片使用是P T2272,他们都由台湾生产。
其主要工作机理是:我们使用编码键盘为P T2262输入信息,输入的信息被P T2262编码并加载到38K H Z的载波上,并调制红外发射二极管,辐射到空间。
然后,接收系统接收到发射的信号并解调出原始信息。
原始信号由P T2272进行解码,以此驱动对应的电路完成用户的操作请求。
关键字:红外线;编码;译码;LM386;红外收发器。
1 简介1.1 研究的背景及意义红外数据通信技术是目前世界范围内被广泛采用的的一种无线连接技术,得到广大的硬件和软件平台支持。
其属于一种通过数据电脉冲和红外光脉冲之间进行转换从而实现无线数据接受和发送的技术。
红外收发器产品的特点有成本低,尺寸小,数据传输速度快,点对点SSL安全传输,防电磁干扰等,能够实现不同产品间快速、方便、安全地进行信息交换和传送,在近距离无线传输方面有着相当明显的优势。
红外收发器产品在便携式产品中的应用潜力巨大。
目前,全世界有150,000,000台设备采用了红外技术,广泛使用电子产品和工业装备、医疗设备等领域。
比如有95%的便携式电脑就安装了红外收发器接口,现在绝大部分手机上也配置了红外收发器接口。
外文翻译---改进的红外测温传感系统的移动设备

附录AImproved infrared temperature sensing system for mobile devicesAbstractAn infrared (IR) temperature measurement systemconsists of not only a sensor module and electronics, but also an optomechanical system that guides IR radiation onto the sensor. The geometry and emissivity of the parts affects the reading, if the detector sees not only the target but parts of the measuring system itself. In normal industrial applications, the optics is designed so that the surfaces stabilize to the same temperature as the sensor.This allows the error caused by the device temperature to be easily calibrated away. The correction is valid for stationary conditions and usually near the calibration temperature, which is typically at room temperature.However, we show that if the sensor is embedded into a mobile (hand-held) device which has heat sources, such as power electronics, the normal conditions are no longer valid and the calibration fails. In order to improve infrared temperature sensing for mobile devices, the optics concept was studied and detailed design was performed. In addition, the optics performance was modelled and verified by measurement sensor prototyping. A calibration procedure noticing ope~a~ional temperature variations was applied. The repeatabIlIty of the implemented IR temperature sensor using on a correct transferred calibration curve was better than ±0.5 °C in an operational temperature range from +12.6 to +49.3 °C and target range from +10 to +90 °C.IntroductionTemperature is probably the most measured environmental parameter in the world. The global warming has dramatically increased the need of accurate temperature measurement of the environment. Temperature measurement is also required in numerous industrial and domestic applications. One important example is the temperature control of a microprocessor in a PC. Based on the temperature information produced by a thermistor both the microprocessor and the cooling system operation can be optimally controlled. Temperature control is also typically needed in household appliances, such as refrigerators, coffee makers and electric ovens. In addition, overheating protection is applied in several devices, such as motors and batteries. In consumer electronics, the main application is body thermometers, typically measured from the tympanic membrane in the ear. It is only natural to consider whether temperature sensing, which has such ubiquitous applications andgeneral interest, could be implemented in mobilehandheld devices such as mobile phones. ThermIstor-based temperature sensors exist in a variety of products,including wristwatches and also a few mobile phones. However, their performance is highly limited for a simple physical reason. If we put a thermistor inside a mobile device we are able to measure the temperature of a localis~d volume within the device case. However, this does not necessarily correlate at all with the real ambient temperature due to two main reasons. Thermal contact from the environment to the thermistor is weak, but thermal contact from the device itself to the thermistor is strong. In addition, mobile device can contain heat sources, such as power electronics, which easily increase the temperature within the device. Naturally, the heating effect is larger close to the heat sources, but heat conduction throughout the device affects all locations within the device. Locating the sensor outside the cover and isolating it from the rest of the device would improve sensor contact to the environment, but complete isolationis practically impossible to achieve. In addition, a sensor that locates outside the cover will still be vulnerable to heating from the user's hand.An alternative principle to implement a well performing environmental temperature measurement in mobile device application is infrared (IR) temperature sensing. IR sensing offers a non-contact method to measure temperature of targets due to the fact that all objects, which temperature is above absolute zero emit IR radiation. The target temperature sensing is based on the measurement of the emitted IR radiation from the object. The main advantages compared to thermistor based measurement are as follows. Thermal signal from the target can be amplified by optics and thermal signal from the device itself can be attenuated by an advantageous optical design and implementation.IR temperature sensingInfrared sensing is based on the fact that the intensity of infrared radiation emitted by a surface depends on its emperature, in the first approximation following Boltzmann's law. Since the field of view of the sensor has to be restricted in a practical mobile application the sensor also sees a surface which typically is not at the same temperature as the surface to be measured. In dealized conditions, this Narcissus effect can be calibrated away using an internal compensation circuit hat measures the temperature of the sensor element itself. A traditional optomechanical design for IR sensing, showing the Narcissus effect is shown in Fig. 1.Fig. 1. Traditional optomechanical design for IR sensing, showing the Narcissus effectAs one can see from Fig. 1 the tube is dominating the optical signal value seen by the detector, if the can is excluded as a commercial component. It is also important to notice that the lens used in the measurement system is producing an optical signal of a same order than the measurement target itself. This is due to the fact that lens material is not totally transparent, but it has absorption at the measurement band, which corresponds to the lens emittance at the equal band.The traditional method rests on two basic assumptions. The measuring device is in practice assumed to be stabilized (at room temperature), and there are assumed to be no internal sources of heat. The situation is very different, however, when the device operational temperature fluctuates strongly due to environmental temperature variation and/or internal heating. In a first approximation to measure the target temperature by its radiated IR power, the total radiance of an object depends on its emissivity and its temperaturein whichW= total radiance of the object (W/srxm2)ε= emissivityT = absolute temperature of the objectThe incident power is measured by the infrared detector. If the .emissivity of the target is known, the measurement should be quite accurate. Most natural objects have emissivities which are close to 0.95, and this value appears to be set as the default emissivity in all known commercial devices.It is important to notice from the equation 2 that the sensor temperature is typically assumed to be in ambient temperature or at least near to ambient temperature. Intypical mobile application use this assumption, however, is not valid. The factor K' includes the view angle or field-of-view (FOV) of the thermopile instrument. In order to obtain an improved spatial resolution at the target, it is necessary to restrict the field of view of the thermopile detector. Traditionally, this is done with a metal tube that has been painted black. The metal conducts heat quite quickly, and in normal circumstances quickly attains a constant temperature throughout the device.The target temperature is possible to determine through calibration, when the Ts is known. In most cases, Ts is measured at the sensor element, with the assumption that the sensor element corresponds well to the temperature of the whole optical system. In equilibrium conditions, the target temperature can thus be calculated by compensating with the measured sensor temperature.Measurements and modeling with traditional optics We tested some commercially available IR temperature sensors in actual use cases. Especially we wanted to see performance of the sensors in dynamic operational temperatures. In Table 1 performance of a traditional IR temperature sensor with heated optics is shown. Traditional sensor optical structure consisted of a blackened metal tube and a Fresnel lens made of IR transmitting polymer locating at the tube head. The Fresnel lens collects IR light from target and aims it to the thermopile detector located at the end of the tube.One can see from Table 1 that substantial difference between measurement reading and target reference value was noticed, when the lens was heated above the operational temperature of the system. A smaller error was also noticed, when the system operational temperature was O°C, which was 25 degrees below the definedTable 1. Performance of traditional IR temperature sensornominal operational temperature of the system. The system operational temperature was equal to the environmental temperature in the measurement. The used target in the measurement was an aluminum plate painted black and located on top of a Peltier element. The reference temperature was measured using a thermistor, which was attached to the target plate by a silicone.Narcissus effect in the commercial temperature sensor was suspected to be the main reason for the substantial measurement error. The Narcissus effect in the commercial system was modelled by ASAP optical simulation software. The purpose of the simulation was to find out how much optical signal is actually from the target compared to optical and mechanical structures of the measurement system. In order to get estimation of the actual emissivity values of the critical optical and optomechanical structures used in the commercial measurement unit, reflectivity (and transmissivity in some cases) of these structures were measured at wide optical band by Biorad Fourier Transform Infrared (FTIR) spectrometer. Average reflectivity (and transmissivity) at 8 ... 14 Jlm band were used to deduce the emissivity value in the optical simulations.Designs to improve system performanceNarcissus effect is clearly a very critical characteristic limiting the measurement performance of an IR temperature sensor. In order to improve performance the Narcissus effect has to be minimised by increasing the transmittance of optics and decreasing the relative amount of optical signal from the optomechanics. The field-of-view (FOV) of a Perkin-Elmer thermopile detector model TPS 333 for example is 100 degrees defined at the 50% relative response points. The wide FOV causes that the optomechanics of the measurement system can easily be seen by the detector. Use of reflective optics instead of refractive optics can provide higher optical transmittances through very high reflectivity surfaces. In addition, the reflective optics can be designed in such a way that there are only high reflectivity optical surfaces within the FOV of the detector. The high reflectivity of the surface corresponds to a low emissivity, which means that a low relative optical signal originates from the high reflectivity surface. In practice it is easier to achieve high optical transmittance through reflective optics at 8 to 14 Jlm band than with refractive optics. Gold and aluminium have high reflectivity from 8 to 14 Jlm band. Aluminium is more cost-efficient material than gold and therefore itsuse is advantageous in mobile applications. The average reflectivity of aluminium is over 97% from 8 to 14 Jlm.Reflector system preliminary specifications were as follows. Optics compatible with similar IR detectors used in commercially available sensors, collects light with object diameter to distance ratio of approximately 1:6 and maximum height of 10 mm for the whole optical structure. The nominal FOV for the IR temperature sensor was specified to 10 degrees defined by 50% relative intensity points. A parabolic reflector was designed on top of the TPS 333 thermopile detector to fulfil the FOV requirement. The parabolic shape was chosen because theshape was able to limit the sensor field of view to sufficiently narrow acceptance cone. Compound parabolic concentrator (CPC) and conical surfaces were also considered, but they were not able to limit the FOV adequately. The designed parabolic reflector and its dimensions are shown in Fig. 2.Fig. 2. Designed optical system and its dimensionsThe parabolic reflector surface is 9 mm long. Input aperture diameter is 4.9 mm and output aperture diameter is 1.56 mm. The output aperture is designed in such a way that it does not obscure any rays originating inside the FOV.附录B改进的红外测温传感系统的移动设备摘要一个红外线( IR )温度测量系统包括不仅是一个传感器模块和电子产品,而且是光学机械系统,红外辐射导游到传感器。
红外传感器网络文献翻译

单位代码01学号分类号TNO密级文献翻译红外传感器网络院(系)名称信息工程学院专业名称电子信息工程学生姓名指导教师2013年3月28日黄河科技学院毕业设计(文献翻译)第1页红外传感器网络摘要:无线传感器网络(WSN)已成为最近的一个研究热点。
无线传感器网络在大范围的领域得到应用,主要应用于商业、军事以及住宅,创造了巨大的效益。
在这个项目中,我们设计了一个计数系统,这个系统部署在交通控制、资源管理和人力的流量控制之中,用于追踪检测区以及相应的移动方向。
我们的设计是基于自制的红外传感模块板,用于无线传感器网络之间的联系。
我们的系统设计包括红外传感模块设计、传感器节点通讯、系统聚类、建筑和部署。
我们进行了一系列的计数实验来评估系统的性能,论证了高效率的移动对象的有效性。
关键词:红外辐射,无线传感器节点1 介绍红外红外辐射是指波长在可见光与无线电波之间的部分电磁辐射。
现在红外线已经被广泛应用,包括数据通讯、夜视装置,物件追踪等等。
由于它容易产生并且受到电磁波的干扰很少,在红外数据通信中,人们通常使用红外线。
把电视遥控器作为一个例子, 在每个人的家里可以被发现。
当按钮被推后,红外遥控系统利用红外发光二极管(led)散发出红外(红外线)信号。
按钮被推后,不同模式显示相应的按钮脉冲。
在不受干扰的情况下,允许控制多种电器比如电视机、录像机、有线电视盒,系统通常有序言和一个地址进行同步识别来源的接收机的位置和红外信号。
为了编码数据,系统通常用不同脉冲的宽度(脉宽调制)或宽度之间的间隔空间调制脉冲(脉冲)。
另一种受欢迎的系统:双相编码,利用信号转换来传递信息。
在载波频率中,实际上每个脉冲都是一阵红外。
“高”的含义是一阵红外能量载波频率和“低”体现了一种不在红外能量。
这没有编码标准。
然而,许多家庭使用他们自己的一些quasi-standards专有的编码系统的娱乐设备,确实存在。
这些包括RC-5、RC -(六)、REC-80。
传感器技术外文文献及中文翻译

Sensor technologyA sensor is a device which produces a signal in response to its detecting or measuring a property ,such as position , force , torque ,pressure , temperature ,humidity , speed ,acceleration ,or vibration 。
Traditionally ,sensors (such as actuators and switches )have been used to set limits on the performance of machines .Common examples are (a)stops on machine tools to restrict work table movements ,(b) pressure and temperature gages with automatics shut-off features ,and (c)governors on engines to prevent excessive speed of operation . Sensor technology has become an important aspect of manufacturing processes and systems 。
It is essential for proper data acquisition and for the monitoring ,communication ,and computer control of machines and systems 。
Because they convert one quantity to another , sensors often are referred to as transducers .Analog sensors produce a signal , such as voltage ,which is proportional to the measured quantity .Digital sensors have numeric or digital outputs that can be transferred to computers directly 。
传感器的基础知识论文中英文资料对照外文翻译

传感器的根底知识论文中英文资料对照外文翻译英文文献翻译中英文资料对照外文翻译Basic knowledge of transducersA transducer is a device which converts the quantity being measured into an optical, mechanical, or-more commonly-electrical signal. Theenergy-conversion process that takes place is referred to as transduction.Transducers are classified according to the transduction principle involved and the form of the measured. Thus a resistance transducer for measuring displacement is classified as a resistance displacement transducer. Other classification examples are pressure bellows, force diaphragm, pressure flapper-nozzle, and so on. 1、Transducer Elements Although there are exception ,most transducers consist of a sensing element and a conversion or control element. For example, diaphragms,bellows,strain tubes and rings, bourdon tubes, and cantilevers are sensing elements which respond to changes in pressure or force and convert these physical quantities into a displacement. This displacement may then be used to change an electrical parameter such as voltage, resistance, capacitance, or inductance. Such combination of mechanical and electrical elements form electromechanical transducing devices or transducers. Similar combination can be made for other energy input such as thermal. Photo, magnetic and chemical,giving thermoelectric, photoelectric,electromaanetic, and electrochemical transducers respectively. 2、Transducer SensitivityThe relationship between the measured and the transducer output signal is usually obtained by calibration tests and is referred to as the transducer sensitivity K1= output-signal increment / measured increment .In practice, the transducer sensitivity is usually known, and, by measuring the output signal, the input quantity is determined from input= output-signal increment / K1.3、Characteristics of an Ideal TransducerThe high transducer should exhibit the following characteristicsa) high fidelity-the transducer output waveform shape be a faithful reproduction of the measured; there should be minimum distortion.b) There should be minimum interference with the quantity being measured; the presence of the transducer should not alter the measured in any way.c) Size. The transducer must be capable of being placed exactly where it is needed.1英文文献翻译d) There should be a linear relationship between the measured and the transducer signal. e) The transducer should have minimum sensitivity to external effects, pressuretransducers,for example,are often subjected to external effects such vibration and temperature. f) The natural frequency of the transducer should be well separated from the frequency and harmonics of the measurand.4、Electrical TransducersElectrical transducers exhibit many of the ideal characteristics. In addition they offer high sensitivity as well as promoting the possible of remote indication or mesdurement. Electrical transducers can be divided into two distinct groups: a) variable-control-parameter types,which include: i)resistance ii) capacitance iii) inductanceiv) mutual-inductance typesThese transducers all rely on external excitation voltage for their operation. b) self-generating types,which include i) electromagnetic ii)thermoelectric iii)photoemissive iv)piezo-electric typesThese all themselves produce an output voltage in response to the measurand input and their effects are reversible. For example, a piezo-electric transducer normally produces an output voltage in response to the deformation of a crystalline material; however, if an alternating voltage is applied across the material, the transducer exhibits the reversible effect by deforming or vibrating at the frequency of the alternating voltage. 5、Resistance TransducersResistance transducers may be divided into two groups, as follows: i) Those which experience a large resistance change, measured by using potential-divider methods. Potentiometers are in this group.ii)Those which experience a small resistance change, measured by bridge-circuit methods. Examples of this group include strain gauges and resistance thermometers. 5.1 PotentiometersA linear wire-wound potentiometer consists of a number of turns resistance wire wound around a non-conducting former, together with a wiping contact which travels over the barwires. The construction principles are shown in figure which indicate that the wiper2英文文献翻译displacement can be rotary, translational, or a combination of both to give a helical-type motion. The excitation voltage may be either a.c. or d.c. and the output voltage is proportional to the input motion, provided the measuring device has a resistance which is much greater than the potentiometer resistance.Such potentiometers suffer from the linked problem of resolution and electrical noise. Resolution is defined as the smallest detectable change in input and is dependent on the cross-sectional area of the windings and the area of the sliding contact. The output voltage is thus a serials of steps as the contact moves from one wire to next.Electrical noise may be generated by variation in contact resistance, by mechanical wear due to contact friction, and by contact vibration transmitted from the sensing element. In addition, the motion being measured may experience significant mechanical loading by the inertia and friction of the moving parts of the potentiometer. The wear on the contacting surface limits the life of a potentiometer to a finite number of full strokes or rotations usually referred to in the manufacture’s specification as the ‘number of cycles of life expectancy’, a typical value being 20*1000000 cycles.The output voltage V0 of the unload potentiometer circuit is determined as follows. Let resistance R1= xi/xt *Rt where xi = input displacement, xt= maximum possible displacement, Rt total resistance of the potentiometer. Then output voltage V0= V*R1/(R1+( Rt-R1))=V*R1/Rt=V*xi/xt*Rt/Rt=V*xi/xt. This shows that there is a straight-line relationship between output voltage and input displacement for the unloaded potentiometer. It would seen that high sensitivity could be achieved simply by increasing the excitation voltage V. however, the maximum value of V is determined by the maximum power dissipation P of the fine wires of the potentiometer winding and is given by V=(PRt)1/2 . 5.2 Resistance Strain GaugesResistance strain gauges are transducers which exhibit a change in electrical resistance in response to mechanical strain. They may be of the bonded or unbonded variety . a) bonded strain gaugesUsing an adhesive, these gauges are bonded, or cemented, directly on to the surface of the body or structure which is being examined. Examples of bonded gauges arei) fine wire gauges cemented to paper backingii) photo-etched grids of conducting foil on an epoxy-resin backingiii)a single semiconductor filament mounted on an epoxy-resin backing with copper or nickel leads.Resistance gauges can be made up as single elements to measuring strain in one direction only,3英文文献翻译or a combination of elements such as rosettes will permit simultaneous measurements in more than one direction. b) unbonded strain gauges A typical unbonded-strain-gauge arrangement shows fine resistance wires stretched around supports in such a way that the deflection of the cantilever spring system changes the tension in the wires and thus alters the resistance of wire. Such an arrangement may be found in commercially available force, load, or pressure transducers. 5.3 Resistance Temperature TransducersThe materials for these can be divided into two main groups:a) metals such as platinum, copper, tungsten, and nickel which exhibit and increase in resistance as the temperature rises; they have a positive temperature coefficient of resistance. b) semiconductors, such as thermistors which use oxides of manganese, cobalt, chromium, or nickel. These exhibit large non-linear resistance changes with temperature variation and normally have a negative temperature coefficient of resistance. a) metal resistance temperature transducersThese depend, for many practical purpose and within a narrow temperature range, upon the relationship R1=R0*[1+a*(b1-b2)] where a coefficient of resistance in ℃-1,and R0 resistance in ohms at the reference temperature b0=0℃ at the reference temperature range ℃.℃℃. b) thermistor resistance temperature transducersThermistors are temperature-sensitive resistors which exhibit large non-liner resistance changes with temperature variation. In general, theyhave a negative temperature coefficient. For small temperature increments the variation in resistance is reasonably linear; but, if large temperature changes are experienced, special linearizing techniques are used in the measuring circuits to produce a linear relationship of resistance against temperature.Thermistors are normally made in the form of semiconductor discs enclosed in glass vitreous enamel. Since they can be made as small as 1mm,quite rapid response times are possible. 5.4 Photoconductive Cells The photoconductive cell , uses a light-sensitive semiconductor material. The resistance between the metal electrodes decrease as the intensity of the light striking the semiconductor increases. Common semiconductor materials used for photo-conductive cells are cadmium sulphide, lead sulphide, and copper-doped germanium.The useful range of frequencies is determined by material used. Cadmium sulphide is mainly suitable for visible light, whereas lead sulphide has its peak response in the infra-red region4英文文献翻译and is, therefore , most suitable for flame-failure detection and temperature measurement. 5.5 Photoemissive CellsWhen light strikes the cathode of the photoemissive cell are given sufficient energy to arrive the cathode. The positive anode attracts these electrons, producing a current which flows through resistor R and resulting in an output voltage V. Photoelectrically generated voltage V=Ip.RlWhere Ip=photoelectric current(A),and photoelectric current Ip=Kt.B Where Kt=sensitivity (A/im),and B=illumination input (lumen)Although the output voltage does give a good indication of the magnitude of illumination, the cells are more often used for counting or controlpurpose, where the light striking the cathode can be interrupted. 6、Capacitive TransducersThe capacitance can thus made to vary by changing either the relative permittivity, the effective area, or the distance separating the plates. The characteristic curves indicate that variations of area and relative permittivity give a linear relationship only over a small range of spacings. Thus the sensitivity is high for small values of d. Unlike the potentionmeter, the variable-distance capacitive transducer has an infinite resolution making it most suitable for measuring small increments of displacement or quantities which may be changed to producea displacement.7、Inductive TransducersThe inductance can thus be made to vary by changing the reluctance of the inductive circuit. Measuring techniques used with capacitive and inductive transducers: a)A.C. excited bridges using differential capacitors inductors. b)A.C. potentiometer circuits for dynamic measurements.c) D.C. circuits to give a voltage proportional to velocity for a capacitor.d) Frequency-modulation methods, where the change of C or L varies the frequency of an oscillation circuit.Important features of capacitive and inductive transducers are as follows: i)resolution infiniteii) accuracy+- 0.1% of full scale is quoted iii)displacement ranges 25*10-6 m to 10-3m iv) rise time less than 50us possibleTypical measurands are displacement, pressure, vibration, sound, and liquid level. 8、 Linear Variable-differential Ttransformer 9、Piezo-electric Transducers5。
传感器技术论文中英文对照资料外文翻译文献

传感器技术论文中英文对照资料外文翻译文献中英文对照资料外文翻译文献附件1:外文资料翻译译文传感器新技术的发展传感器是一种能将物理量、化学量、生物量等转换成电信号的器件。
输出信号有不同形式,如电压、电流、频率、脉冲等,能满足信息传输、处理、记录、显示、控制要求,是自动检测系统和自动控制系统中不可缺少的元件。
如果把计算机比作大脑,那么传感器则相当于五官,传感器能正确感受被测量并转换成相应输出量,对系统的质量起决定性作用。
自动化程度越高,系统对传感器要求越高。
在今天的信息时代里,信息产业包括信息采集、传输、处理三部分,即传感技术、通信技术、计算机技术。
现代的计算机技术和通信技术由于超大规模集成电路的飞速发展,而已经充分发达后,不仅对传感器的精度、可靠性、响应速度、获取的信息量要求越来越高,还要求其成本低廉且使用方便。
显然传统传感器因功能、特性、体积、成本等已难以满足而逐渐被淘汰。
世界许多发达国家都在加快对传感器新技术的研究与开发,并且都已取得极大的突破。
如今传感器新技术的发展,主要有以下几个方面:利用物理现象、化学反应、生物效应作为传感器原理,所以研究发现新现象与新效应是传感器技术发展的重要工作,是研究开发新型传感器的基础。
日本夏普公司利用超导技术研制成功高温超导磁性传感器,是传感器技术的重大突破,其灵敏度高,仅次于超导量子干涉器件。
它的制造工艺远比超导量子干涉器件简单。
可用于磁成像技术,有广泛推广价值。
利用抗体和抗原在电极表面上相遇复合时,会引起电极电位的变化,利用这一现象可制出免疫传感器。
用这种抗体制成的免疫传感器可对某生物体内是否有这种抗原作检查。
如用肝炎病毒抗体可检查某人是否患有肝炎,起到快速、准确作用。
美国加州大学巳研制出这类传感器。
传感器材料是传感器技术的重要基础,由于材料科学进步,人们可制造出各种新型传感器。
例如用高分子聚合物薄膜制成温度传感器;光导纤维能制成压力、流量、温度、位移等多种传感器;用陶瓷制成压力传感器。
传感器技术外文文献及中文翻译

传感器技术外文文献及中文翻译引言传感器是现代检测技术的重要组成部分,它能将物理量、化学量等非电信号转换为电信号,从而实现检测和控制。
传感器广泛应用于工业、医疗、军事等领域中,如温度、湿度、气压、光强度等参数检测。
随着科技的发展,传感器不断新型化、微型化和智能化,已经涵盖了人体所有的感官,开启了大规模的物联网与智能化时代。
本文将介绍几篇与传感器技术相关的外文文献,并对其中较为重要的内容进行中文翻译。
外文文献1标题“Flexible Sensors for Wearable Health: Why Materials Matter”作者Sarah O’Brien, Michal P. Mielczarek, and Fergal J. O’Brien文献概述本文主要介绍了柔性传感器在可穿戴健康监测中的应用,以及传感材料的选择对柔性传感器性能的影响。
文章先介绍了柔性传感器的基本工作原理和常见的柔性传感材料,然后重点探讨了传感材料对柔性传感器灵敏度、稳定性、响应速度等性能的影响。
最后,文章提出未来柔性传感器材料需满足的性能要求,并对可能的研究方向和应用进行了展望。
翻译摘要柔性传感器是可穿戴健康监测中重要的成分,通过将身体状态转化为电信号进行检测。
选择合适的传感材料对柔性传感器产品的成本、性能及标准化有着面向未来的影响。
本文对柔性材料的常见种类 (如: 聚合物、金属、碳复合材料等) 进行了介绍,并重点探讨了传感材料选择的影响因素,如对柔性传感器的灵敏度、特异性和响应时间等。
此外,文章还探讨了柔性传感器的性能要求和建议未来的技术方向。
外文文献2标题“Smart sensing system for precision agriculture”作者Olivier Strauss, Lucas van der Meer, and Benoit Figliuzzi文献概述本文主要介绍智能传感系统在精准农业中的应用。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
中英文对照翻译外文资料Moving Object Counting with an Infrared Sensor NetworkAbstractWireless 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 to monitor physical or environmental conditions, such as temperature,acoustics, vibration, pressure, motion or pollutants, at different locations. Each node in a sensor network is typically equipped with a wireless communications device, a small microcontroller, one or more sensors, and an energy source, usually a battery. The size of a single sensor node can be as large as a shoebox and can be as small as the size of a grain of dust, depending on different applications. The cost of sensor nodes is similarly variable, ranging from hundreds of dollars to a few cents, depending on the size of the sensor network and the complexity requirement of the individual sensor nodes. The size and cost are constrained by sensor nodes, therefore, have result in corresponding limitations on available inputs such as energy, memory, computational speed and bandwidth. The development of wireless sensor networks (WSN) was originally motivated by military applications such as battlefield surveillance. Due to the advancement in micro-electronic mechanical system technology (MEMS), embedded microprocessors, and wireless networking, the WSN can be benefited in many civilian application areas, including habitat monitoring, healthcare applications, and home automation.1.3 Types of Wireless Sensor NetworksWireless sensor network nodes are typically less complex than general-purpose operating systems both because of the special requirements of sensor network applications and the resource constraintsin 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 preemptive multithreading. With preemptive multithreading, applications do not needto 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. magnetic sensor). 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 are not currently used or active. DVS scheme varies the power levelsdepending 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 sensornetwork, 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)已成为最近的一个研究热点。