红外数据通信技术外文翻译文献

合集下载

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

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

中英文资料对照外文翻译外文资料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)已成为最近的一个研究热点。

红外发射和接收电路设计外文翻译

红外发射和接收电路设计外文翻译

外文文献原稿和译文原稿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.译文介绍红外遥控系统主要由遥控发射器、一体化接收头、单片机、接口电路组成,如图一所示。

智能红外传感器中英文对照外文翻译文献

智能红外传感器中英文对照外文翻译文献

外文翻译中英文对照翻译智能红外传感器跟上不断发展的工艺技术对工艺工程师来说是一向重大挑战。

再加上为了保持目前迅速变化的监测和控制方法的过程的要求,所以这项任务已变得相当迫切。

然而,红外温度传感器制造商正在为用户提供所需的工具来应付这些挑战:最新的计算机相关的硬件、软件和通信设备,以及最先进的数字电路。

其中最主要的工具,不过是新一代的红外温度计---智能传感器。

今天新的智能红外传感器代表了两个迅速发展的结合了红外测温和通常与计算机联系在一起的高速数字技术的科学联盟。

这些文书被称为智能传感器,因为他们把微处理器作为编程的双向收发器。

传感器之间的串行通信的生产车间和计算机控制室。

而且因为电路体积小,传感器因此更小,简化了在紧张或尴尬地区的安装。

智能传感器集成到新的或现有的过程控制系统,从一个新的先进水平,在温度监测和控制方面为过程控制方面的工程师提供了一个直接的好处。

1 集成智能传感器到过程线同时广泛推行的智能红外传感器是新的,红外测温已成功地应用于过程监测和控制几十年了。

在过去,如果工艺工程师需要改变传感器的设置,它们将不得不关闭或者删除线传感器或尝试手动重置到位。

当然也可能导致路线的延误,在某些情况下,是十分危险的。

升级传感器通常需要购买一个新单位,校准它的进程,并且在生产线停滞的时候安装它。

例如,某些传感器的镀锌铁丝厂用了安装了大桶的熔融铅、锌、和/或盐酸并且可以毫不费力的从狭窄小道流出来。

从安全利益考虑,生产线将不得不关闭,并且至少在降温24小时之前改变和升级传感器。

今天,工艺工程师可以远程配置、监测、处理、升级和维护其红外温度传感器。

带有双向RS - 485接口或RS - 232通信功能的智能模型简化了融入过程控制系统的过程。

一旦传感器被安装在生产线,工程师就可以根据其所有参数来适应不断变化的条件,一切都只是从控制室中的个人电脑。

举例来说,如果环境温度的波动,或程序本身经历类型、厚度、或温度的改变,所有过程工程师需要做的是定制或恢复保存在计算机终端的设置。

单片机红外遥控外文翻译知识交流

单片机红外遥控外文翻译知识交流

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.红外遥控人的眼睛能看到的可见光按波长从长到短排列,依次为红、橙、黄、绿、青、蓝、紫。

数据通信 毕业论文外文文献英文翻译

数据通信  毕业论文外文文献英文翻译

