红外遥控中英文对照外文翻译文献
红外传感器论文中英文资料对照外文翻译
![红外传感器论文中英文资料对照外文翻译](https://img.taocdn.com/s3/m/2311eb014a7302768e9939f7.png)
中英文资料对照外文翻译外文资料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)已成为最近的一个研究热点。
红外发射和接收电路设计外文翻译
![红外发射和接收电路设计外文翻译](https://img.taocdn.com/s3/m/2214bc970b4e767f5acfcede.png)
外文文献原稿和译文原稿IntroductionInfrared remote control system is mainly composed by the remote control transmitter, integrated receiver head, microcontroller, interface circuit shown in Figure 1. The remote control is used to generate the remote encoder pulse drive infrared emission control output of the infrared remote control signal, the remote control receiver on the remote control signal amplification, detection, shaping, demodulation remote encoder pulse. The remote control encoder pulse is a serial binary code for the infrared remote control system, the serial code input to the microcontroller, its internal CPU instruction decode on the remote control, and perform remote control functions. Using the remote control as the input of the control system, we need to address the following key questions: how to receive the infrared remote control signal; how to identify the infrared remote control signal, and decoding software design, design of control procedures.SCM historySCM was born in 1971, has gone through three major phases of the SCM, the MCU SoC.It consists of computing device, controller, memory, input output devices.Its full name is a single-chip microcomputer, is typical of embedded micro-controller (Microcontroller Unit), the commonly used letters of the abbreviation MCU single-chip, and it was first used in the field of industrial control.Master microcontroller technology to enable more people in the industry, students, enthusiasts, product developers, the question arose due to the extensive application of SCM in the field of industrial control, microcontroller development board, the more famous such as e-DZR-01A microcontroller development board.Microcontroller chip dedicated processor developed from the CPU.The firstdesign concept by a large number of peripherals and CPU integrated in a single chip, the computer system is smaller, more easily integrated into complex and require strict control equipment on the volume.Single-chip, also known as single-chip microcontroller, it is not the completion of a logical function of the chip, but a computer system integrated onto one chip.Equivalent to a mini-computer and computer, microcontroller only the lack of I / O devices.SCM rely on the program is running, and can be modified.Different functions through different programs, especially the special unique function, which is the other devices require much effort to do, while others make great efforts it is difficult to do.A not very complex functions using pure hardware to get the words of the 1950s developed 74 series, or 60 during the CD4000 series, the circuit must be a big PCB board!If successful on the market in the United States in the 1970s series of microcontrollers, the result will be different!Just because a program written by the MCU through you can achieve high intelligence, high efficiency and high reliability!Microcontroller for cost sensitive, so accounting for the dominance of the software or the lowest level assembly language, which is the lowest level than binary machine code language, since such low-level why use it?A lot of high-level language has reached a level of visual programming, why not?The reason is simple, is the microcontroller does not have a home computer as the CPU, also not as hard as mass storage devices.A visual high-level language to write small programs inside even if there is only one button, will reach tens of K of size!Nothing in terms of home PC's hard drive, but for SCM in terms of is not acceptable.SCM in the utilization of hardware resources must be high, so the compilation of the original while still in heavy use.The same reason, if the computer giant's operating system and application software to get home PC run up to the home PC can not afford.It can be said that the twentieth century across the three "power" era of the electrical era, the electronic age and has now entered the computer age.However, such a computer, usually refers to a personal computer, or PC.It is by the host, keyboard, monitor, and so on.Another type of computer, not how most people are familiar with.This computer is smart to give a variety of mechanical microcontroller(also known as micro-controller).The name suggests, the smallest of this computer system using only one IC to make a simple calculation and control.Because of its small, usually hidden in a controlled mechanical "stomach".Throughout the device, it plays like the role of the human mind, it is wrong, the entire device was paralyzed.Now, this single chip field of use has a very wide, such as smart meters, real-time industrial control, communications equipment, navigation systems, home appliances and so on.A variety of products using the SCM, you can play the effect of product upgrades, often preceded by an adjective in front of the product name - "smart", such as smart washing machines.Some factories or other amateur electronics developers to engage in out of certain products, not the circuit is too complicated, too simple and can easily be imitation.The reason may be stuck in the product does not use a microcontroller or other programmable logic devices.Microcontroller applicationsMCU to infiltrate all areas of life, almost difficult to find which areas of the microcontroller trail.Navigation device of the missile, aircraft, various instrument control, computer network communications and data transmission, industrial automation and process real-time control and data processing, widely used smart card IC, civil luxury car security system, VCR,cameras, the control of automatic washing machines, and program-controlled toys, electronic pets, etc., which are inseparable from the microcontroller.Not to mention the field of automatic control, robotics, intelligent instruments, medical equipment.Therefore, the learning, development and application of the SCM will create a number of computer applications and intelligent control of the scientists, engineers.The microcontroller is widely used in the field of instrumentation, home appliances, medical equipment, aerospace, equipment for the intelligent management and process control, generally can be divided into the following categories:1. On smart instrumentationThe microcontroller has a small size, low power consumption, and control functions, and expansion of the advantages of flexibility, miniaturization and easy to use, widely used in instrumentation, combined with different types of sensors can berealized such as voltage, power, frequency, humidity, temperature,flow, speed, thickness, angle, length, hardness, elements, pressure and other physical measurement.SCM makes the digital instrumentation, intelligent, miniaturization and more powerful function than the use of electronic or digital circuits.Such as precision measuring equipment (power meter, oscilloscope, analyzer).2.In industrial control applicationsMCU can constitute various forms of control systems, data acquisition systems.Such as factory assembly line of intelligent pipe3.in Household AppliancesIt can be said of home appliances is basically using the MCU control, electric rice praise, washing machines, refrigerators, air conditioners, color TVs, and other audio video equipment, then the electronic weighing equipment, varied, omnipresent.4.in the field of computer networks and communicationModern microcontroller with universal communication interface can be easily and computer data communications, provides excellent material for use in computer networks and communication devices, communication equipment basically to the MCU intelligent control from themobile phones, telephones, small program-controlled switchboards, building automated communications call systems, train radio communications, and then to the ubiquitous mobile phones in their daily work, trunking mobile communication radios.5.Chip in the field of medical equipmentThe microcontroller uses in medical devices is also quite extensive, such as medical ventilator, a variety of analyzers, monitors, ultrasound diagnostic equipment and hospital beds call system and so on.6.Modular applications in a variety of large appliancesSome dedicated microcontroller designed for specific functions, modular applications in a variety of circuit, without requiring the use of personnel to understand its internal structure.Integrated single-chip, such as music, seemingly simple function, miniature pure electronic chip (as opposed to the principle of the tape drive), you need a complex similar to the principle of the computer.Such as: themusic signal in digital form in memory (similar to the ROM), read by the microcontroller into analog music signal (similar to the sound card).In large circuits, this modular application greatly reduce the size, simplifying the circuit, reducing the damage, error rate, is also convenient to replace.7.Chip in the field of automotive equipmentThe microcontroller is widely used in automotive electronics, such as automotive engine controllers, intelligent electronic controller based on CAN bus automotive engine, GPS navigation system, abs anti-lock systems, braking systems, etc..In addition, the microcontroller business, finance, scientific research, education, defense, aerospace and other fields has a very wide range of applications, microcontroller development prospects are very objective.Speaking in general terms: the MCU's small size, light weight, inexpensive, and provide favorable conditions for learning, application and development.At the same time, learning to use the microcontroller is the best choice for the understanding of computer theory and structure.SCM is the best choice for people to study and application of related technologies.Master chip AT89S51The AT89S51 ATMEL Corporation in the United States low-power, high-performance CMOS8 bit microcontroller, on-chip containing 4k bytes of system programming of flash read-only program memory, the device using ATMEL high density nonvolatile memory technology to produce compatiblestandard 8051 instruction set and pin.It combines the Flash program memory can Programming (ISP) can also be used the traditional method of programming and general-purpose 8-bit microprocessor on a single chip.Features OverviewAT89S51 provides the following standard features: 4k bytes of Flash flash memory, 128 bytes of internal RAM, 32 I / O port lines, Watchdog Timer (WDT), two data pointers, two 16-bit timer / counters, a fivetwo vector interrupt structure, a full duplex serial port, on-chip oscillator and clock circuitry., AT89S51 can bereduced to the 0Hz static logic operation, and supports two software selectable power saving modes.Free way to stop the CPU, but allows the RAM, timer / counters, serial communication port and interrupt system to continue to work.The power down mode to save the contents of RAM, but the oscillator is stopped and prohibited all other parts of the work until the next hardware reset.In view of the subject requirements, the AT89S51 chip to achieve the purpose of more convenient, fast and comprehensive.译文介绍红外遥控系统主要由遥控发射器、一体化接收头、单片机、接口电路组成,如图一所示。
红外遥控系统毕业论文中英文资料对照外文翻译文献
![红外遥控系统毕业论文中英文资料对照外文翻译文献](https://img.taocdn.com/s3/m/06507365561252d380eb6ecc.png)
中英文资料对照外文翻译文献红外遥控系统摘要目前红外数据通信技术是在世界范围内被广泛应用的一种无线连接技术,它也可以被许多软硬件平台所支持。
红外收发器产品具有成本低,体积小,传输速率快,点对点传输安全性好,不受电磁干扰等特点,可使得信息在几个不同产品器件之间快速、便捷、安全地交换与传输。
红外数据通信技术在短距离无线传输领域内有着十分显著的优势,红外遥控收发系统的设计和存在具有非常高的运用价值。
目前,红外收发器产品在便携式产品中的应用潜力很大。
全世界约有1亿5千万台设备和仪器是采用红外数据通信技术的,在电子产品、工业设备、医疗设备等领域内使用范围很广。
几乎所有笔记本电脑、手机都配置红外收发器接口。
伴随着红外数据传输技术的愈发成熟、生产和使用成本下降,红外收发器在短距离通讯领域内将会得到更加广泛的应用。
设计这个系统的目的是用红外线作为传输媒介来传输操作者或用户的操作信息和指令,然后由接收器电路翻译出原信号,主要是利用编码芯片和解码芯片对信号进行调制解调,这其中,编码芯片用的是台湾生产的PT2262,解码芯片是PT2272。
它们的主要工作原理是:通过编码键盘可以为PT2262提供输入信息,PT2262对输入的信息进行编码并加载到38KHZ 的载波上并调制红外发射二极管,再将其辐射到空间,然后再由接收系统接收信号并解调出原始的信息内容,由PT2272对原信号进行解码,从而驱动相应的电路完成用户的操作指令和操作要求。
关键字:红外线;编码;解码;LM386;红外收发器。
1 绪论1.1 课题研究的背景及意义目前,在世界范围内,红外数据通信技术是被广泛使用的一种无线连接技术,被许多的硬件和软件平台所支持。
是一种通过数据脉冲与红外脉冲之间的相互转换实现无线数据收发的技术。
红外收发器产品具有成本低,体积小,传输速率快,点对点传输安全性好,不受电磁干扰等特点,可使得信息在几个不同产品器件之间快速、便捷、安全地交换与传输。
单片机红外遥控外文翻译
![单片机红外遥控外文翻译](https://img.taocdn.com/s3/m/6886bfdfcaaedd3383c4d3bb.png)
Infrared Remote And Chips Are IntroducedPeople's eyes can see the visible wavele ngth from long to short accord ing to the arrangement, in order to red, orange, yellow, green, green, blue, violet. One of the red wavelengths for 0.62 ~ 0.76 mount, Purple is 0.38 wavelength range ~ mount. Purple is shorter than the wavelength of light called ultraviolet ray, red wavele ngths of light is Ion ger tha n that of in frared light. In frared remote control is to use wavelength for 0.76 ~ 1.5 mount between the near in frared to tran sfer con trol sig nal.Commo nly used in frared remote con trol system of gen eral poi nts tran smit 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 emitti ng diode the in frared wavele ngths, for 940nm appeara nee and ordin ary, just the same light emitting diode five different colors. Infrared light emitting diode gen erally have black and blue, tran spare nt three colors. Judgme nt of infrared light emitting diode and judgment method, using a millimeter to ordinary diode electric block measure of infrared light emitting diode, reverse resista nee. The in frared light emitti ng diode lumin esce nce efficie ncy to use special instrument to measure precise, and use only spare conditions to pull away from roughly judgment. Receiving part of infrared receiving tube is a photose nsitivediode.In actual application of it 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 increasehigh-gain ones.the amplifiercircuit.In com mon CX20106A, etc. PC1373H moo n in frared receivi ng special amplifier circuit. In recent years both amateur or formal products, mostly using in frared recei vinghead fini shed. The head of in frared recei ving product packages gen erally has two kin ds: one kind USES sheet shield ing, A kind of plastic packaging. There are three pin, namely the power is (VDD), power negative (GND) and data output (VO or OUT). Infrared receiving head foot arrangement for types varied, manufacturer's instructions. Finished the advantages of infrared receiving head is not in need of sophisticated debugg ing and shell scree n, use rise as a tran sistor, very convenient. But whe n used in the infrared receivingattention finished first carrier frequency.In frared remote com mon carrier freque ncy for 38kHz, this is tran smitted by using 455kHz Tao Zhe n to decide. At the launch of crystals were in teger freque ncy, freque ncy coefficie nts, so com mon ly 12, so 455kHz 宁12 hun dredth kHz 38kHz hun dredth 379,000. Some remote con trol system adopts 36kHz, 56kHz, etc. general 40kHz launched by thecrystals of oscillation freque ncy to decide.In frared remote characteristic is not in flue nee the surro unding environment and does not interfere with other electric equipment. Due to its cannot pen etratewalls, so the room can use com mon household applia nee of remote control without mutual interferenee, Circuit testing is simple, as long as give n circuit connection, gen erally does not n eed any commissi oning 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 so jip. Therefore, the infrared remote now in household applia nces, in door close (less tha n 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. Whe n pressed a butt on, corresp ondin gly in the receiver with differe nt output.Receiving the output state can be roughly divided into pulse, level, selflock ing and in terlock, data five forms. "The pulse output is accordi ng to laun ch" whe n the butt on, the receiver output term in als output corresp onding "effective", a pulse width 100ms in gen eral. "Level" refers to the output launch press butt on, the receiver output corresp onding 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 depe nd on the output corresp onding 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 butt on, 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 "inv ert". "The in terlock" refers to multiple outputs each output, at the same time only one output. The TV sets of this case is selected, the otheris like the light and sound in put speed, etc."Data" refers to launch the output some key, use a few output form a bi nary nu mber, to represe ntdiffere nt 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 com monly used in terface. In additi on 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 introductionof "level" output is similar.Remote dista nce (Remote Con trol effect of RF Remote Con trol dista nce) are the major factorsasfollows:un ched in power tran smissi on power: while dista nee, but great power consumpti on, easy to gen eratenterfere nee.2.and receiving the receiver sensitivity, receiving, remote distanee in creased sen sitivity to improve, but easy to cause disturba nee maloperati on or abuse.3.antenna, using linear antenna, and parallel, remote distanee, but occupies a large space, in use the antennaspin, pull can in crease the remote dista nee.4.and the higher height: antenna, remote farther, but by objective eon diti ons.5. a nd stop: curre nt 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 block ing will greatlydisco un ted remote dista nee, if is rein forced eon crete walls, due to theabsorpti on effect eon ductor, radiowaves.Con sideri ng the desig n 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 performaneeAT89C2051 is a byte flash 2K with programmable read-only memory can be erased EEPROM (low voltage, high performanee of eight CMOS microcomputer. It adopts ATMEL of high-density non-volatile storage tech no logy manu facturi ng and in dustrial sta ndard MCS - 51 in structio n set and lead. Through the comb in ati on of sin gle chip in gen eral CPL1 and flash memory, is a strong ATMEL AT89C2051 microcomputer, its application in many embedded control provides a highly flexible and low cost solutions. The compatible with 8051 AT89C2051 is CHMOS micro eontroller, the Flash memory capacity for 2KB. And CHMOS 80C51 process,have two kinds of leisure and power saving operation mode. The performanee is as follows.5.CUP, 2KB Flash memory,Worki ng voltage range 2.7-6V, 128KB data storage.The static worki ng way: 0-24MHz,15 root input/output line.A programmable serial, 2 a 16-bit timing/counters.There is a slice of in sideprecisio nsimulatio n comparator, 5thei nterrupt sources,2 priority.Programmable serial UART channel, Directly LED driver output,The internal structureof AT89C2051 is shown in figure 1.Figure 1 AT89C2051 in terior structure(2)AT89C2051 chip pin andfunctionIn order to adapt to the requirement of intelligent instrument, embedded in the chip foot AT89C2051 simplified configuration, as shown in figure b. The major cha nges to: (1) the lead foot from 20 to 40 wires, (2) in creased a simulated comparator.=DiagrambAT89C2051 foot figure.AT89C2051 pin fun ctio n:1.the VCC: voltage.1.to GND.1.P1 mouth: P1 mouth is an 8-bit two-way I/O port. P1.2 ~ P1.7 mouth pin theinternal resista nee provides. P1.0 and P1.1 requireme nts on the exter nal pull-up resistors. P1.0 and P1.1 also separately as piece in side precisi on simulati on comparator with in put (AIN0) and reversed-phasei nput (AIN1). Output buffer can absorb the P1 mouth 20mA current and can directly LED display driver. Whe n P1 mouth pin into a "1", can make its in put. Whe n the pin P1.2 ~ P1.7 as in put and exter nal dow n, they will be for the internal resista nee and flow curre nt (IIL). I n flash P1 mouth duri ng the procedure and program code datareceiving calibration.2.P3: the P3.0 ~ P3.5 P3, P3.7 is the in ternal resista nce with seven twoway I / 0 lead. P3.6 for fixed in puts piece in side the comparator output sig nal and it as a gen eral I/O foot and in accessible. P3 mouth buffer can absorb 20mA curre nt. When P3 mouth pin in to "1", they are the internal resista nee can push and in put. As in put, and the low exter nal P3 mouth pin pull-up resistors and will use curre nt (IIL) outflow. P3 mouth still used to impleme nt the various fun etio ns, such as AT89C2051 show n in table P3 mouth still receive some for flash memory programming and calibration of program con trol sig nals.5.RST: reset in put. 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 in put and inv erse internal clock gen eratori nput.7.XTAL2: as the oscillator reversed-phase the amplifier's output.P3 mouth function as isshown in table 1.Table 1(3)the software and hardware constraintsAT89C2051Due to the foot of the chip AT89C2051, no set limits of external storage in terface, so, for exter nal memory read/write in structio ns 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 OOH (7FH --whe n stack man ipulatio n), alsoshould be no ticed.The in put sig nal is simulated by the origi nal P3.6 foot into the microcontroller, sothe original P3.6 foot.Un able to exter nal use. Simulati on comparator can compare two simulation, if the size of the voltage external A D/A converter and its output as A comparator an alog in put, and by simulat ing the comparator ano ther in put voltage to be measured, through the introduction of the software method can realize the A/D con versi on.8.the Flash memory AT89C2051)Provide a 2KB of si ngle-chip AT89C2051 in Flash memory chips, which allows theonline program to modify or use special programming program ming.(1)Flash memory en crypti onAT89C2051 SCM has 2 encryption, can programming (P) or programming (U) to obtain different encryption functionality. Encryption functionality table asshown in table 1-1.En crypt a conten terased only through chips to eraseoperatio n.(2)Flash memory program ming and procedures the piece in side chip AT89C2051 Flash memory program ming.Note:1.the cou nters RESET at an EPROM in side the risi ng edge, and 000HRESET to XTAL1 by foot is executed,pulse count.2.piecesof 10ms to erasePROG pulse.3.duri ng the programmi ng P3.1 pulled low RDY/BSY in structio ns.⑶AT89C2051 SCM in Flash memory chips program ming steps are as follows:1.in the seque nee is the VCC GND pin, add worki ng voltage, XTAL1 pin RESET, receiving GND pin, other than the abovetime, waiting for 10ms.2.In P3.2 pin RESET,heighte ning level.3.In P3.3, P3.4, P3.5, P3.7 pinjadd model multilevel.4.P1.0 P1.7 -- for the 000H un itadd data bytes.5.RESET to increasethe 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 setP3.3 P3.7 -- for the correct level, and can output data in P1 mouth.8.For the n ext addresses) in the unit XTAL1 byte program ming, a pulse, make address counter add 1, in mouth add programming data.9.programming and calibration circuit figure c, d.Figure c programming circuitFigure d calibration circuit Explanation:(1)P3.1 during programming instructionsto below RDY/BSY,(2)single erasingthe PROG 10ms need,(3)internal EEPROM address coun ter on the rising edge RESET, and 000H RESET to XTAL1 by foot pulses are executed.Along with the rapid developme nt of scie nee and tech no logy, huma n society has un derg one earth-shak ing cha nges. Make our life more colorful. I n these cha nges, the remote control tech no logy has bee n widely permeatesTV, aerospace,military, sports andother product ion, all aspects of life. From the broad sense, all equipped with electric locomotive facility or electrical switches, if feel some n ecessary, can con sider to improve existi ng 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 in flue nce the surro unding en vir onment and does not in terfere with other electric equipment. Due to its cannot penetrate walls, so the room can use com mon household applia nce of remote con trol without mutual in terfere nce, Circuit testi ng is simple, as long as give n circuit conn ecti on, gen erally does not need any commissioning can work, Decoding easily, can undertake multiple remote con trol.红外遥控人的眼睛能看到的可见光按波长从长到短排列,依次为红、橙、黄、 绿、青、蓝、紫。
智能红外传感器中英文对照外文翻译文献
![智能红外传感器中英文对照外文翻译文献](https://img.taocdn.com/s3/m/08e25514de80d4d8d15a4fcc.png)
外文翻译中英文对照翻译智能红外传感器跟上不断发展的工艺技术对工艺工程师来说是一向重大挑战。
再加上为了保持目前迅速变化的监测和控制方法的过程的要求,所以这项任务已变得相当迫切。
然而,红外温度传感器制造商正在为用户提供所需的工具来应付这些挑战:最新的计算机相关的硬件、软件和通信设备,以及最先进的数字电路。
其中最主要的工具,不过是新一代的红外温度计---智能传感器。
今天新的智能红外传感器代表了两个迅速发展的结合了红外测温和通常与计算机联系在一起的高速数字技术的科学联盟。
这些文书被称为智能传感器,因为他们把微处理器作为编程的双向收发器。
传感器之间的串行通信的生产车间和计算机控制室。
而且因为电路体积小,传感器因此更小,简化了在紧张或尴尬地区的安装。
智能传感器集成到新的或现有的过程控制系统,从一个新的先进水平,在温度监测和控制方面为过程控制方面的工程师提供了一个直接的好处。
1 集成智能传感器到过程线同时广泛推行的智能红外传感器是新的,红外测温已成功地应用于过程监测和控制几十年了。
在过去,如果工艺工程师需要改变传感器的设置,它们将不得不关闭或者删除线传感器或尝试手动重置到位。
当然也可能导致路线的延误,在某些情况下,是十分危险的。
升级传感器通常需要购买一个新单位,校准它的进程,并且在生产线停滞的时候安装它。
例如,某些传感器的镀锌铁丝厂用了安装了大桶的熔融铅、锌、和/或盐酸并且可以毫不费力的从狭窄小道流出来。
从安全利益考虑,生产线将不得不关闭,并且至少在降温24小时之前改变和升级传感器。
今天,工艺工程师可以远程配置、监测、处理、升级和维护其红外温度传感器。
带有双向RS - 485接口或RS - 232通信功能的智能模型简化了融入过程控制系统的过程。
一旦传感器被安装在生产线,工程师就可以根据其所有参数来适应不断变化的条件,一切都只是从控制室中的个人电脑。
举例来说,如果环境温度的波动,或程序本身经历类型、厚度、或温度的改变,所有过程工程师需要做的是定制或恢复保存在计算机终端的设置。
单片机红外遥控外文翻译知识交流
![单片机红外遥控外文翻译知识交流](https://img.taocdn.com/s3/m/ca73647e192e45361066f5b4.png)
Infrared Remote And Chips Are IntroducedPeople's eyes can see the visible wavele ngth from long to short accord ing to the arrangement, in order to red, orange, yellow, green, green, blue, violet. One of the red wavelengths for 0.62 ~ 0.76 mount, Purple is 0.38 wavelength range ~ mount. Purple is shorter than the wavelength of light called ultraviolet ray, red wavele ngths of light is Ion ger tha n that of in frared light. In frared remote control is to use wavelength for 0.76 ~ 1.5 mount between the near in frared to tran sfer con trol sig nal.Com mon ly used in frared remote con trol system of gen eral poi nts 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 emitti ng diode the in frared wavele ngths, for 940nm appeara nee and ordin ary, just the same light emitting diode five different colors. Infrared light emitting diode gen erally have black and blue, tran spare nt three colors. Judgme nt of infrared light emitting diode and judgment method, using a millimeter to ordinary diode electric block measure of in frared light emitti ng diode, reverse resista nee. The in frared light emitti ng diode lumin esce nce efficie ncy to use special in strume nt to measure precise, and use only spare con diti ons to pull away from roughly judgme nt. Recei ving part of in frared recei ving tube is a photose nsitive diode.In actual application of it 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 in crease high-ga in on es.the amplifier circuit.In common CX20106A, etc. PC1373H moon infrared receiving special amplifier circuit. In recent years both amateur or formal products, mostly using in frared recei ving head fini shed. The head of in frared recei ving product packages gen erally has two kin ds: one kind USES sheet shield ing, A kind of plastic packaging. There are three pin, namely the power is (VDD), power negative (GND) and data output (VO or OUT). Infrared receiving head foot arrangement for types varied, manufacturer's instructions. Finished the advantages of infrared receiving head is not in need of sophisticated debugg ing and shell scree n, use rise as a tran sistor, very convenient. But whe n used in the infrared receiving attention finished first carrier frequency.In frared remote com mon carrier freque ncy for 38kHz, this is tran smitted by using 455kHz Tao Zhen to decide. At the launch of crystals were integer frequency, frequency coefficients, so commonly 12, so 455kHz 宁12 hun dredth kHz 38kHz hun dredth 379,000. Some remote con trol system adopts 36kHz, 56kHz, etc. general 40kHz launched by the crystals of oscillation freque ncy to decide.In frared remote characteristic is not in flue nee the surro unding environment and does not interfere with other electric equipment. Due to its cannot pen etrate walls, so the room can use com mon household applia nee of remote control without mutual interferenee, Circuit testing is simple, as long as give n circuit connection, gen erally does not n eed any commissi oning can work, Decod ing easily, can un dertake multiple remote con trol. Because each manufacturer produces a great deal of infrared remote application-specific integrated circuit, when need press diagram so jip. Therefore, the infrared remote now in household applia nces, in door close (less tha n 10 meters) in the remote con trol is widely used.Multiple infrared remote control system of infrared emission control buttons, there are many parts general representative of different controlfunction. Whe n pressed a butt on, corresp ondin gly in the receiver with differe nt output.Receiving the output state can be roughly divided into pulse, level, self-lock ing and in terlock, data five forms. "The pulse output is accord ing to laun ch" whe n the butt on, the receiver output term in als output corresp onding "effective", a pulse width 100ms in general. "Level" refers to the output launch press butt on, the receiver output corresp onding 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 depe nd 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. "Si nee the lock" refers to launch the output of each time you press the butt on, a receiver output corresp onding cha nge, n amely origi nally a state for high level into a low level, orig in ally for low level into high level. The output power switch and mute as control etc. Sometimes also called the output form for "i nv ert". "The in terlock" 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 in put speed, etc."Data" refers to launch the output some key, use a few output form a bi nary nu mber, to represe nt differe nt 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 com monly used in terface. In additi on 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 in troducti on of "level" output is similar.Remote dista nee (Remote Con trol effect of RF Remote Con trol dista nee)are the major factors as follows:un ched in power tran smissi on power: while dista nee, but great power con sumpti on, easy to gen erate in terfere nee.2. and receiving the receiver sensitivity, receiving, remote distanee in creased sen sitivity to improve, but easy to cause disturba nee maloperati on or abuse.3. antenna, using linear antenna, and parallel, remote distanee, but occupies a large space, in use the antenna spin, pull can in crease the remote dista nee.4. and the higher height: antenna, remote farther, but by objective eon diti ons.5. a nd stop: curre nt 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 block ing will greatly disco un ted remote dista nee, if is rein forced eon crete walls, due to the absorpti on effect eon ductor, radio waves.Con sideri ng the desig n of hardware volume small to be embedded in the remote eontrol, so we chose 20 foot single-chip chip AT89C2051. Below is the in troducti on of the fun eti on.(1)AT89C2051 internal structure and performaneeAT89C2051 is a byte flash 2K with programmable read-only memory can be erased EEPROM (low voltage, high performanee of eight CMOS microcomputer. It adopts ATMEL of high-density non-volatile storage tech no logy manu facturi ng and in dustrial sta ndard MCS - 51 in structi on set and lead. Through the comb in ati on of sin gle chip in gen eral CPL1 and flash memory, is a strong ATMEL AT89C2051 microcomputer, its application in many embedded control provides a highly flexible and low cost solutions. The compatible with 8051 AT89C2051 is CHMOS micro eontroller, the Flash memory capacity for 2KB. And CHMOS 80C51 process, have two kinds ofleisure and power sav ing operati on mode. The performa nee is as follows.5. CUP, 2KB Flash memory,Working voltage range 2.7-6V, 128KB data storage.The static working way: 0-24MH z, 15 root in put/output line.A programmable serial, 2 a 16-bit timing/counters.There is a slice of in side precisi on simulatio n comparator, 5 the in terrupt sources, 2 priority.Programmable serial UART channel, Directly LED driver output,The internal structure of AT89C2051 is shown in figure 1.Figure 1 AT89C2051 in terior structure(2)AT89C2051 chip pin and functionIn order to adapt to the requireme nt of in tellige nt in strume nt, embedded in the chip foot AT89C2051 simplified configuration, as shown in figure b. The major cha nges to: (1) the lead foot from 20 to 40 wires, (2) in creased a simulated comparator.=Diagram b AT89C2051 foot figure.AT89C2051 pin fun ctio n: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 resista nee provides. P1.0 and P1.1 requireme nts on the external pull-up resistors. P1.0 and P1.1 also separately as piece in side precisi on simulatio n comparator with in put (AIN0) and reversed-phase in put (AIN1). Output buffer can absorb the P1 mouth 20mA current and can directly LED display driver. Whe n P1 mouth pin in to a "1", can make its in put. Whe n the pin P1.2 ~ P1.7 as in put and external dow n, they will be for the in ternal resista nee and flow curre nt (IIL). I n flash P1 mouth duri ng the procedure and program code data recei ving calibrati on.4. P3: the P3.0 ~ P3.5 P3, P3.7 is the in ternal resista nee with seven two-way I / 0 lead. P3.6 for fixed in puts piece in side the comparator output sig nal and it as a gen eral I/O foot and in accessible. P3 mouth buffer can absorb20mA curre nt. When P3 mouth pin in to "1", they are the in ternal resista nceca n push and in put. As in put, and the low exter nal 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 P3 mouth still receive some for flash memory programming and calibration of program con trol sig nals.5. RST: reset in put. 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 in put and in verse internal clock generator in put.7. XTAL2: as the oscillator reversed-phase the amplifier's output.P3 mouth fun cti on as is show n in table 1.addresses, will not meet wrong results. The scope of data storage is OOH(7FH --whe n stack man ipulatio n), also should be no ticed.The in put sig nal is simulated by the origi nal P3.6 foot into the microcontroller, so the original P3.6 foot.Un able to exter nal use. Simulati on comparator can compare two simulation, if the size of the voltage external A D/A converter and its output as A comparator an alog in put, and by simulati ng the comparator ano ther in put voltage to be measured, through the in troduct ion of the software method can realize the A/D con versi on.8. the Flash memory AT89C2051)Provide a 2KB of si ngle-chip AT89C2051 in Flash memory chips, which allows the online program to modify or use special programming program ming.(1) F lash memory en crypti onAT89C2051 SCM has 2 encryption, can programming (P) or programming (U) to obtain different encryption functionality. Encryption functionality table as shown in table 1-1.En crypt a content erased only through chips to erase operatio n.(2) F lash memory program ming and procedures the piece in side chip AT89C2051 Flash memory program ming.Note:1. the cou nters RESET at an EPROM in side the risi ng 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.(3) A T89C2051 SCM in Flash memory chips program ming steps are as follows:1.in the seque nee is the VCC GND pin, add worki ng voltage, XTAL1 pin RESET, recei ving GND pin, other tha n the above time, wait ing for 10ms.2.In P3.2 pin RESET, heighte ning level.3.In P3.3, P3.4, P3.5, P3.7 pin; add model multilevel.4. P1.0 P1.7 -- for the 000H unit add data bytes.5. RESET to in crease the 12V activati on program ming.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.8. For the n ext addresses) in the unit XTAL1 byte program ming, a pulse, make address coun ter add 1, in mouth add program ming data.9. programmi ng and calibrati on circuit figure c, d.Figure c program ming circuit Figure d calibratio n circuit Expla nati on:(1) P3.1 duri ng programmi ng in structio ns to be low RDY/BSY,(2) single erasing the PROG 10ms need,(3) internal EEPROM address coun ter on the rising edge RESET, and 000H RESET to XTAL1 by foot pulses are executed.Along with the rapid developme nt of scie nee and tech no logy, huma n society has un derg one earth-shak ing cha nges. Make our life more colorful. I n these cha nges, the remote control tech no logy has bee n widely permeates TV aerospace, military, sports and other producti on, all aspects of life. From the broad sense, all equipped with electric locomotive facility or electrical switches, if feel some n ecessary, can con sider to improve existi ng with remote control device, the operation fixed switch to realize the remote operation of the origi nal equipme nt, stop, the variable, etc. Fun cti on.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 in flue nce the surro unding en vir onment and does not in terfere with other electric equipment. Due to its cannot penetrate walls, so the room can use com mon household applia nce of remote con trol without mutual in terfere nce, Circuit testi ng is simple, as long as give n circuit conn ecti on, gen erally does not need any commissioning can work, Decoding easily, can undertake multiple remote con trol.红外遥控人的眼睛能看到的可见光按波长从长到短排列,依次为红、橙、黄、绿、青、蓝、紫。
红外遥控系统中英文对照外文翻译文献
![红外遥控系统中英文对照外文翻译文献](https://img.taocdn.com/s3/m/a0e565fb0975f46527d3e182.png)
中英文对照翻译(文档含英文原文和中文翻译)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 tothe 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 or OUT). 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, andmay 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 flexible and 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 ofRST/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.7program control signals.P3 mouth function as is shown in table 1.5 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 setP3.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 controlwithout 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.红外遥控及芯片介绍红外遥控及芯片介绍人的眼睛能看到的可见光按波长从长到短排列,依次为红、橙、黄、绿、青、蓝、紫。
智能红外传感器外文文献翻译中英文
![智能红外传感器外文文献翻译中英文](https://img.taocdn.com/s3/m/d1cb45ecaff8941ea76e58fafab069dc502247b3.png)
外文文献翻译(含:英文原文及中文译文)文献出处: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。
无线遥控器外文及翻译
![无线遥控器外文及翻译](https://img.taocdn.com/s3/m/9edd03b177232f60dccca190.png)
附录A 外文文献及翻译How Remote Controls Workby from:The world's first remote controls were radio-frequency devices that directed German naval vessels to crash into Allied boats during WWI. In WWII, remote controls detonated bombs for the first time. The end of the great wars left scientists with a brilliant technology and nowhere to apply it. Sixty years later, some of us spend an hour looking for the remote before we remember there are buttons on the .In this article, we'll examine the infrared technology used in most home theaters, look at the difference between IR and RF remotes, find out the difference between a "universal" and a "learning" remote and check out some of the other high-tech features you can find on remotes today, like PC connectivity, RF extenders and macro commands.Infrared Remote Controls: The ProcessPushing a button on a remote control sets in motion a series of events that causes the controlled device to carry out a command. The process works something like this:1. You push the "volume up" button on your remote control, causing it to touch the contact beneath it and complete the "volume up" circuit on the circuit board. The integrated circuit detects this.integrated circuit sends the binary "volume up" command to the LED at the front of the remote.LED sends out a series of light pulses that corresponds to the binary "volume up" command.One example of remote-control codes is the Sony Control-S protocol, which is used for Sony TVs and includes the following 7-bit binary commands:Button Code1 000 00002 000 00013 000 00104 000 0011Channel up 001 0000Channel down 001 0001Power on 001 0101Power off 010 1111Volume up001 0010Volume down 001 0011Source:The remote signal includes more than the command for "volume up," though. It carries several chunks of information to the receiving device, including:•a "start" command•the command code for "volume up"•the device address (so the TV knows the data is intended for it) 、•a "stop" command (triggered when you release the "volume up" button)So when you press the "volume up" button on a Sony TV remote, it sends out a series of pulses that looks something like this:Sony TV remotes use a space-coding method in which the length of the spaces between pulses of light represent a one or a zero.When the infrared receiver on the TV picks up the signal from the remote and verifies from the addresscode that it's supposed to carry out this command, it converts the light pulses back into the electrical signal for 001 0010. It then passes this signal to the microprocessor, which goes about increasing the volume. The "stop" command tells the microprocessor it can stop increasing the volume.Infrared remote controls work well enough to have stuck around for 25 years, but they do have some limitations related to the nature of infrared light. First, infrared remotes have a range of only about 30 feet (10 meters), and they require line-of-sight. This means the infrared signal won't transmit through walls or around corners -- you need a straight line to the device you're trying to control. Also, infrared light is so ubiquitous that interference can be a problem with IR remotes. Just a few everydayinfrared-light sources include , and the human body. To avoid interference caused by other sources of infrared light, the infrared receiver on a TV only responds to a particular wavelength of infrared light, usually 980 nanometers. There are filters on the receiver that block out light at other wavelengths. Still, sunlight can confuse the receiver because it contains infrared light at the 980-nm wavelength. To address this issue, the light from an IR remote control is typically modulated to a frequency not present in sunlight, and the receiver only responds to 980-nm light modulated to that frequency. The system doesn't work perfectly, but it does cut down a great deal on interference.While infrared remotes are the dominant technology in home-theater applications, there are other niche-specific remotes that work on radio waves instead of light waves. If you have a garage-door opener, for instance, you have an RF remote.Remote-control FeaturesToday's home-theater remotes do a lot more than turn a component on and off and control the volume. Here are just a handful of the features you can find on some of the higher-tech remote controls out there.Universal capabilitiesDifferent electronics brands use different command codes. Some IR remotes are preprogrammed with more than one manufacturer's command codes so they can operate multiple devices (sometimes up to 15) of different brands. If yourhome-theater setup incorporates components from, say, three different manufacturers, you can either use three different remotes to operate your system or use one universal remote. To add functions to a universal remote, you need to know the command codes for the component you want to control. You can look these up online or find them in the manual that came with your remote.LearningA learning remote can receive and store codes transmitted by another remote control; it can then transmit those codes to control the device that understands them. For instance, let's say you have a receiver with its own preprogrammed remote, and you buy a new TV that comes with a universal learning remote. The learning remote can pick up the signals your receiver remote sends out and remember them so it can control your receiver, too. You don't need to input the command codes yourself -- a learning remote picks up and stores the signals another remote sends out. All learning remotes are considered universal remotes because they can control more than one device.Macro commandsA macro is a series of commands that you program to occur sequentially at the push of a single button. These macros can be anything you want, such as an "activity command." You can set up a macro that lets you push one button to activate, in order, everything that needs to happen for you to watch a movie or listen to a CD. (Some remotes come with "activity commands" preprogrammed, and others let you download macros from the Internet.)PC connectivityThere are remotes that connect to your via the so you can install programming software and download command codes and personalized graphic icons (for remotes with LCD screens).LCD screenA remote-control may simply display data, or it may be a touchscreen that receives user input.User interfacesMost remotes still utilize the simple button-pushing method, but some have more high-tech manners of inputing commands. You'll find remotes that you operate via an LCD , a (for directional commands) and even voice commands.RF extendersSome IR remotes can send out both IR and RF signals. The RF signals aren't meant to control RF devices (in fact, they can't control them). They're meant to extend the operating range of the IR remote control from about 30 feet to about 100 feet (give or take) and allow the signal to penetrate walls and glass cabinet enclosures. The remote automatically transmits both IR and RF signals for every command. When you hook up an RF-to-IR converter (sometimes included with IR/RF remotes, sometimes sold as add-ons) on the receiving end, it receives and converts the signal back into the infrared pulses the device can understand. Now you've got an IR remote that can increase the volume on your home-theater stereo from your bedroom upstairs.Remote controls are steadily increasing the number of devices and functions they can manage. Some universal remotes intended for home-theater components can learn commands for wirelessly controlled lights, so they will not only start a movie at the push of a button, but they'll also dim the lights for you. Full home-automation systems let you use one remote control to manage lighting, alarm systems and entertainment components by way of a receiver wired directly into your home's electrical wiring. Chances are it won't be long before you have a single remote control to manage every electronic device in your life.无线遥控器如何工作著红外遥控工作原理世界上第一个无线遥控器是在一战中以发射无线电波来指引德国海军摧毁盟军的船只。
英文翻译—单片机解码的红外遥控器
![英文翻译—单片机解码的红外遥控器](https://img.taocdn.com/s3/m/dec6fc33ed630b1c59eeb549.png)
Infrared remote control decoder microcontrollerAbstractRemote easy to use, features and more. Has been widely used in TV sets, VCD, DVD, air conditioning and other household appliances, and the price is cheap, very easy to buy on the market. If you can a lot of buttons on the remote control decoded. SCM system for the input.It is to solve the conventional matrix keypad circuit board is too large, complex wiring, occupy I / O port too many ills. And through the use of remote control operation can be the separation of man and equipment, which is more convenient to use.Keywords: infrared remote control 、infrared 、codes1 Infrared Technology1.1 InfraredIR (Infrared rays) is a light, because of its wavelength than red light (750nm) is longer, than the human eye can identify the (visible light) range, so we can not see it, also known as infrared radiation (Infrared Radiation ), usually 0.75 ~ 1000μm wavelength of light are called infrared. Generally use infrared communication within the infrared band near infrared, wavelengths between 0.75μm to 25μm. Infrared is a wireless communication means for wireless data transmission1.2 Application of infraredExtremely wide range of infrared applications, can be widely used in medicine, biology, electronics, telecommunications and other industries. In modern electrical engineering applications, the IR is often used as a close line of sight communications carrier, the most typical application is the TV remote control. Done using the infrared signal carrier has many advantages: low cost, scope and direction of propagation and distance can be controlled (not through the wall, on the impact of television next door), does not produce electromagnetic radiation, but also disturbed and so on. With infrared technology become more sophisticated, increasing the standard specification, the application of infrared in the newsletter also increasing1.3 Infrared remote control formMainly the remote control transmitter, integrated receiver, microcontroller, interface circuit, shown in Fig. Remote control remote control code used to generate pulses to drive infrared emission control infrared remote control signal output, remote control receiver to complete the remote signal amplification, detection, shaping, demodulation of the remote control code pulses. Coded pulse is a set of remote serial binary code, infrared remote control system for the general, this serial code input to the micro-controller,remote control by the internal CPU to complete the instruction decode, and execute the corresponding remote control. Using the remote control as the control system input, need to address the following key issues: how to receive infrared remote control signal; how to identify the infrared remote control signals, and decoding software design, control program design.2 encoding format2.1 0 and 1 encodingRemote control signal emitted by the binary string of O's and 1's code. Different chip encoding of 0 and 1 are different. Manchester encoding and usually pulse width encoding. TC9012's O and 1 encoded using PWM method, the pulse width modulation, the O code and 1 yard as shown in Figure 1 (the remote control receiver output waveform as an example.) O is supplied by O. 56ms combination of low and high 0.56ms. Pulse width of 1.12ms. 1 yard from the 0.56ms and 1.69ms high low combination. Pulse width of 2.25ms. Decoding procedure in the preparation. By determining the pulse width can be 0 or 1.2.2 The encoding keyWhen we press the remote control button, the remote control will send a string of binary code in Figure 2, we call it a frame of data. According to the function of each part. They can be divided into five parts, namely, boot code, address code, address code, data code, data counter code. Remote control transmitter code. Are low in the former. High in the post. Figure 2 can be obtained from the analysis. High boot code for the 4.5ms, low as 4.5ms.When receiving this code. That the start of a frame of data. SCM can be ready to receive the following data. 8-bit binary address code formed by a totalof 256. The figure re-issued an address code. Are to enhance the reliability of the remote control. If the two address code is not the same. Is illustrated in the frame wrong. Should be discarded. Different devices can have a different address codes. So. The same encoding settings as long as the address of the remote control code is different and will not interfere with each other. The address map for the hexadecimal code 0EH (note least significant bit first.) In the same remote control. All keys issued by the address code is the same. 8-bit data code, and encoded 256 state, on behalf of the actual key pressed. Anti-code data is the data you find anti-code, code and data by comparing the data against code. Can determine the received data is correct. If the data code and data between anti-code does not meet the opposite relationship. The remote control receiver is wrong. Data should be discarded. In the same remote control. The data of all key codes are not the same. In Figure 2, the data as hexadecimal code 0CH, anti-code data in hexadecimal 0F3H (note least significant bit first.) Of both and should be 0FFH.3 single chip remote control receiver circuitInfrared remote control receiver infrared receiver diode can be added earlier infrared processing circuit dedicated approach. If CXA20106, circuit complexity of this method, it is generally not used. Better integration of the receiver is to use infrared receiver, infrared receiver diodes will, amplification, demodulation, plastic and other circuits do together, only three pins. Are the +5 V power supply, the signal output. Common form of integration and the pin receiver shown in Figure 3 and Figure 4.Infrared receiver of the signal output connected microcontroller INTO or INTl feet. A typical circuit is shown in Figure 5. The figure increased by a PNP-type transistor to amplify the output signal4 remote control signal decoding algorithms and programmingWhen no key is pressed the remote control, infrared emitting diodes do not send a signal, the output signal a remote receiver. A key is pressed. O and 1-encoded reverse-phase high by remote control after the first output signal O. As connected with the microcontroller interrupt pin will cause an interrupt microcontroller (MCU pre-set for the falling edge). Microcontroller used in the interrupt timer 0 or timer 1 starts. To the next pulse arrives, the interrupt again, the first time the value out. Clear time value and then start the timer. By judging each interrupt with the previous time interval between interruption. They will know that the boot code is received, or O and 1. If the time is 9ms. Boot code is received, if the time value is equal to 1.12ms, received a code O. If the timer value is equal to 2 25ms. Received a code 1. In determining the time,consideration should be given a certain error. Because of the different parameters of the remote control causes the crystal, transmitting and receiving time there will be a small error.To receive the TC9012 remote control codes, for example, decoding method is as follows:(1) Let the external interrupt 0 (or 1) for the falling edge interrupt, timer 0 (or1) for the 16-bit timer. The initial values are O.(2) After the first break into the remote control to start timing.(3) into the remote control from the second break, the first stop the clock. And the value of saving time, and then re-timing. If the timer value is equal to the preamble of the time, the establishment of a preamble symbol. Ready to receive the data following a remote control, if the time value is not equal to the preamble of the time, but the previously received preamble, the judge is O or 1 remote data.(4) continue to receive the following address code, data code, data counter code.(5) When 32-bit data is received, indicating that a data reception is completed. Time to stop the timer at this time, and determine the validity of this receiver. If the same address code and equal to twice the system address, data, code and data and is equal to anti-yards 0FFH, is receiving valid data code of the frame. Otherwise, discard this received data.(6) has been received, initialization data received this time, ready for the next remote control receiver.5 code remote control code conversion with the keyboardIn the application system, with remote control equipment generally with keys. And both feature the same. Will be converted into the standard remote button key value. Bulk transfer form remote control button to switch the keyboard loose form reuse. Conversion method can look-up table. Look-up table. The key value of the remote control unit keyboard, the value of theswitching costs. In this way, you can use the key operation, you can also use the remote control, and the corresponding process is very simple.6 Comparison of infrared and Bluetooth6.1 Characteristics of infrared technologyInfrared communication technology for low-cost, cross-platform, point to point high-speed data connections, especially in embedded systems. The main application of infrared technology: equipment, connectivity and information gateway. Equipment after completion of different devices connected within the document and information exchange. Information gateway is responsible for connecting information terminals and the Internet. Infrared communication technology has been around the world supported by many hardware and software vendors and the use of, the current mainstream software and hardware platforms offer support for it. Infrared technology has been widely used in mobile computing and mobile communications devices. 6.2 Bluetooth featuresBluetooth technology is used as a "cable replacement" technology proposed by the development of today has evolved into a personal information network technology. Bluetooth chip embedded devices will interconnect together to provide voice and data access services, to achieve the automatic exchange and processing of information. Bluetooth mainly for three categories of applications: voice / data access, peripherals, Internet and personal area network. Voice / data access is one computing device over a secure wireless link to connect to a communication device, complete with wide-area communication network interconnection. Peripheral Component Interconnect refers to a variety of peripherals via a Bluetooth link to connect to the host. The main application is the personal area network personal networks and information sharing and exchange. Bluetooth technology has been the response of the two thousand companies, which have huge development and production capacity. Bluetooth has a very high reputation, consumers are veryinterested in this technology the cost of the end of the infrared, and Bluetooth transfer speeds much faster than many, and infrared technology to the current technology is mature, so it further popularity will be a lot of space.ConclusionThrough this infrared system design, so I basically mastered the IR knowledge.Infrared system with infrared transmitter, infrared receiver, the interface module, display module, etc. put together. Infrared technology generated by the industrial applications ranging from medical care, testing, aviation to military and other fields have a wide range of applications. I learned to make full use of library resources and network resources for independent study and research on the function of the common integrated circuit device and pin connection have a better understanding and awareness. It made me understand the importance of reading to find documents, usually more than the accumulation of knowledge and to use real time, so questions will be handy.References[1] J.L. Hall, Science 202 (1978) 13.[2] T. Rosenband et al., Science 319 (2008) 1808.[3] W.L. Eberhard, R.M. Schotland, Appl. Opt. 19 (1980) 2967.[4] L. Mullen, A. Vieira, P.R. Herczfeld, V.M. Contarino, in: IEEE MTT-S International Microwave Symposium, 1995, p. 1495.[5] L. Morvan, N.D. Lai, D. Dolfi, J.-P. Huignard, M. Brunel, F. Bretenaker, A. Le Floch, Appl. Opt. 41 (2002) 5702.[6] A. Blanchard, Phase-locked Loops: Application to Coherent Receiver Design, Wiley-Interscience, New York, 1976.[7] R.C. Steele, Electron. Lett. 19 (1983) 69.[8] D.J. Malyon, D.W. Smith, R. Wyatt, Electron. Lett. 22 (1986) 421.[9] M. Kasevich, S. Chu, Phys. Rev. Lett. 67 (1991) 181.[10] D.M. Giltner, R.W. McGowan, S.A. Lee, Phys. Rev. Lett. 75 (1995) 2638.[11] E.M. Rasel, M.K. Oberthaler, H. Batelaan, J. Schmiedmayer, A. Zeilinger, Phys. Rev. Lett. 75 (1995) 2633.[12] T.L. Gustavson, A. Landragin, M.A. Kasevich, Classical Quant. Grav. 17 (2000) 1.单片机解码的红外遥控器摘要遥控器使用方便,功能多.目前已广泛应用在电视机、VCD、DVD、空调等各种家用电器中,且价格便宜,市场上非常容易买到。
红外遥控系统毕业论文外文文献翻译
![红外遥控系统毕业论文外文文献翻译](https://img.taocdn.com/s3/m/0a681baced3a87c24028915f804d2b160b4e86de.png)
红外遥控系统毕业论文外文文献翻译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.红外遥控系统摘要红外数据通信技术是目前在世界范围内被广泛使用的一种无线连接技术,被众多的硬件和软件平台所支持。
红外遥控英文摘要1
![红外遥控英文摘要1](https://img.taocdn.com/s3/m/93113347c850ad02de8041b8.png)
Abstract:Along with the high speed of the development of technologies to producing and researching the integrated circuit, Single chip microcomputer is as a microcomputer, we use it more and more frequency . In the field of real-time monitoring and automatic control, SCM has became the core device. Due to the produce of infrared remote, the application of SCM goes into the wireless control domain. User can operate the electrical equipment by using the remote in the distance. It can reduce the intensity and pressure of worker.The system use the technology of infrared remote control the SCM to operate the running of motor. The system has two parts: one is a circuit of launching the infrared, and another is a circuit of receiving the infrared. The system of launching the infrared use the AT89C2051 SCM as the core device. Of course ,it has some other circuit, such as the circuit of button switch and the circuit of launching infrared pulse. The part of receiving is composed of the chip which is named AT89C52. This part also has other circuit ,for example, the circuit to supply power ,the circuit to detect the current and the circuit of operating the motor. The module of launching use switch as the device of input,.By pressing the different buttons , SCM trigger a interrupt program. The SCM uses software coding ,the through infrared light-emitting diodes launch different number of pulse sequence; The module of receiving uses 1838B to receive the pulse sequence coning from the module of launching .The pulse sequence will be sent to AT89C52 MCU to decode the operating instructions by software. Then it can control the start,and stop of motor ,of course the adjustment of the speed gear.This design uses PROTEUS for the simulation of hardware ,and uses KEIL for the debug of program.It can realize the remote control of ac motor, and achieves the function of the established.Key words: chip microcomputer;Infrared remote control ;the motor。
红外线遥控系统中英文对照外文翻译文献
![红外线遥控系统中英文对照外文翻译文献](https://img.taocdn.com/s3/m/ee8699b40029bd64783e2c6e.png)
中英文对照翻译红外线遥控系统内容摘要:目前在世界范围内被广泛使用的一种无线连接技术是红外线数据通信技术,其得到许多的软硬件平台支持。
红外收发器产品的特点有成本低,尺寸小,数据传输速度快,点对点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%的便携式电脑就安装了红外收发器接口,现在绝大部分手机上也配置了红外收发器接口。
红外线遥控电子密码锁文献翻译
![红外线遥控电子密码锁文献翻译](https://img.taocdn.com/s3/m/c1322bd4ad51f01dc281f167.png)
红外遥控电子密码锁的设计孟天心于兰兰摘要:锁采用单片机作为控制核心。
它是由两个主要部分组成:红外遥控发射系统和红外遥控接收系统,包括:微机控制与显示,许多其他模块如开锁和报警,等等。
密码锁的设计包括硬件系统设计和软件系统设计。
主要技术指标:开锁,密码存储,用户密码的有效保护,自动报警,如果错误的密码,打开机器的键盘,遥控开锁等功能。
AT89C51单片机进行程序指令的软件实现。
经过测试,该系统可以实现上述功能。
关键词:红外遥控,单片机,解锁1、引言电子技术的飞速发展对老锁生产带来了巨大的变化,各种先进的锁,如声控锁,磁力锁,密码锁,遥控锁,指纹锁上。
目前,主要方向锁系统在国内外的发展:接触密码锁系统,非接触式密码锁系统,智能识别锁系统,但也有相应的不同之处。
例如:接触式密码锁系统成本低,体积小,卡本身不需要力量,但不方便和接触磨损。
由于红外遥控进行锁系统,发射机是容易和便宜的;高抗干扰,不误操作,低功耗,包括其他的优势,如快速响应红外传输,传输效率高,运行稳定可靠。
基于这些优点,该锁可广泛用于民用门,仓库的门。
该系统是一个红外遥控电子密码锁的本地和远程解锁功能,利用单片机AT89C51 作为本设计的核心部分,根据红外遥控原理和单片机串行发送器和收器的功能。
该系统的框图如图1所示。
图1远程锁的基本功能的设计分为五部分,选择一个密码、密码显示,机器的钥匙开锁,密码错误报警和远程解锁。
2 、硬件电路的设计2.1、红外遥控发射器的设计红外发射/接收控制电路是通过AT89C51单片机电路简单,可选输出控制方法很实用的。
具体工作过程如下:发射:首先发送回来的数据从串口发送端口P1.1口P3.1的内部调制解调器,发出P1.2端口,然后发射出红外线发光二极管,发射距离大约是10米。
接收:红外接收头配合使用的发射发送数据发射到串行端口3,然后系统将确认是否发送数据和接收数据的一致性,是的话解锁,否的话将不会解锁。
红外遥控发生器设计如图2所示图22.2、机械钥匙开锁电路设计机械钥匙开锁电路如图3所示,AT89C51是该电路的核心,P0口和P1.1,P1.2 P1.0,连接本机键盘。
红外遥控电路设计论文英文资料及中文翻
![红外遥控电路设计论文英文资料及中文翻](https://img.taocdn.com/s3/m/c333021f6edb6f1aff001f0b.png)
英文资料及中文翻译Radio ReceiverA block diagram for a modern radio receiver is shown in Fig..2-4.The input signals to this radio are amplitude-modulated radio waves. The basic electronic circuits include: antenna ,tuner, mixer, local oscillator ,IF amplifier, audio detector, AF amplifier, loudspeaker, and power supply.Fig.2-4 A Block Diagram For Modern Radio ReceiverAny antenna system capable of radiating electrical energy is also able to abstract energy from a passing radio wave. Since every wave passing the receiving antenna. Induces its own voltage in the antenna conductor, it is necessary that the receiving equipment be capable of separating the desired signal from the unwanted signals that are also inducing voltages in the antenna. This separation is made on the basis of the difference in frequency between transmitting stations and is carried out by the use of resonant circuits, which can be made to discriminate very strongly in favor of a particular frequency. It has already been pointed that, by making antenna circuit resonant to a particular frequency, the energy abstracted from radio waves of that frequency will be much greater than the energy from waves of other frequencies; this alone gives a certain amount of separation between signals. Still greater selective action can be obtained by the use of additional suitably adjusted resonant circuits located somewhere in the receiver in such a way as to reject all but the desired signal. The ability to discriminate between radio waves of different frequencies is called selectivity and the process of adjusting circuits to resonance with the frequency of a desired signal is spoken of as tuning.Although intelligible radio signals have been received from the stations thousands of miles distant, using only the energy abstracted from the radio wave by the receiving antenna much more satisfactory reception can be obtained if the received energy isamplified. This amplification may be applied to the radio-frequency currents before detection, in which case it is called radio-frequency amplification or it may be applied to the rectified currents after detection, in which case it is called audio-frequency amplification. The use of amplification makes possible the satisfactory reception of signals from waves that would otherwise be too weak to give an audible response.The process by which the signal being transmitted is reproduced from the radio-frequency currents present at the receiver is called detection, or sometimes demodulation. Where the intelligence is transmitted by varying the amplitude of the radiated wave, detection is accomplished by rectifying the radio frequency current. The rectified current thus produced varies in accordance with the signal originally modulated on the wave irradiated at the transmitter and so reproduces the desired signal. Thus, when the modulated wave is rectified, the resulting current is seen to have an average value that varies in accordance with the amplitude of the original signal.Receiver circuit are made up a of a number of stages. A stage is a single transistor connected to components which provide operating voltages and currents and also signal voltages and currents. Each stage has its input circuit from which the signal comes in and its output circuit from which the signal, usually amplified, goes out. When one stage follows another, the output circuit of the first feeds the signal to the second. And so the signal is amplified, stage by stage, until it strong enough to operate the loudspeaker.Radio WavesRadio Waves are a member of the electromagnetic of waves. They are energy-carriers which trave l at the speed of light (ν), their frequency(ƒ) and wavelength(λ) being related , as for any wave motion, by the equationν=ƒ* λwhere ν=c=3.0*108 m/s in a vacuum (or air). If λ=300m, then ƒ=ν/λ=3.0*108 /(3.0*10 2)=106Hz=1MHz. The smaller λis, the larger ƒ.Radio Waves can be described either by their frequency or their wavelength. But the former is more fundamental since, unlike λ (and ν ), f does not change when the waves travel form one medium to another.Radio Waves can travel form a transmitting aerial in one or more of three different ways.Surface or ground wave.. This travels along a ground, the curvature of the earth’s surface. Its range is limited mainly by the extent to which energy is absorbed form it by the ground. Poor conductors such as sand absorb more strongly that water, and the higher thefrequency the greater the absorption. The range may be about 1500km at low frequencies (long wave, but much less for v. h. f.).Sky wave. This travels skywards and, if it is below a certain critical frequency (typically 30MHz), is returned to earth by the ionosphere. This consists of layers of air molecules (the D,E and F layer), stretching form about 80km above the earth to 50km, which have become positively charged through the remova l of electrons by the sun’s ultraviolet radiation. On striking the earth the sky wave bounces back to the ionosphere where it is again gradually refracted and returned earthwards as if by 'reflection '. This continues until it is completely attenuated.Space wave. For v. h . f., u. h. f. and microwave signals, only the space wave, giving line-of sight transmission, is effective. A range of up to 150km is possible on earth if the transmitting aerial is on high ground and there are no intervening obstacles such as hills, buildings or trees.OscillatorsElectrical oscillators are widely used in radio and television transmitters and receivers, in signal generators, oscilloscopes and computers, to produce A.C. with waveforms which may be sinusoidal, square, sawtooth etc. and with frequencies from a few hertz up to millions of hertz.Oscillatory circuitWhen a capacitor discharges through an inductor in a circuit of low resistance, an A.C. flows. The circuit is said to oscillate at its natural frequency which, as we will show shortly, equals LC 21, i.e. its resonant frequency f0. Electrical resonance thus occurs when the applied frequency equals the natural frequency as it does in a mechanical system..In Fig,2-2(a) , a charged capacitor C is shown connected across a coil L.C immediately starts to discharge, current flows and a magnetic field is created which induces an e. m. f. in L. This e. m. f. opposes the current . When C is completely discharged the electrical energy originally stored in the electric field between its plates has been transferred to the magnetic field around L.By the time the magnetic field has collapsed, the energy is again stored in C. Once more C starts to discharge but current now flows in the opposite direction, creating a magnetic field of opposite polarity. When this field has decayed, C is again charged with its upper plate positive and the same cycle is repeated.In the absence of resistance in any part of the circuit , an undamped sinusoidal A.C. would be obtained. In practice , energy is gradually dissipated by resistance as heat and a damped oscillation is produced.OscillatorAs the resistance of an LC circuit increases, the oscillation decay more quickly. To obtain undamped oscillations, energy has to be fed into the LC circuit in phase with its natural oscillations to compensate for the energy dissipated in the resistance of the circuit. This can be done with the help of a transistor in actual oscillators.A simple tuned oscillator is shown in Fig.2-2(b). The LC circuit is connected in the collector circuit (as the load) and oscillations start in it when the supply is switched on . The frequency of the oscillations is given by, i.e. then natural frequency of the LC circuit. The transistor merely ensures that energy is fed back at the correct instant from the battery. The current bias for the base of the transistor is obtained through R .AMPLIFIERIntroductionThe term amplifier is very generic. In general, the purpose of an amplifier is to take an input signal and make it stronger (or in more technically correct terms, increase its amplitude). Amplifiers find application in all kinds of electronic devices designed to perform any number of functions. There are many different types of amplifiers, each with a specific purpose in mind. For example, a radio transmitter uses an RF Amplifier (RF stands for Radio Frequency); such an amplifier is designed to amplify a signal so that it may drive an antenna. This article will focus on audio power amplifiers. Audio power amplifiers are those amplifiers which are designed to drive loudspeakers. Specifically, this discussion will focus on audio power amplifiers intended for DJ and sound reinforcement use. Much of the material presented also applies to amplifiers intended for home stereo system use.The purpose of a power amplifier, in very simple terms, is to take a signal from a source device (in a DJ system the signal typically comes from a preamplifier or signal processor) and make it suitable for driving a loudspeaker. Ideally, the ONLY thing different between the input signal and the output signal is the strength of the signal. In mathematical terms, if the input signal is denoted as S, the output of a perfect amplifier is X*S, where Xis a constant (a fixed number). The "*" symbol means? Multiplied by".This being the real world, no amplifier does exactly the ideal, but many do a very good job if they are operated within their advertised power ratings. The output of all amplifiers contain additional signal components that are not present in the input signal; these additional (and unwanted)characteristics may be lumped together and are generally known as distortion. There are many types of distortion; however the two most common types are known as harmonic distortion and inter modulation distortion. In addition to the "garbage" traditionally known as distortion, all amplifiers generate a certain amount of noise (this can be heard as a background "hiss" when no music is playing). More on these later.All power amplifiers have a power rating, the units of power are called watts. The power rating of an amplifier may be stated for various load impedances; the units for load impedance are ohms. The most common load impedances are 8 ohms, 4 ohms, and 2 ohms (if you have an old vacuum tube amplifier the load impedances are more likely to be32 ohms, 16 ohms, 8 ohms, and maybe 4 ohms). The power output of a modern amplifier is usually higher when lower impedance loads (speakers) are used (but as we shall see later this is not necessarily better).In the early days, power amplifiers used devices called vacuum tubes (referred to simply as "tubes" from here on). Tubes are seldom used in amplifiers intended for DJ use (however tube amplifiers have a loyal following with musicians and hi-fi enthusiasts). Modern amplifiers almost always use transistors (instead of tubes); in the late 60's and early 70's, the term "solid state" was used (and often engraved on the front panel as a "buzz word"). The signal path in a tube amplifier undergoes similar processing as the signal in a transistor amp, however the devices and voltages are quite different. Tubes are generally "high voltage low current" devices, where transistors are the opposite ("low voltage high current"). Tube amplifiers are generally not very efficient and tend to generate a lot of heat. One of the biggest differences between a tube amplifier and a transistor amplifier is that an audio output transformer is almost always required in a tube amplifier (this is because the output impedance of a tube circuit is far too high to properly interface directly to a loudspeaker). High quality audio output transformers are difficult to design, and tend to be large, heavy, and expensive. Transistor amplifiers have numerous practical advantages as compared with tube amplifiers: they tend to be more efficient, smaller, more rugged (physically), no audio output transformer is required, and transistors do not require periodic replacement (unless you continually abuse them). Contrary to what many people。
航天遥感专业英语(中英文对照)
![航天遥感专业英语(中英文对照)](https://img.taocdn.com/s3/m/2b1201d6195f312b3169a50a.png)
航天遥感专业英语(中英文对照)遥感remote sensing资源与环境遥感remote sensing of natural resources and environment 主动式遥感active remote sensing被动式遥感passive remote sensing多谱段遥感multispectral remote sensing多时相遥感multitemporal remote sensing红外遥感infrared remote sensing微波遥感microwave remote sensing太阳辐射波谱solar radiation spectrum大气窗atmospheric window大气透过率atmospheric transmissivity大气噪声atmospheric noise大气传输特性characteristic of atmospheric transmission波谱特征曲线spectrum character curve波谱响应曲线spectrum response curve波谱特征空间spectrum feature space波谱集群spectrum cluster红外波谱infrared spectrum反射波谱reflectance spectrum电磁波谱electro-magnetic spectrum功率谱power spectrum地物波谱特性object spectrum characteristic热辐射thermal radiation微波辐射microwave radiation数据获取data acquisition数据传输data transmission数据处理data processing地面接收站ground receiving station数字磁带digital tape模拟磁带analog tape计算机兼容磁带computer compatible tape,CCT高密度数字磁带high density digital tape,HDDT图象复原image restoration模糊影象fuzzy image卫星像片图satellite photo map红外图象infrared imagery热红外图象thermal infrared imagery,thermal IR imagery微波图象microwave imagery成象雷达imaging radar熵编码entropy coding冗余码redundant code冗余信息redundant information信息量contents of information信息提取information extraction月球轨道飞行器lunar orbiter空间实验室Spacelab航天飞机space shuttle陆地卫星Landsat海洋卫星Seasat测图卫星Mapsat立体卫星Stereosat礼炮号航天站Salyut space station联盟号宇宙飞船Soyuz spacecraftSPOT卫星SPOT satellite,systeme pro batoire d’observation de la terse(法)地球资源卫星earth resources technology satellite,ERTS环境探测卫星environmental survey satellite地球同步卫星geo-synchronous satellite太阳同步卫星sun-synchronous satellite卫星姿态satellite attitude遥感平台remote sensing platform主动式传感器active sensor被动式传感器passive sensor推扫式传感器push-broom sensor静态传感器static sensor动态传感器dynamic sensor光学传感器optical sensor微波传感器microwave remote sensor光电传感器photoelectric sensor辐射传感器radiation sensor星载传感器satellite-borne sensor机载传感器airborne sensor姿态测量传感器attitude-measuring sensor 探测器detector摄谱仪spectrograph航空摄谱仪aerial spectrograph波谱测定仪spectrometer地面摄谱仪terrestrial spectrograPh测距雷达range-only radar微波辐射计microwave radiometer红外辐射计infrared radiometer侧视雷达side-looking radar, SLR真实孔径雷达real-aperture radar合成孔径雷达synthetic aperture radar,SAR 专题测图传感器thematic mapper,TM 红外扫描仪infrared scanner多谱段扫描仪multispectral scanner.MSS 数字图象处理digital image processing光学图象处理optical image processing实时处理real-time processing地面实况ground truth几何校正geometric correction辐射校正radiometric correction数字滤波digital filtering图象几何配准geometric registration of imagery图象几何纠正geometric rectification of imagery 图象镶嵌image mosaic图象数字化image digitisation彩色合成仪additive colir viewer假彩色合成false color composite直接法纠正direct scheme of digital rectification间接法纠正indirect scheme of digital rectification 图象识别image recognition图象编码image coding彩色编码color coding多时相分析multitemporal analysis彩色坐标系color coordinate system图象分割image segmentation图象复合image overlaying图象描述image description二值图象binary image直方图均衡histogram equalization直方图规格化histogram specification图象变换image transformation彩色变换color transformation伪彩色pseudo-color假彩色false color主分量变换principal component transformation 阿达马变换Hadamard transformation沃尔什变换Walsh transformation比值变换ratio transformation生物量指标变换biomass index transformation 穗帽变换tesseled cap transformation参照数据reference data图象增强image enhancement边缘增强edge enhancement边缘检测edge detection反差增强contrast enhancement纹理增强texture enhancement比例增强ratio enhancement纹理分析texture analysis彩色增强color enhancement模式识别pattern recognition特征feature特征提取feature extraction特征选择feature selection特征编码feature coding距离判决函数distance decision function概率判决函数probability decision function模式分析pattern analysis分类器classifier监督分类supervised classification非监督分类unsupervised classification盒式分类法box classifier method模糊分类法fuzzy classifier method最大似然分类maximum likelihood classification 最小距离分类minimum distance classification 贝叶斯分类Bayesian classification机助分类computer-assisted classification 图象分析image analysis。
红外遥控系统外文翻译
![红外遥控系统外文翻译](https://img.taocdn.com/s3/m/b32372650b1c59eef8c7b410.png)
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, not by the electromagnetic interference 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 attain 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 accomplish customer’s operation demand.Keywords:Infrared;Code;Decoding;LM386;Redout-side 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 the infrared 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 Control Transceiver 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 multistate 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 remote control 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 micro-controller 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 various instructions circuit to control the operation.1.3 infrared remote control transceiver product profiles 1.3.1 infrared remote control transceiver product structure and typeCurrently 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 infrared communications 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 spectrum 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 called thermal 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 t he 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 opticaldevices. 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 or coding, 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 Link, issued infrar ed (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 control corresponding 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 th e pulse duty cycle, that is compressed pulse width τ 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 channel optical 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 inter-symbol 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 light, strong confidential ity 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 and infrared 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 called scripts, 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.红外遥控系统摘要红外数据通信技术是目前在世界范围内被广泛使用的一种无线连接技术,被众多的硬件和软件平台所支持。
红外遥控器中英文外文翻译文献
![红外遥控器中英文外文翻译文献](https://img.taocdn.com/s3/m/d3a0ede05ef7ba0d4a733b47.png)
中英文外文翻译文献红外遥控及芯片介绍1 引言人的眼睛能看到的可见光按波长从长到短排列,依次为红、橙、黄、绿、青、蓝、紫。
其中红光的波长范围为0.62~0.76μm;紫光的波长范围为0.38~0.46μm。
比紫光波长还短的光叫紫外线,比红光波长还长的光叫红外线。
红外线遥控就是利用波长为0.76~1.5μm之间的近红外线来传送控制信号的。
常用的红外遥控系统一般分发射和接收两个部分。
发射部分的主要元件为红外发光二极管。
它实际上是一只特殊的发光二极管,由于其内部材料不同于普通发光二极管,因而在其两端施加一定电压时,它便发出的是红外线而不是可见光。
目前大量使用的红外发光二极管发出的红外线波长为940nm左右,外形与普通5发光二极管相同,只是颜色不同。
红外发光二极管一般有黑色、深蓝、透明三种颜色。
判断红外发光二极管好坏的办法与判断普通二极管一样:用万用表电阻挡量一下红外发光二极管的正、反向电阻即可。
红外发光二极管的发光效率要用专门的仪器才能精确测定,而业余条件下只能用拉距法来粗略判定。
接收部分的红外接收管是一种光敏二极管。
在实际应用中要给红外接收二极管加反向偏压,它才能正常工作,亦即红外接收二极管在电路中应用时是反向运用,这样才能获得较高的灵敏度。
红外接收二极管一般有圆形和方形两种。
由于红外发光二极管的发射功率一般都较小(100mW左右),所以红外接收二极管接收到的信号比较微弱,因此就要增加高增益放大电路。
前些年常用μPC1373H、CX20106A等红外接收专用放大电路。
最近几年不论是业余制作还是正式产品,大多都采用成品红外接收头。
成品红外接收头的封装大致有两种:一种采用铁皮屏蔽;一种是塑料封装。
均有三只引脚,即电源正(VDD)、电源负(GND)和数据输出(VO或OUT)。
红外接收头的引脚排列因型号不同而不尽相同,可参考厂家的使用说明。
成品红外接收头的优点是不需要复杂的调试和外壳屏蔽,使用起来如同一只三极管,非常方便。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
外文翻译中英文对照外文翻译文献(文档含英文原文和中文翻译)Infrared Remote And Chips Are Introduced People'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 ~1外文翻译0.76 mount, Purple is 0.38 wavelength range ~ mount. 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 mount 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. Judgment of infrared light emitting diode and judgment method, using a millimeter 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 judgment. Receiving part of infrared receiving tube is a photosensitive diode.In actual application of it 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-gain2外文翻译ones.the amplifier circuit.In common CX20106A, etc. PC1373H moon 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 or OUT). 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 Tao Zhen 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 each3外文翻译manufacturer produces a great deal of infrared remote application-specific integrated circuit, when need press diagram so jip. 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,4外文翻译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:unched 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 will5外文翻译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 flexible and 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.5.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 structure6外文翻译(2)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.=Diagram b AT89C2051 foot figure.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 simulation comparator 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 in7外文翻译table P3 mouth still receive some for flash memory programming and calibration of program control signals.5.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.P3 mouth function as is shown in table 1.8外文翻译9The input signal is simulated by the original P3.6 foot into the microcontroller, so the original P3.6 foot.Unable 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.8.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.(1)Flash memory encryptionAT89C2051 SCM has 2 encryption, can programming (P) or programming (U) toobtain different encryption functionality. Encryption functionality table as shown in table 1-1.Encrypt a content erased only through chips to erase operation.(2)Flash memory programming and procedures ,the piece inside chip AT89C2051 Flash memory programming.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.(3).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 multilevel.4.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.8.For the next addresses) in the unit XTAL1 byte programming, a pulse, make address counter add 1, in mouth add programming data.9.programming and calibration circuit figure c, d.Figure c programming circuit Figure d calibration circuit 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.10外文翻译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 circuit connection, generally does not need any commissioning can work, Decoding easily, can undertake multiple remote control.红外遥控人的眼睛能看到的可见光按波长从长到短排列,依次为红、橙、黄、绿、青、蓝、紫。