郑州轻工业学院本科毕业设计(论文)——英文翻译题目差错控制编码解决加性噪声的仿真学生姓名专业班级通信工程05-2 学号 12院(系)计算机与通信工程学院指导教师完成时间 2009年4月26日英文原文:Data communicationsGildas Avoine and Philippe OechslinEPFL, Lausanne, Switzerlandfgildas.avoine, philippe.oechsling@ep.chAbstractData communications are communications and computer technology resulting from the combination of a new means of communication. To transfer information between the two places must have transmission channel, according to the different transmission media, there is wired data communications and wireless data communications division. But they are through the transmission channel data link terminals and computers, different locations of implementation of the data terminal software and hardware and the sharing of information resources.1 The development of data communicationsThe first phase: the main language, through the human, horsepower, war and other means of transmission of original information.Phase II: Letter Post. (An increase means the dissemination of information)The third stage: printing. (Expand the scope of information dissemination)Phase IV: telegraph, telephone, radio. (Electric to enter the time)Fifth stage: the information age, with the exception of language information, there are data, images, text and so on.1.1 The history of modern data communicationsCommunication as a Telecommunications are from the 19th century, the beginning Year 30. Faraday discovered electromagnetic induction in 1831. Morse invented telegraph in 1837. Maxwell's electromagnetic theory in 1833. Bell invented the telephone in 1876. Marconi invented radio in 1895. Telecom has opened up in the new era. Tube invented in 1906 in order to simulate the development of communications.Sampling theorem of Nyquist criteria In 1928. Shannong theorem in 1948. The invention of the 20th century, thesemiconductor 50, thereby the development of digital communications. During the 20th century, the invention of integrated circuits 60. Made during the 20th century, 40 the concept of geostationary satellites, but can not be achieved. During the 20th century, space technology 50. Implementation in 1963 first synchronized satellite communications. The invention of the 20th century, 60 laser, intended to be used for communications, was not successful. 70 The invention of the 20th century, optical fiber, optical fiber communications can be developed.1.2 Key figuresBell (1847-1922), English, job in London in 1868. In 1871 to work in Boston. In 1873, he was appointed professor at Boston University. In 1875, invented many Telegram Rd. In 1876, invented the telephone. Lot of patents have been life. Yes, a deaf wife.Marconi (1874-1937), Italian people, in 1894, the pilot at his father's estate. 1896, to London. In 1897, the company set up the radio reported. In 1899, the first time the British and French wireless communications. 1916, implementation of short-wave radio communications. 1929, set up a global wireless communications network. Kim won the Nobel Prize. Took part in the Fascist Party.1.3 Classification of Communication SystemsAccording to type of information: Telephone communication system, Cable television system ,Data communication systems.Modulation by sub: Baseband transmission,Modulation transfer.Characteristics of transmission signals in accordance with sub: Analog Communication System ,Digital communication system.Transmission means of communication system: Cable Communications,Twisted pair, coaxial cable and so on.And long-distance telephone communication. Modulation: SSB / FDM. Based on the PCM time division multiple coaxial digital base-band transmission technology. Will gradually replace the coaxial fiber.Microwave relay communications:Comparison of coaxial and easy to set up, low investment, short-cycle. Analog phone microwave communications mainly SSB / FM /FDM modulation, communication capacity of 6,000 road / Channel. Digital microwave using BPSK, QPSK and QAM modulation techniques. The use of 64QAM, 256QAM such as multi-level modulation technique enhance the capacity of microwave communications can be transmitted at 40M Channel 1920 ~ 7680 Telephone Rd PCM figure.Optical Fiber Communication: Optical fiber communication is the use of lasers in optical fiber transmission characteristics of long-distance with a large communication capacity, communication, long distance and strong anti-interference characteristics. Currently used for local, long distance, trunk transmission, and progressive development of fiber-optic communications network users. At present, based on the long-wave lasers and single-mode optical fiber, each fiber road approach more than 10,000 calls, optical fiber communication itself is very strong force. Over the past decades, optical fiber communication technology develops very quickly, and there is a variety of applications, access devices, photoelectric conversion equipment, transmission equipment, switching equipment, network equipment and so on. Fiber-optic communications equipment has photoelectric conversion module and digital signal processing unit is composed of two parts.Satellite communications: Distance communications, transmission capacity, coverage, and not subject to geographical constraints and high reliability. At present, the use of sophisticated techniques Analog modulation, frequency division multiplexing and frequency division multiple access. Digital satellite communication using digital modulation, time division multiple road in time division multiple access.Mobile Communications: GSM, CDMA. Number of key technologies for mobile communications: modulation techniques, error correction coding and digital voice encoding. Data Communication Systems.1.4 Five basic types of data communication system:(1)Off-line data transmission is simply the use of a telephone or similar link to transmit data without involving a computer system.The equipment used at both ends of such a link is not part of a computer, or at least does not immediately make the data available for computer process, that is, the data when sent and / or received are 'off-line'.This type of data communication is relatively cheap and simple.(2)Remote batch is the term used for the way in which data communication technology is used geographically to separate the input and / or output of data from the computer on which they are processed in batch mode.(3)On-line data collection is the method of using communications technology to provide input data to a computer as such input arises-the data are then stored in the computer (say on a magnetic disk) and processed either at predetermined intervals or as required.(4)Enquiry-response systems provide, as the term suggests, the facility for a user to extract information from a computer.The enquiry facility is passive, that is, does not modify the information stored.The interrogation may be simple, for example, 'RETRIEVE THE RECORD FOR EMPLOYEE NUMBER 1234 'or complex.Such systems may use terminals producing hard copy and / or visual displays.(5)Real-time systems are those in which information is made available to and processed by a computer system in a dynamic manner so that either the computer may cause action to be taken to influence events as they occur (for example as in a process control application) or human operators may be influenced by the accurate and up-to-date information stored in the computer, for example as in reservation systems.2 Signal spectrum with bandwidthElectromagnetic data signals are encoded, the signal to be included in the data transmission. Signal in time for the general argument to show the message (or data) as a parameter (amplitude, frequency or phase) as the dependent variable. Signal of their value since the time variables are or not continuous, can be divided into continuous signals and discrete signals; according to whether the values of the dependent variable continuous, can be divided into analog signals and digital Signal.Signals with time-domain and frequency domain performance of the two most basic forms and features. Time-domain signal over time to reflect changing circumstances. Frequency domain characteristics of signals not only contain the same information domain, and the spectrum of signal analysis, can also be a clear understanding of the distribution ofthe signal spectrum and share the bandwidth. In order to receive the signal transmission and receiving equipment on the request channel, Only know the time-domain characteristics of the signal is not enough, it is also necessary to know the distribution of the signal spectrum. Time-domain characteristics of signals to show the letter .It’s changes over time. Because most of the signal energy is concentrated in a relatively narrow band, so most of our energy focused on the signal that Paragraph referred to as the effective band Bandwidth, or bandwidth. Have any signal bandwidth. In general, the greater the bandwidth of the signal using this signal to send data Rate on the higher bandwidth requirements of transmission medium greater. We will introduce the following simple common signal and bandwidth of the spectrum.More or less the voice signal spectrum at 20 Hz ~ 2000 kHz range (below 20 Hz infrasound signals for higher than 2000 KHz. For the ultrasonic signal), but with a much narrower bandwidth of the voice can produce an acceptable return, and the standard voice-frequency signal gnal 0 ~ 4 MHz, so the bandwidth of 4 MHz.As a special example of the monostable pulse infinite bandwidth. As for the binary signal, the bandwidth depends on the generalThe exact shape of the signal waveform, as well as the order of 0,1. The greater the bandwidth of the signal, it more faithfully express the number of sequences.3 The cut-off frequency channel with bandwidthAccording to Fourier series we know that if a signal for all frequency components can be completely the same through the transmission channel to the receiving end, then at the receiving frequency components of these formed by stacking up the signal and send the signal side are exactly the same, That is fully recovered from the receiving end of the send-side signals. But on the real world, there is no channel to no wear and tear through all the Frequency components. If all the Fourier components are equivalent attenuation, then the signal reception while Receive termination at an amplitude up Attenuation, but the distortion did not happen. However, all the transmission channel and equipment for different frequency components of the degree of attenuation is differentSome frequency components almost no attenuation, and attenuation of some frequency components by anumber, that is to say, channel also has a certain amount of vibrationIncrease the frequency characteristics, resulting in output signal distortion. Usually are frequency of 0 Hz to fc-wide channel at Chuan harmonic lost during the attenuation does not occur (or are a very small attenuation constant), whereas in the fc frequency harmonics at all above the transmission cross Decay process a lot, we put the signal in the transmission channel of the amplitude attenuation of a component to the original 0.707(that is, the output signal Reduce by half the power) when the frequency of the corresponding channel known as the cut-off frequency (cut - off frequency).Cut-off frequency transmission medium reflects the inherent physical properties. Other cases, it is because people interested in Line filter is installed to limit the bandwidth used by each user. In some cases, because of the add channel Two-pass filter, which corresponds to two-channel cut-off frequency f1 and f2, they were called up under the cut-off frequency and the cut-off frequency.This difference between the two cut-off frequency f2-f1 is called the channel bandwidth. If the input signal bandwidth is less than the bandwidth of channel, then the entire input signal Frequency components can be adopted by the Department of channels, which the letter Road to be the output of the output waveform will be true yet. However, if the input signal bandwidth greater than the channel bandwidth, the signal of a Frequency components can not be more on the channel, so that the signal output will be sent with the sending end of the signal is somewhat different, that is produced Distortion. In order to ensure the accuracy of data transmission, we must limit the signal bandwidth.4 Data transfer rateChannel maximum data transfer rate Unit time to be able to transfer binary data transfer rate as the median. Improve data transfer rate means that the space occupied by each Reduce the time that the sequence of binary digital pulse will reduce the cycle time, of course, will also reduce the pulse width.The previous section we already know, even if the binary digital pulse signal through a limited bandwidth channel will also be the ideal generated wave Shape distortion, and when must the input signal bandwidth, the smaller channel bandwidth, output waveformdistortion will be greater. Another angle Degree that when a certain channel bandwidth, the greater the bandwidth of the input signal, the output signal the greater the distortion, so when the data transmissionRate to a certain degree (signal bandwidth increases to a certain extent), in the on-channel output signal from the receiver could not have been Distortion of the output signal sent to recover a number of sequences. That is to say, even for an ideal channel, the limited bandwidth limit System of channel data transfer rate.At early 1924, H. Nyquist (Nyquist) to recognize the basic limitations of this existence, and deduced that the noise-free Limited bandwidth channel maximum data transfer rate formula. In 1948, C. Shannon (Shannon) put into the work of Nyquist 1 Step-by-step expansion of the channel by the random noise interference. Here we do not add on to prove to those now seen as the result of a classic.Nyquist proved that any continuous signal f (t) through a noise-free bandwidth for channel B, its output signal as a Time bandwidth of B continuous signal g (t). If you want to output digital signal, it must be the rate of g (t) for interval Sample. 2B samples per second times faster than are meaningless, because the signal bandwidth B is higher than the high-frequency component other than a letter has been Road decay away. If g (t) by V of discrete levels, namely, the likely outcome of each sample for the V level of a discrete one, The biggest channel data rate Rm ax as follows:Rmax = 2Blog 2 V (bit / s)For example, a 3000 Hz noise bandwidth of the channel should not transmit rate of more than 6,000 bits / second binary digital signal.In front of us considered only the ideal noise-free channel. There is noise in the channel, the situation will rapidly deteriorate. Channel Thermal noise with signal power and noise power ratio to measure the signal power and noise power as the signal-to-noise ratio (S ignal - to -- Noise Ratio). If we express the signal power S, and N express the noise power, while signal to noise ratio should be expressed as S / N. However, people Usually do not use the absolute value of signal to noise ratio, but the use of 10 lo g1 0S / N to indicate the units are decibels (d B). For the S / N equal 10 Channel, said its signal to noise ratio for the 1 0 d B; the same token, if the channel S / N equal to one hundred, then the signal to noiseratio for the 2 0 d B; And so on. S hannon noise channel has about the maximum data rate of the conclusions are: The bandwidth for the BH z, signal to noise ratio for the S / N Channel, the maximum data rate Rm ax as follows:Rmax = Blog 2 (1 + S / N) (bits / second)For example, for a bandwidth of 3 kHz, signal to noise ratio of 30 dB for the channel, regardless of their use to quantify the number of levels, nor Fast sampling rate control, the data transfer rate can not be greater than 30,000 bits / second. S h a n n o n the conclusions are derived based on information theory Out for a very wide scope, in order to go beyond this conclusion, like you want to invent perpetual motion machine, as it is almost impossible.It is worth noting that, S hannon conclusions give only a theoretical limit, and in fact, we should be pretty near the limit Difficult.SUMMARYMessage signals are (or data) of a magnetic encoder, the signal contains the message to be transmitted. Signal according to the dependent variable Whether or not a row of values, can be classified into analog signals and digital signals, the corresponding communication can be divided into analog communication and digital communication.Fourier has proven: any signal (either analog or digital signal) are different types of harmonic frequencies Composed of any signal has a corresponding bandwidth. And any transmission channel signal attenuation signals will, therefore, Channel transmission of any signal at all, there is a data transfer rate limitations, and this is Chengkui N yquist (Nyquist) theorem and S hannon (Shannon) theorem tells us to conclusions.Transmission medium of computer networks and communication are the most basic part of it at the cost of the entire computer network in a very Large proportion. In order to improve the utilization of transmission medium, we can use multiplexing. Frequency division multiplexing technology has many Road multiplexing, wave division multiplexing and TDM three that they use on different occasions.Data exchange technologies such as circuit switching, packet switching and packetswitching three have their respective advantages and disadvantages. M odem are at Analog phone line for the computer's binary data transmission equipment. Modem AM modulation methods have, FM, phase modulation and quadrature amplitude modulation, and M odem also supports data compression and error control. The concept of data communications Data communication is based on "data" for business communications systems, data are pre-agreed with a good meaning of numbers, letters or symbols and their combinations.参考文献[1]C.Y.Huang and A.Polydoros,“Two small SNR classification rules for CPM,”inProc.IEEE Milcom,vol.3,San Diego,CA,USA,Oct.1992,pp.1236–1240.[2]“Envelope-based classification schemes for continuous-phase binary Frequency-shift-keyed modulations,”in Pr oc.IEEE Milcom,vol.3,Fort Monmouth,NJ,USA,Oct.1994,pp. 796–800.[3]A.E.El-Mahdy and N.M.Namazi,“Classification of multiple M-ary frequency-shift keying over a rayleigh fading channel,”IEEE m.,vol.50,no.6,pp.967–974,June 2002.[4]Consulative Committee for Space Data Systems(CCSDS),Radio Frequency and Modulation SDS,2001,no.401.[5]E.E.Azzouz and A.K.Nandi,“Procedure for automatic recognition of analogue and digital modulations,”IEE mun,vol.143,no.5,pp.259–266,Oct.1996.[6]A.Puengn im,T.Robert,N.Thomas,and J.Vidal,“Hidden Markov models for digital modulation classification in unknown ISI channels,”in Eusipco2007,Poznan,Poland, September 2007,pp.1882–1885.[7]E.Vassalo and M.Visintin,“Carrier phase synchronization for GMSK signals,”I nt.J.Satell. Commun.,vol.20,no.6,pp.391–415,Nov.2002.[8]J.G.Proakis,Digital Communications.Mc Graw Hill,2001.[9]L.Rabiner,“A tutorial on hidden Markov models and selected applications in speechrecognition,”Proc.IEEE,vol.77,no.2,pp.257–286,1989.英文译文:数据通信Gildas Avoine and Philippe OechslinEPFL, Lausanne, Switzerlandfgildas.avoine, philippe.oechsling@ep.ch摘要数据通信是通信技术和计算机技术相结合而产生的一种新的通信方式。

红外遥控系统中英文对照外文翻译文献

红外遥控系统中英文对照外文翻译文献

中英文对照翻译(文档含英文原文和中文翻译)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.红外遥控及芯片介绍红外遥控及芯片介绍人的眼睛能看到的可见光按波长从长到短排列,依次为红、橙、黄、绿、青、蓝、紫。

无线红外通信-外文翻译

无线红外通信-外文翻译

原文:Wireless Infrared CommunicationsI. IntroductionWireless infrared communications refers to theuse of free-space propagation of light waves in thenear infrared band as a transmission medium forcommunication(1-3), as shown in Figure 1. The communication can be between one portable communication device and another or between a portable device and a tethered device, called an access pointor base station. Typical portable devices includelaptop computers, personal digital assistants, andportable telephones, while the base stations are usually connected to a computer with other networkedconnections. Although infrared light is usually usedother regions of the optical spectrum can be used (sothe term wireless optical communications" insteadof wireless infrared communications" is sometimesused).Wireless infrared communication systems can becharacterized by the application for which they aredesigned or by the link type, as described below.A.ApplicationsThe primary commercial applications are as follows:²short-term cable-less connectivity for informationexchange (business cards, schedules, file sharing) between two users. The primary example is IrDA systems (see Section 4).²wireless local area networks (WLANs) provide network connectivity inside buildings. This can eitherbe an extension of existing LANs to facilitate mobility, or to establish “ad hoc”networks where there isno LAN. The primary example is the IEEE 802.11standard (see Section 4).²building-to-building connections for high-speednetwork access or metropolitan- or campus-area net-works.²wireless input and control devices, such as wirelessmice, remote controls, wireless game controllers, andremote electronic keys.B. Link TypeAnother important way to characterize a wirelessinfrared communication system is by the “link type”which means the typical or required arrangement ofreceiver and transmitter. Figure 2 depicts the twomost common configurations: the point-to-point system and the diffuse system.The simplest link type is the point-to-pointsystem. There, the transmitter and receiver must bepointed at each other to establish a link. The line-of-sight (LOS) path from the transmitter to the receivermust be clear of obstructions, and most of the transmitted light is directed toward the receiver. Hence,point-to-point systems are also called directed LOS systems. The links can be temporarily created for adata exchangesession between two users, or established more permanently by aiming a mobile unit ata base station unit in the LAN replacement application.In diffuse systems, the link is always maintainedbetween any transmitter and any receiver in the samevicinity by reflecting or |“bouncing”the transmittedinformation-bearing light off reflecting surfaces suchas ceilings, walls, and furniture. Here, the transmitter and receiver are non-directed; the transmitteremploys a wide transmit beam and the receiver hasa wide field-of-view. Also, the LOS path is not required. Hence, diffuse systems are also called non-directed non-LOS systems. These systems are wellsuited to the wirelessLAN application, freeing theuser from knowing and aligning with the locations ofthe other communicating devices.C. Fundamentals and OutlineMost wireless infrared communications systemscan be modeled as having an output signal Y (t) andan input signal X(t) which are related bywhere denotes convolution, C(t) is the impulse response of the channel and N(t) is additive noise.This article is organized around answering key questions concerning the system as represented by thismodel.In Section 2, we consider questions of optical design. What range of wireless infrared communications systems does this model apply to? How does C(t) depend on the electrical and optical properties ofthe receiver and transmitter? How does C(t) dependon the location, size, and orientation of the receiverand transmitter? How do X(t) and Y (t) relate to optical processes? What wavelength is used for X(t)?What devices produce X(t) and Y (t)? What is thesource of N(t)? Are there any safety considerations?In Section 3, we consider questions of communications design. How should a data symbol sequence bemodulated onto the input signal X(t)? What detection mechanism is best for extracting the informationabout the data from the received signal Y (t)? Howcan one measure and improve the performance of thesystem? In Section 4, we consider the design choicesmade by existing standards such as IrDA and 802.11.Finally, in Section 5, we consider how these systemscan be improved in the future.II. Optical DesignA. Modulation and demodulationWhat characteristic of the transmitted wave willbe modulated to carry information from the transmitter to the receiver? Most communication systemsare based on phase, amplitude, or frequency modulation, or some combination of these techniques.However, it is difficult to detect such a signal following nondirected propagation, and more expensivenarrow-linewidth sources are required(2). An effective solution is to use intensity modulation, wherethe transmitted signal's intensity or power is proportional to the modulating signal.At the demodulator (usually referred to as a detector in optical systems) the modulation can be extracted by mixing the received signalwith a carrierlight wave. This coherent detection technique is bestwhen the signal phase can be maintained. However,this can be difficult to implement and additionally, innondirected propagation, it is difficult to achieve therequired mixing efficiency. Instead, one can use directdetection using a photodetector. The photodetectorcurrent is proportional to the received optical signalintensity, which for intensity modulation, is also theoriginal modulating signal. Hence, most systems useintensity modulation with direct detection (IM/DD)to achieve optical modulation and demodulation.In a free-space optical communication system, thedetector is illuminated by sources of light energyother than the source. These can include ambientlighting sources, such as natural sunlight, fluorescent lamp light, and incandescent lamp light. Thesesources cause variation in the received photocurrentthat is unrelated to the transmitted signal, resultingin an additive noise component at the receiver.We can write the photocurrent at the receiver aswhere R is the responsivity of the receiving photodiode (A/W). Note that the electrical impulse responsec(t) is simply R times the optical impulse responseh(t). Depending on the situation, some authors use(t) and some use h(t) as the impulse response.B. Receivers and TransmittersA transmitter or source converts an electrical signal to an optical signal. The two most appropriatetypes of device are the light-emitting diode (LED)and semiconductor laser diode (LD).LEDs havea naturally wide transmission pattern, and so aresuited to nondirected links. Eye safety is much simpler to achieve for an LED than for a laser diode,which usually have very narrow transmit beams.The principal advantages of laser diodes are theirhigh energy-conversion efficiency, their high modulation bandwidth, and their relatively narrow spectral width. Although laser diodes offer several advantages over LEDs that could be exploited, mostshort-range commercial systems currently use LEDs.A receiver or detector converts optical power intoelectrical current by detecting the photon flux incident on the detector surface. Silicon p-i-n photodiodes are ideal for wireless infrared communications asthey have good quantum efficiency in this band andare inexpensive(4). Avalanche photodiodes are notused here since the dominant noise source is back-ground light-induced shot noise rather than thermalcircuit noise.C. Transmission W avelength and NoiseThe most important factor to consider whenchoosing a transmission wavelength is the availability of effective, low-cost sources and detectors. Theavailability of LEDs and silicon photodiodes operating in the 800 nm to 1000 nm range is the primaryreason for the use of this band. Another importantconsideration is the spectral distribution of the dominant noise source: background lighting.The noise N(t) can be broken into four components: photon noise or shot noise, gainnoise, receiver circuit or thermal noise, and periodic noise.Gain noise is only present in avalanche-type devices,so we will not consider it here.Photon noise is the result of the discreteness ofphoton arrivals. It is due to background lightsources, such as sun light, fluorescent lamplight,and incandescent lamp light, as well as the signaldependent source X(t) - c(t). Since the backgroundlight striking the photodetector is normally muchstronger than the signal light, we can neglect the dependency of N(t) on X(t) and consider the photonnoise to be additive white Gaussian noise with two-sided power spectral density where qis the electron charge, R is the responsivity, and Pnis the optical power of the noise (background light).Receiver noise is due to thermal effects in the receiver circuitry, and is particularly dependent on thetype of preamplifier used. With careful circuit design, it can be made insignificant relative tothe photon noise(5).Periodic noise is the result of the variation of fluorescent lighting due to the method of driving thelamp using the ballast. This generates an extraneous periodic signal with a fundamental frequency of44 kHz with significant harmonics to several MHz.Mitigating the effect of periodic noise can be doneusing high-pass filtering in combination with baselinerestoration(6), or by careful selection of the modulation type, as discussed in Section 3.1.D. SafetyThere are two safety concerns when dealing withinfrared co mmunication systems. Eye safety is a concern because of a combination of two effects: thecornea is transparent from the near violet to the nearIR. Hence, the retina is sensitive to damage from light sources transmitting in these bands. However,the near IR is outside the visible range of light, andso the eye does not protect itself from damage byclosing the iris or closing the eyelid. Eye safety canbe ensured by restricting the transmit beam strengthaccording to IEC or ANSI standards(7,8).Skin safety is also a possible concern. Possibleshortterm effects such as heating of the skin are accounted for by eye safety regulations (since the eyerequires lower power levels than the skin). Longtermexposure to IR light is not a concern, as the ambientlight sources are constantly submitting our bodies tomuch higher radiation levels than these communication systems do.III. Communications DesignEqually important for achieving the design goals ofwireless infrared systems are communications issues.In particular, the modulation signal format togetherwith appropriate error control coding is critical toachieving power efficiency. Channel characterizationis also important for understanding performance limits.A. Modulation TechniquesTo understand modulation in IM/DD systems, wemust look again at the channelmodeland consider its particular characteristics. First,since we are using intensity modulation, the channel input X(t) is optical intensity and we have theconstraint X(t). The average transmitted optical power PT is the time average of X(t). Our goalis to minimize the transmitted power required to attain a certain probability of bit error Pe, also knownas a bit error rate (BER).It is useful to define the signal-to-noise ratio SNRaswhere H(0) is the d.c. gain of the channel, i.e. itis the Fourier transform of h(t) evaluated at zerofrequency, soThe transmitted signal can be represented asThe sequence represents the digital informationbeing transmitted, whereis one of L possible datasymbols from 0 to L-1. The function Si(t) representsone of L pulse shapes with duration Ts, the symboltime. The data rate (or bit rate) Rb, bit time T,symbol rate Rs, and symbol time Ts are related asfollows:.There are three commonly used types of modulation schemes: on-off keying (OOK) with non-return-to-zero pulses, OOK with return-to-zero pulses ofnormalized width and pulse position modulation with L pulses (L-PPM). OOK and aresimpler to implement at both the transmitter and receiver than L-PPM. The pulse shapes for these modulation techniques are shown in Figure 3. Representative examples of the resulting transmitted signalX(t) for a short data sequence areshown in Figure4.We compare modulation schemes in Table 1 bylooking at measures of power efficiency and bandwidth efficiency. Bandwidth efficiency is measuredby dividing the zero-crossing bandwidth by the datarate. Bandwidth efficient schemes have severaladvantages—the receiver and transmitter electronicsare cheaper, and the modulation scheme is less likelyto be affected by multipath distortion. Power efficiency is measured by comparing the required transmit power to achieve a target probability of error Pefor different modulation techniques. Both andPPM are more power efficient than OOK, but at thecost of reduced bandwidth efficiency. However, for agiven bandwidth efficiency, PPM is more power efficient than,and so PPM is most commonlyused. OOK is most useful at very high data rates,say 100 Mb/s or greater. Then, the effect of multipath distortion is the most significant effect andbandwidth efficiency becomes of paramount importance(9).B. Error Control CodingError control coding is an important technique forimproving the quality of any digital communicationsystem. We concentrate here on forward error correction channel coding, as this specifically relates to wireless infrared communications; source coding andARQ coding are not considered here.Trellis-coded PPM has been found to be an effective scheme for multipath infrared channels(10,11).The key technique is to recognize that although ona distortion-free channel, all symbols are orthogonal and equidistant in signal space, this is not trueon a distorting channel. Hence, trellis-coding usingset partitioning designed to separate the pulse positions of neighboring symbols is an effective codingmethod. Coding gains of 5.0 dB electrical have beenreported for rate 2/3-coded 8-PPM over uncoded 16-PPM, which has the same bandwidth(11).C. Channel impulse response characterizationImpulse response characterization refers to theproblem of understanding how the impulse response C(t) in Equation (1) depends on the location, size,and orientation of the receiver and transmitter.There are basically three classes of techniques foraccomplishing this: measurement, simulation, andmodeling. Channel measurements have been described in several studies(9,12,2), and these formthe fundamental basis for understanding the channel properties. A particular study might generate a collection of hundreds or thousands of example impulse responses Ci(t) for configuration i. The collection of measured impulse responses Ci(t) can thenbe studied by looking at scatter plots of path lossversus distance, scatter plots of delay spread versusdistance, the effect of transmitter and receiver orientations, robustness to shadowing, and so on.Simulation methods have been used to allow directcalculation of a particular impulse response based ona site-specific characterization of the propagation environment(13,14). The transmitter, receiver, and thereflecting surfaces are described and used to generatean impulse response. The basic assumption is thatmost interior surfaces reflect light diffusely in a Lambertian pattern, i.e. all incident light, regardless ofincident angle, is reflected in all directions with anintensity proportional to the cosine of the angle ofthe reflection with the surface normal. The difficultywith existing methods is that accurate modeling requires extensive computation.A third technique attempts to extract knowledge gained from experimental and simulation-basedchannel estimations into a simple-to-use model. In (15), for example, a model using two parameters (onefor path loss, one for delay spread) is used to providea general characterization of all diffuse IR channels.Methods for relating the parameters of the modelto particular room characteristics are given, so thatsystem designers can quickly estimate the channelcharacteristics in a wide range of situations.翻译:无线红外通信I.导言无线红外通信指的是使用近红外波段的光作为通信传输介质的一种通讯方式(1-3),如图1所示。

单片机红外遥控外文翻译

单片机红外遥控外文翻译

Infrared Remote And Chips Are IntroducedPeople's eyes can see the visible wavelength from long to short according to the arrangement, in order to red, orange, yellow, green, green, blue, violet. One of the red wavelengths for 0.62 ~ 0.76 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 lesscommonly 100mW), so ir receiving diode received signals is weak, so will increase high-gain 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 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 appliances, indoor close (less than 10 meters) in the remote control is widely used.Multiple infrared remote control system of infrared emission controlbuttons, there are many parts general representative of different control function. When pressed a button, correspondingly in the receiver with different output.Receiving the output state can be roughly divided into pulse, level, self- locking and interlock, data five forms. "The pulse output is according to launch" when the button, the receiver output terminals output corresponding "effective", a pulse width 100ms in general. "Level" refers to the output launch press button, the receiver output corresponding output level ", "effective transmit to loosen the receiver" level "disappears. This "effective pulse" and "effective", may be of high level is low, and may also depend on the output corresponding static state, such as feet for low, static "high" for effective, As for the static, "low" high effective. In most cases, "high" for effective. "Since the lock" refers to launch the output of each time you press the button, a receiver output corresponding change, namely originally a state for high level into a low level, originally for low level into high level. The output power switch and mute as control etc. Sometimes also called the output form for "invert". "The interlock" refers to multiple outputs each output, at the same time only one output. The TV sets of this case is selected, the other is like the light and sound input speed, etc."Data" refers to launch the output some key, use a few output form a binary number, to represent different keystroke.Normally, the receiver except a few data output, but also a "valid" output data, so the timely to collect data. This output form with single-chip microcomputer or are commonly used interface. In addition to the above output form outside, still have a "latch" and "temporary" two forms. The so- called "latch" refers to launch the output signal of each hair, the receiver output corresponding ", "new store until you receive signals. "Temporary" output and the introduction of"level"output is similar.Remote distance (Remote Control effect of RF Remote Control distance)are the major factors as follows: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 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 ofleisure 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, 5the interrupt sources,2priority.Programmable serial UART channel, Directly LED driver output,The internal structure of AT89C2051 is shown in figure 1.Figure 1 AT89C2051 interior structure(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.1.to GND.1.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.2.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 absorb20mA 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 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.Table1P3 mouth pin FunctionP3.0 RXD(Serial input)P3.1 TXD(Serial output port)P3.2 INT0(External interruption0)P3.3 INT1(External interruption1)P3.4 TO(The timer 0 external input)P3.5 T1(The timer1 external input)(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 ofaddresses, 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 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) to obtain different encryption functionality. Encryption functionality table as shown in table1-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 000HRESET to XTAL1by 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).AT89C2051 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 for10ms.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 PROG10ms 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 theoriginal 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.红外遥控人的眼睛能看到的可见光按波长从长到短排列,依次为红、橙、黄、绿、青、蓝、紫。

1外文文献翻译原文及译文汇总

1外文文献翻译原文及译文汇总

华北电力大学科技学院毕业设计(论文)附件外文文献翻译学号:121912020115姓名:彭钰钊所在系别:动力工程系专业班级:测控技术与仪器12K1指导教师:李冰原文标题:Infrared Remote Control System Abstract2016 年 4 月 19 日红外遥控系统摘要红外数据通信技术是目前在世界范围内被广泛使用的一种无线连接技术,被众多的硬件和软件平台所支持。

红外收发器产品具有成本低,小型化,传输速率快,点对点安全传输,不受电磁干扰等特点,可以实现信息在不同产品之间快速、方便、安全地交换与传送,在短距离无线传输方面拥有十分明显的优势。

红外遥控收发系统的设计在具有很高的实用价值,目前红外收发器产品在可携式产品中的应用潜力很大。

全世界约有1亿5千万台设备采用红外技术,在电子产品和工业设备、医疗设备等领域广泛使用。

绝大多数笔记本电脑和手机都配置红外收发器接口。

随着红外数据传输技术更加成熟、成本下降,红外收发器在短距离通讯领域必将得到更广泛的应用。

本系统的设计目的是用红外线作为传输媒质来传输用户的操作信息并由接收电路解调出原始信号,主要用到编码芯片和解码芯片对信号进行调制与解调,其中编码芯片用的是台湾生产的PT2262,解码芯片是PT2272。

主要工作原理是:利用编码键盘可以为PT2262提供的输入信息,PT2262对输入的信息进行编码并加载到38KHZ的载波上并调制红外发射二极管并辐射到空间,然后再由接收系统接收到发射的信号并解调出原始信息,由PT2272对原信号进行解码以驱动相应的电路完成用户的操作要求。

关键字:红外线;编码;解码;LM386;红外收发器。

1 绪论1.1 课题研究的背景及意义红外数据通信技术是目前在世界范围内被广泛使用的一种无线连接技术,被众多的硬件和软件平台所支持。

是一种通过数据电脉冲和红外光脉冲之间的相互转换实现无线的数据收发的技术。

红外收发器产品具有成本低,小型化,传输速率快,点对点安全传输,不受电磁干扰等特点,可以实现信息在不同产品之间快速、方便、安全地交换与传送,在短距离无线传输方面拥有十分明显的优势。

红外遥控器中英文外文翻译文献

红外遥控器中英文外文翻译文献

中英文外文翻译文献红外遥控及芯片介绍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)。

红外接收头的引脚排列因型号不同而不尽相同,可参考厂家的使用说明。

成品红外接收头的优点是不需要复杂的调试和外壳屏蔽,使用起来如同一只三极管,非常方便。

红外遥控电路设计论文英文资料及中文翻

红外遥控电路设计论文英文资料及中文翻

英文资料及中文翻译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。

通信工程中英文对照外文翻译文献

通信工程中英文对照外文翻译文献

中英文对照外文翻译(文档含英文原文和中文翻译)外文:Structure and function of the MCS-51 series Structure and function of the MCS-51 series one-chip computer MCS-51 is a name of a piece of one-chip computer series which Intel Company produces.This company introduced 8 top-grade one-chip computers of MCS-51 series in 1980 after introducing 8 one-chip computers of MCS-48 series in 1976.It belong to a lot of kinds this line of one-chip computer the chips have ,such as 8051, 8031,8751,80C51 BH, 80C31BH,etc., their basic composition, basic performance and instruction system are all the same.8051 daily representatives- 51 serial one-chip computer .An one-chip computer system is made up of several following parts:(1) One microprocessor of 8 (CPU).(2) At slice data memory RAM (128B/256B),it used to depositing not can reading /data that write, such as result not middle of operation,final result and data wanted to show, etc.(3)Procedure memory ROM/EPROM(4KB/8KB ), is used to preserve the procedure , some initial data and form in slice.But does not take ROM/EPROM within some one-chip computers, such as 8031 ,8032, 80C ,etc..(4)Four 8 run side by side I/O interface P0 four P3, each mouth canuse as introduction , may use as exporting too.(5)Two timer / counter, each timer /counter may set up and count in the way, used to count to the external incident, can setup into a timing way too, and can according to count or result of timing realize theontrol of the computer.(6)Five cut off cutting off the control system of thesource .(7)One all duplex serial I/O mouth of UART (universal asynchronous receiver/transmitter(UART)), is it realize one-chip computer or one-chip computer and serial communication of computer to use for.(8) Stretch oscillator and clock produce circuit, quartz crystal finely tune electric capacity need outer.Allow oscillation frequency as 12 now at most. Every the above-mentioned part was joined through the inside data bus .Among them, CPU is a core of the one-chip computer, it is the control of the computer and command centre, made up of such parts as arithmetic unit and controller,etc.. The arithmetic unit can carry on 8 persons of arithmetic operation and unit ALUof logic operation while including one, the 1 storing device temporarily of 8, storingdevice 2 temporarily, 8's accumulation device ACC, register B and procedure stateregister PSW, etc. Person who accumulate ACC count by 2 input ends entered ofchecking etc. temporarily as one operation often, come from person who store 1 operation is it is it make operation to go on to count temporarily , operation result and loop back ACC with another one. In addition, ACC is often regarded as the transferstation of data transmission on 8051 inside .The same as general microprocessor, it is the busiest register. Help remembering that agreeing with A expresses in the order.The controller includes the procedure counter ,the order is deposited, the order decipher, the oscillator and timing circuit, etc. The procedure counter is made up of counter of 8 for two, amounts to 16. It is a byte address counter of the procedure in fact, the content is the next IA that will carried out in PC. The content which changes it can change the direction that the procedure carries out .Shake the circuit in 8051 one-chip computers, only need outer quartz crystal and frequency to finely tune the electric capacity, its frequency range is its 12MHZ of 1.2MHZ. This pulse signal, as 8051 basic beats of working, namely the minimum unit of time. 8051 is the same as other computers, the work in harmony under the control of the basic beat, just like an orchestra according to the beat play that is commanded. There are ROM (procedure memory , can only read ) and RAM in 8051 slices (data memory, can is it can write ) two to read, they have each independent memory address space, dispose way to be the same with general memory of computer. Procedure 8051 memory and 8751 slice procedure memory capacity 4KB, address begin from 0000H, used for preserving the procedure and form constant. Data 8051- 8751 8031 of memory data memory 128B, address false 00FH, use for middle result to deposit operation, the data are stored temporarily and the data are buffered etc.. InRAM of this 128B, there is unit of 32 bytes that can be appointed as the job register, this and general microprocessor is different, 8051 slice RAM and job register rank one formation the same to arrange the location. It is not very the same that the memory of MCS-51 series one-chip computer and general computer disposes the way in addition. General computer for first address space, ROM and RAM can arrange in different space within the range of this address at will, namely the addresses of ROM and RAM, with distributing different address space in a formation. While visiting the memory, corresponding and only an address Memory unit, can ROM, it can be RAM too, and by visiting the order similarly. This kind of memory structure is called the structure of Princeton. 8051 memories are divided into procedure memory space and data memory space on the physics structure, there are four memory spaces in all: The procedure stores in one and data memory space outside data memory and one in procedure memory space and one outside one, the structure forms of this kind of procedure device and data memory separated form data memory, called Harvard structure. But use the angle from users, 8051 memory address space is divided into three kinds: (1) In the slice, arrange blocks of FFFFH , 0000H of location , in unison outside the slice (use 16 addresses). (2) The data memory address space outside one of 64KB, the address is arranged from 0000H 64KB FFFFH (with 16 addresses) too to the location. (3) Data memory address space of 256B (use 8 addresses). Three above-mentioned memory space addresses overlap, for distinguishing and designing the order symbol of different data transmission in the instruction system of 8051: CPU visit slice, ROM order spend MOVC, visit block RAM order uses MOVXoutside the slice, RAM order uses MOV to visit in slice. 8051 one-chip computer have four 8 walk abreast I/O port, call P0, P1, P2 and P3. Each port is 8 accurate two-way mouths, accounts for 32 pins altogether. Every one I/O line can be used as introduction and exported independently. Each port includes a latch (namely special function register), one exports the driver and a introduction buffer. Make data can latch when outputting, data can buffer when making introduction, but four function of pass way these self-same. Expand among the system of memory outside having slice, four port these may serve as accurate two-way mouth of I/O in common use. Expand among the system of memory outside having slice, P2 mouth see high 8 address off; P0 mouth is a two-way bus, send the introduction of 8 low addresses and data / export in timesharing The circuit of 8051 one-chip computers and four I/O ports is very ingenious in design. Familiar with I/O port logical circuit, not only help to use ports correctly and rationally, and will inspire to designing the peripheral logical circuit of one-chip computer to some extent. Load ability and interface of port have certain requirement, because output grade, P0 of mouth and P1 end output, P3 of mouth gradedifferent at structure, so, the load ability and interface of its door demand to have nothing in common with each other. P0 mouth is different from other mouths, its output grade draws the resistance supreme. When using it as the mouth in common use to use, output grade is it leak circuit to turn on, is it is it urge NMOS draw the resistance on taking to be outer with it while inputting to go out to fail. When being used as introduction, should write "1" to a latch first. Every one with P0 mouth candrive 8 Model LS TTL load to export. P1 mouth is an accurate two-way mouth too, used as I/O in common use. Different from P0 mouth output of circuit its, draw load resistance link with power on inside have. In fact, the resistance is that two effects are in charge of FET and together :One FET is in charge of load, its resistance is regular. Another one can is it lead to work with close at two state, make its President resistance value change approximate 0 or group value heavy two situation very. When it is 0 that the resistance is approximate , can draw the pin to the high level fast/view/9ca78b07caaedd3383c4d383.html?from=search 4/6 When resistance value is very large, P1 mouth, in order to hinder the introduction state high. Output as P1 mouth high electricity at ordinary times, can is it draw electric current load to offer outwards, draw the resistance on needn't answer and then.Here when the port is used as introduction, must write into 1 to the corresponding latch first too, make FET end. The structure of P2 some mouth is similar to P0 mouth, there are MUX switches. Is it similar to mouth partly to urge, but mouth large a conversion controls some than P1. P3 mouth one multi-functional port, mouth getting many than P1 it have "and " 3 door and 4 buffer". Two part these, make her besides accurate two-way function with P1 mouth just, can also use the second function of every pin, "and " door 3 function one switch in fact, it determines to be to output data of latch to output second signal of function. Act as W =At 1 o'clock, output Q end signal; Act as Q =At 1 o'clock, can output W line signal . At the time of programming, it is that the first function is still the second function but needn't have software that setup P3 mouth in advance . It hardware not inside is the automatic to have two function outputted when CPU carries on SFR and seeks the location (the location or the byte) to visit to P3 mouth /at not lasting lining, there are inside hardware latch Qs =1.The operation principle of P3 mouth is similar to P1 mouth.Output grade, P3 of mouth , P1 of P1 , connect with inside have load resistanceof drawing , every one of they can drive 4 Model LS TTL load to output. As while inputting the mouth, any TTL or NMOS circuit can drive P1 of 8051 one-chip computers as P3 mouth in a normal way . Because draw resistance on output grade of them have, can open a way collector too or drain-source resistance is it urge to open a way, do not need to have the resistance of drawing outer . Mouths are all accurate two-way mouths too. When the conduct is input, must write the corresponding port latch with 1 first. As to 80C51 one-chip computer, port can only offer milliampere of output electric currents, is it output mouth go when urging one ordinary basing of transistor to regard as, should contact a resistance among the port and transistor base, in order to the electricity while restraining the high level from exporting P1~P3 Being restored to the throne is the operation of initializing of an one-chip computer. Its main function is to turn PC into 0000H initially, make the one-chip computer begin to hold the conduct procedure from unit 0000H. Except that the ones that enter the system are initialized normally ,as because procedure operate it make mistakes or operate there aren't mistake, in order to extricate oneself from a predicament , need to be pressed and restored to the throne the key restarting too. It is an input end which is restored to the throne the signal in 8051 China RST pin. Restore to the throne signal high leveleffective , should sustain 24 shake cycle (namely 2 machine cycles ) the above its effective times. If 6 of frequency of utilization brilliant to shake, restore to the throne signal duration should exceed 4 delicate to finish restoring to the throne and operating.Produce the logic picture of circuit which is restored to the throne the signal。

红外数据协会的一系列红外物理层规则外文翻译、中英文翻译、外文文献翻译

红外数据协会的一系列红外物理层规则外文翻译、中英文翻译、外文文献翻译

1. Introduction1.1. ScopeThis physical specification is intended to facilitate the point-to-point communication between electronic devices (e.g., computers and peripherals) using directed half duplex serial infrared communications links through free space. This document specifies the optical media interfaces for Serial Infrared (SIR) datatransmission up to and including 115.2kbit/s, 0.576 Mbit/s, 1.152Mbit/s, 4.0Mbit/s and 16Mbit/s. It contains specifications for the Active Output Interface and the Active Input Interface, and for the overall link. It also contains Appendices covering test methods and implementation examples.Over the past several years several optical link specifications have been developed. This activity has established the advantages of optical interface specifications to define optical link parameters needed to support the defined link performance. Optical interface specifications are independent of technology, apply over the life of the link and are readily testable for conformance. The IrDA serial infrared link specification supports low cost optoelectronic technology and is designed to support a link between two nodes from 0 to at least 1 meter apart (20 cm for low power parts: please see Section 4.1) as shown in Figure 1 (the two ports need not be perfectly aligned).1.2. ReferencesThe following standards either contain provisions that, through reference in this text, constitute provisions of this proposed standard, or provide background information. At the time of publication of this document, the editions and dates of the referenced documents indicated were valid. However, all standards are subject to revision, and parties to agreements based on this proposed standard are encouraged to investigate the possibility of applying the most recent editions of the standards listed below.IrDA (Infrared Data Association) Serial Infrared Link Access Protocol (IrLAP), Version 1.1, June 16, 1996.IrDA (Infrared Data Association) Serial Infrared Link Management Protocol, IrLMP), Version 1.1, January 23, 1996.IrDA (Infrared Data Association) Serial Infrared Physical Layer MeasurementGuidelines, Version 1.0, January 16, 1998.IrDA (Infrared Data Association) IrMC Specification, Version 1.0.1, January 10, 1998. 2. General Description2.1. Point-to-Point Link OverviewThe serial infrared link supports optical link lengths from zero to at least 1 meter with standard power transceivers (20cm for low power transceivers: see section 4.1) for accurate (within specified bit error ratio), free space communication between two independent nodes (such as a calculator and a printer, or two computers).2.2. EnvironmentThe Optical Interface Specifications apply over the life of the product and over the applicable temperature range for the product. Background light and electric field test conditions are presented in Appendix A.2.3. Modulation SchemesFor data rates up to and including 1.152Mbit/s, RZI modulation scheme is used, and a “0” is represented by a light pulse. For rates up to and including 115.2k bit/s, the optical pulse duration is nominally 3/16 of a bit duration (or 3/16 of a 115.2kbit/s bit duration).For0.576Mbit/s and1.152Mbit/s, the optical pulse duration is nominally 1/4 of a bit duration.For 4.0Mbit/s, the modulation scheme is 4PPM. In it, a pair of bits is taken together and called a data symbol. It is divided into 4 “chips”, only one of which contains an optical pulse. For 4.0Mbit/s, the nominal pulse duration (chip duration) is 125 ns. A “1” is represented by a light pulse.For 16.0Mbit/s transmission, the HHH(1, 13) code a low duty cycle, rate 2/3, (d, k) = (1, 13) runlength limited (RLL) code is used as the modulation code to achieve the specified data rate. The HHH(1, 13) code guarantees for at least one empty chip and at most 13 empty chips between chips containing pulses in the transmitted IR signal.The 16.0Mbit/s rate packet frame structure is based on the current IrDA-FIR(4.0 Mbit/s) frame format with modifications introduced where necessary to accommodate the requirements that are specific to the new modulation code. Furthermore, the HHH(1,13) code is enhanced with a simple scrambling/ descrambling scheme to further optimize the duty cycle.3. Media Interface Description3.1. Physical RepresentationA block diagram of one end of a serial infrared link is shown in Figure 2. Additional signal paths may exist. Because there are many implementation alternatives, this specification only defines the serially encoded optical output and input signals at [3].In the diagram, the electrical signals to the left of the Encoder/Decoder at [1] are serialbit streams. For data rates up to and including 1.152Mbit/s, the optical signals at [3] are bit streams with a "0" being a pulse, and a "1" is a bit period with no pulse. For 4.0Mbit/s, a 4PPM encoding scheme is used, with a “1” being a pulse and a “0” being a chip with no pulse. For 16.0Mbit/s, a HHH(1,13), (d,k) = (1,13) run length limited (RLL), low duty cycle, rate 2/3 modulation code is used. The HHH (1,13) code guarantees for at least one empty chip and at most 13 empty chips between chips containing pulses in the transmitted IR signal. A summary of pulse durations for all supported data rates appears in Table 2 in Section 4.1.The electrical signals at [2] are the electrical analogs of the optical signals at [3]. For data rates up to and including 115.2kbit/s, in addition to encoding, the signal at [2] is organized into frames, each byte asynchronous, with a start bit, 8 data bits, and a stop bit. An implementation of this (up to 115.2kbit/s) is described in Appendix B. For data rates above 115.2kbit/s, data is sent in synchronous frames consisting of many data bytes. Detail of the frame format is found in Section 5.3.2. Optical Angle DefinitionsThe optical axis is assumed to be normal to the surface of the node's face that contains the optical port (See Figure 3). For convenience, the center of the optical port is taken as the reference point where the optical axis exits the port. If there is asymmetry, as long as the maximum half angle of the distribution is not greater than the allowable Half-Angle Range maximum, and the minimum half angle of the distribution is not less than the Half-Angle Range minimum, the Half-Angle Range specification is met.4. Media Interface Specifications4.1. Overall LinksThere are two different sets of transmitter/receiver specifications. The first, referred to as Standard, is for a link which operates from 0 to at least 1 meter. The second, referred to as the Low Power Option, has a shorter operating range. There are three possible links (See Table 1 below): Low Power Option to Low Power Option, Standard to Low Power Option; Standard to Standard. The distance is measured between the optical reference surfaces.The Bit Error Ratio (BER) shall be no greater than 10^-8. The link shall operate and meet the BER specification over its range.Signaling Rate and Pulse Duration: An IrDA serial infrared interface must operate at 9.6kbit/second. Additional allowable rates listed below are optional. Signaling rate and pulse duration specifications are shown in Table 2.For all signaling rates up to and including 115.2kbit/s the minimum pulse duration is the same (the specification allows both a 3/16 of bit duration pulse and a minimum pulse duration for the 115.2kbit/s signal (1.63 microseconds minus the 0.22 microsecond tolerance)). The maximum pulse duration is 3/16 of the bit duration, plus the greater of the tolerance of 2.5% of the bit duration, or 0.60 microseconds.For 0.576Mbit/s and 1.152Mbit/s, the maximum and minimum pulse durations are the nominal 25% of the bit duration plus 5% (tolerance) and minus 8% (tolerance) of the bit duration.For 4.0Mbit/s, the maximum and minimum single pulse durations are the nominal 25% of the symbol duration plus and minus a tolerance of 2% of the symbol duration.For 4.0Mbit/s, the maximum and minimum double pulse durations are 50% of thesymbol plus and minus a tolerance of 2% of the symbol duration. Double pulses may occur whenever two adjacent chips require a pulse.For 16Mbit/s, the maximum and minimum single pulse durations are the nominal symbol duration plus and minus a tolerance of 8% of the nominal symbol duration. The link must meet the BER specification over the link length range and meet the optical pulse constraints.In order to guarantee non-disruptive coexistence with slower (115.2kbit/s and below) systems, once a higher speed (above 115.2kbit/s) connection has been established, the higher speed system must emit a Serial Infrared Interaction Pulse (SIP) at least once every 500 ms as long as the connection lasts to quietslower systems that might interfere with the link. A SIP is defined as a 1.6 s optical pulse of the transmitter followed by a 7.1 s off time of the transmitter. It simulates a start pulse, causing the potentially interfering system to listen for at least 500 ms. See Section 5.2.The specified values for Rise Time Tr, Fall Time Tf, and Jitter are listed in Table 3. Link Access and Management Control protocols are covered in separate specification documents (see Section 1.2., References).4.2. Active Output InterfaceAt the Active Output Interface, an infrared signal is emitted. The specified Active Output Interface parameters appearing in Table 3 are defined in section 1.4 and the associated test methods are found in Appendix A. Std refers to the standard 0 to 1 meter link; LP refers to the Low Power Option; Both refers to both.4.3. Active Input InterfaceIf a suitable infrared optical signal impinges upon the Active Input Interface, the signal is detected, conditioned by the receiver circuitry, and output to the IR Receive Decoder. The specified Active Input Interface parameters appearing in Table 4 are defined in section 1.4. The test methods for determining the values for a particular serial infrared interface are found in Appendix A.There is no Half-Angle maximum value for the Active Input Interface. The link must operate at angles from 0 to at least 15 degrees.There are no Active Input Interface Jitter specifications, beyond that implied in the Active Output Requirements. The link must meet the BER specification for all negotiated and allowable combinations of Active Output Interface specifications, except for non-allowed codes. For rates up to and including 115.2kbit/s, the allowed codes are described in Infrared Data Association Serial Infrared Link Access Protocol (IrLAP), and Infrared Data Association Link Management Protocol. See Section 1.2, References. For 0.576Mbit/s and 1.152Mbit/s and 4.0 Mbit/s, see Section 5 of this document.5. 0.576Mbit/s, 1.152Mbit/s, 4.0Mbit/s and 16.0Mbit/s Modulation and Demodulation5.1. ScopeThis section covers data modulation and demodulation above 115.2kbit/s up to 16.0Mbit/s data rates. The0.576Mbit/s and 1.152Mbit/s rates use an encoding scheme similar to 115.2 kbit/s; the 4.0Mbit/s rate uses a pulse position modulation (PPM) scheme. Both cases specify packet format, data encoding, cyclic redundancy check, and frame format for use in communications systems based on the optical interface specification.The 16.0Mbit/s rate uses the HHH(1,13) encoding scheme with the CRC check and frame format of 4.0Mbit/s rate with necessary modfications to the frame format for the new modulation code.Systems operating at these higher rates are transparent to IrLAP and IrLMP as it is defined for the lower rates. Architecturally, it appears as an alternate modulation/demodulation (modem) path for data from IrLAP bound for the IR medium. These higher rates are negotiated during normal IrLAP discovery processes. For these and specific discovery bit field definitions of the higher rates, see documents referenced in Section 1.2.5.2. Serial Infrared Interaction PulsesIn order to guarantee non-disruptive coexistence with slower (up to 115.2kbit/s) systems, once a higher speed (above 115.2kbit/s) connection has been established, the higher speed system must emit a Serial infrared Interaction Pulse (SIP) at least once every 500 ms as long as the connection lasts to quiet slower systems that might interfere with the link (see Section 4.1). The pulse can be transmitted immediately after a packet has been transmitted. The pulse is shown below:5.3. 0.576Mbit/s and 1.152Mbit/s Rates5.3.1. EncodingThe 0.576Mbit/s and 1.152Mbit/s encoding scheme is similar to that of the lower rates except that it uses one quarter pulse duration of a bit cell instead of 3/16, and uses HDLC bit stuffing after five consecutive ones instead of byte insertion. The following illustrates the order of encoding.1)The raw transmitted data is scanned from the least significant to the most significantbit of each byte sent and a 16 bit CRC-CCITT is computed for the whole frameexcept flags and appended at the end of data.The CRC-CCITT polynomial is defined as follows:(For an example refer to the 32 bit CRC calculation in section 5.4.2.5 and adjust the polynomial for the one indicated above and note the size will be 16 bits (2 bytes) instead of 32 bits (4 bytes) , note preset to all 1‟s and inversion of the outgoing CRC value)(The address and control field are considered as part of data in this example.) For example, say four bytes, …CC‟hex, ‟F5‟hex, ‟F1‟hex, and ‟A7‟hex, are data to be sent out in sequence, then …51DF‟hex is the CRC-CCITT.LSB MSBRaw Data 00110011 10101111 10001111 11100101LSBMSBData/CRC 00110011 10101111 10001111 11100101 11111011 100010102) A …Zero‟ is inserted after five consecutive ones are transmitted in or der to distinguish the flag from data. Zero insertion is done on every field except the flags. Using the same data as an example;LSBMSBData/CRC 00110011 10101111 10001111 11100101 11111011 10001010First bit to be transmitted Last bit to be transmittedTransmit Data 001100111010111110000111110110010111110101110001010 (Note: Underlined zeros are inserted bits.)3)The beginning and ending flags, …7E‟hex, are appended at the beginning and end. Using the same example;Transmit DataFirst bit to be transmitted Last bit to be transmitted 01111110001100111010111110000111110110010111110101110001010011111104) An additional beginning flag is added at the beginning. Finally the whole frame to be sent out is:Tx FrameFirst bit to be transmitted 0111111001111110001100111010111110000111110110010111110101110001Last bit to be transmitted010********5) The transmitter sends out 1/4-bit-cell-length pulse of infrared signal whenever data is zero. For example, the frame to be sent out is 010******* in binary in the order of being transmitted, then the following figure illustrates the actually transmitted signal for lower data rates and also for 0.576 and 1.152Mbit/s.5.3.2. Frame Format5.3.2.1. Frame OverviewThe 0.576 Mbit/s and 1.152 Mbit/s frame format follows the standard HDLC format except that it requires two beginning flags and consists of two beginning flags, an address field, a control field, an information field, a frame check sequence field and minimum of one ending flag. …7E‟hex is used for the beginning flag as well as for the ending flag. The frame format is the same as for the lower rate IrLAP frame with STA changed from …C0‟hex to …7E‟hex and STO changed from …C1‟hex to …7E‟hex.STA: Beginning Flag, 01111110 binaryADDR: 8 bit Address FieldDATA: 8 bit Control Field plus up to 2045 = (2048 - 3) bytes Information Field FCS: CCITT 16 bit CRCSTO: Ending Flag, 01111110 binaryNote 1: Minimum of three STO fields between back to back frames is required.Note 2: Zero insertion after five consecutive 1's is used. CRC is computed before zero insertion is performed.Note 3: Least significant bit is transmitted first.Note 4: Abort sequence requires minimum of seven consecutive 1‟s.Note 5: 8 bits are used per character before zero insertion.5.3.2.2. Beginning Flag (STA) and Ending Flag (STO) DefinitionThe 0.576 Mbit/s and 1.152 Mbit/s links use the same physical layer flag, 01111110, for both STA and STO. It is required to have a minimum of two STAs and a minimum ofone STO. The receiver treats multiple STAs or STOs as a single flag even if it receives more than one.5.3.2.3. Address Field (ADDR) DefinitionThe 0.576 Mbit/s and 1.152 Mbit/s links expect the first byte after STA to be the 8 bit address field. This address field should be used as specified in the IrLAP.5.3.2.4. Data Field (DATA) DefinitionThe data field consists of Control field and optional information field as defined in the IrLAP.5.3.2.5. Frame Check Sequence Field (FCS) DefinitionThe 0.576 Mbit/s and 1.152 Mbit/s links use a 16 bit CRC-CCITT cyclic redundancy check to check received frames for errors that may have been introduced during frame transmission. The CRC is computed from the ADDR and Data fields using the same algorithm as specified in the IrLAP.5.3.2.6. Frame AbortA prematurely terminated frame is called an aborted frame. The frame can be aborted by blocking the IR transmission path in the middle of the frame, a random introduction of infrared noise, or intentional termination by the transmitter. Regardless what caused the aborted frame, the receiver treats a frame asan aborted frame when seven or more consecutive ones (no optical signal) are received. The abort terminates the frame immediately without the FCS field or an ending flag.5.3.2.7. Frame Transmission OrderAll fields are transmitted the least significant bit of each byte first.5.3.2.8. Back to Back Frame TransmissionBack to back, or “brick-walled” frames are allowed with three or more flags, …01111110‟b, in between. If two consecutive frames are not back to back, the gap between the last ending flag of the first frame and the STA of the second frame should be separated by at least seven bit durations (abort sequence).5.4. 4 Mbit/s Rate5.4.1. 4PPM Data Encoding DefinitionPulse Position Modulation (PPM) encoding is achieved by defining a data symbol duration (Dt) and subsequently subdividing Dt into a set of equal time slices called "chips." In PPM schemes, each chip position within a data symbol represents one of the possible bit combinations. Each chip has a duration of Ct given by:Ct = Dt/BaseIn this formula "Base" refers to the number of pulse positions, or chips, in each data symbol. The Base for IrDA PPM 4.0 Mbit/s systems is defined as four, and the resulting modulation scheme is called "four pulse position modulation (4PPM)." The data rate ofthe IrDA PPM system is defined to be 4.0 Mbit/s. Theresulting values for Ct and Dt are as follows:Dt = 500 nsCt = 125 nsThe figure below describes a data symbol field and its enclosed chip durations for the 4PPM scheme.Because there are four unique chip positions within each symbol in 4PPM, four independent symbols exist in which only one chip is logically a "one" while all other chips are logically a "zero." We define these four unique symbols to be the only legal data symbols (DD) allowed in 4PPM. Each DD represents two bits ofpayload data, or a single "data bit pair (DBP)", so that a byte of payload data can be represented by four DDs in sequence. The following table defines the chip pattern representation of the four unique DDs defined for 4PPM.Logical “1” represents a chip duration when the transmitting LED is emitting light, while logical “0” represents a chip duration when the LED is off.红外数据协会的一系列红外物理层规则1. 介绍 1.1范围这个规则将会使电子设备之间的点对点通信便利化(举例来说,计算机和外围设备),这种电子设备用半双工串行接口通过空间来连接。

红外数据通信技术外文翻译文献

红外数据通信技术外文翻译文献

红外数据通信技术外文翻译文献(文档含中英文对照即英文原文和中文翻译)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 Raosetc. 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 accomplish customer’s operation demand.Keywords: Infrared dray;Code;Decoding;LM386;Red outside 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 thereceiving circuit to add more stable memory circuits that can be activated commands to launch a number of key, so that the receiver circuit multi stable 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 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 correspondinginstructions 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 1m above.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 infraredequipment 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 t han 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 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 (photo diode. 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 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 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 the 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 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 light, 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 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.红外遥控系统摘要目前红外数据通信技术是在世界范围内被广泛应用的一种无线连接技术,它也可以被许多软硬件平台所支持。

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

红外数据通信技术外文翻译文献(文档含中英文对照即英文原文和中文翻译)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 Raosetc. 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 accomplish customer’s operation demand.Keywords: Infrared dray;Code;Decoding;LM386;Red outside 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 thereceiving circuit to add more stable memory circuits that can be activated commands to launch a number of key, so that the receiver circuit multi stable 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 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 correspondinginstructions 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 1m above.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 infraredequipment 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 t han 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 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 (photo diode. 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 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 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 the 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 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 light, 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 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.红外遥控系统摘要目前红外数据通信技术是在世界范围内被广泛应用的一种无线连接技术,它也可以被许多软硬件平台所支持。

相关文档
最新文档