1外文文献翻译原文及译文汇总
- 格式:doc
- 大小:62.00 KB
- 文档页数:14
外文文献原稿和译文原稿DATABASEA database may be defined as a collection interrelated data store together with as little redundancy as possible to serve one or more applications in an optimal fashion .the data are stored so that they are independent of programs which use the data .A common and controlled approach is used in adding new data and in modifying and retrieving existing data within the data base .One system is said to contain a collection of database if they are entirely separate in structure .A database may be designed for batch processing , real-time processing ,or in-line processing .A data base system involves application program, DBMS, and database.THE INTRODUCTION TO DATABASE MANAGEMENT SYSTEMSThe term database is often to describe a collection of related files that is organized into an integrated structure that provides different people varied access to the same data. In many cases this resource is located in different files in different departments throughout the organization, often known only to the individuals who work with their specific portion of the total information. In these cases, the potential value of the information goes unrealized because a person in other departments who may need it does not know it or it cannot be accessed efficiently. In an attempt to organize their information resources and provide for timely and efficient access, many companies have implemented databases.A database is a collection of related data. By data, we mean known facts that can be recorded and that have implicit meaning. For example, the names, telephone numbers, and addresses of all the people you know. You may have recorded this data in an indexed address book, or you may have stored it on a diskette using a personalcomputer and software such as DBASE Ⅲor Lotus 1-2-3. This is a collection of related data with an implicit meaning and hence is a database.The above definition of database is quite general. For example, we may consider the collection of words that made up this page of text to be usually more restricted. A database has the following implicit properties:● A database is a logically coherent collection of data with some inherent meaning. A random assortment of data cannot be referred to as a database.● A database is designed, built, and populated with data for a specific purpose. It has an intended group of user and some preconceived applications in which these users are interested.● A database represents some aspect of the real world, sometimes called the miniworld. Changes to the miniworld are reflected in the database.In other words, a database has some source from which data are derived, some degree of interaction with events in the real world, and an audience that is actively interested in the contents of the database.A database management system (DBMS) is composed of three major parts: (1) a storage subsystem that stores and retrieves data in files; (2)a modeling and manipulation subsystem that provides the means with which to organize the data and to add, delete, maintain, and update the data; and (3) an interface between the DBMS and its users. Several major trends are emerging that enhance the value and usefulness of database management systems.●Managers who require more up-to-date information to make effective decisions.●Customers who demand increasingly sophisticated information services and more current information about the status of their orders, invoices, and accounts.●Users who find that they can develop custom applications with database systems in a fraction of the time it takes to use traditional programming languages.●Organizations that discover information has a strategic value; they utilize their database systems to gain an edge over their competitors.A DBMS can organize, process, and present selected data elements from the database. This capability enables decision makers to search, probe, and query database contents in order to extract answers to nonrecurring and unplanned questions that aren’t available in regular reports. These questions might initially be vague and/or p oorly defined, but people can “browse” through the database until they have the needed information. In short, the DBMS will “mange” the stored data items and assemble the needed items from the common database in response to the queries of those who aren’t programmers. In a file-oriented system, user needing special information may communicate their needs to a programmer, who, when time permits, will write one or more programs to extract the data and prepare the information. The availability of a DBMS, however, offers users a much faster alternative communications path.DATABASE QUERYIf the DBMS provides a way to interactively enter and update the database ,as well as interrogate it ,this capability allows for managing personal database. However, it does not automatically leave an audit trail of actions and does not provide the kinds of controls necessary in a multi-user organization .There controls are only available when a set of application programs is customized for each data entry and updating function.Software for personal computers that perform some of the DBMS functions has been very popular .Individuals for personal information storage and processing intended personal computers for us .Small enterprises, professionals like doctors, architects, engineers, lawyers and so on have also used these machines extensively. By the nature of intended usage ,database system on there machines are except from several of the requirements of full-fledged database systems. Since data sharing is not intended, concurrent operations even less so ,the software can be less complex .Security and integrity maintenance are de-emphasized or absent .as data volumes will be small, performance efficiency is also less important .In fact, the only aspect of a database system that is important is data independence. Data independence ,as stated earlier ,means that application programs and user queries need not recognize physical organization of data on secondary storage. The importance of this aspect , particularly for the personal computer user ,is that this greatly simplifies database usage . The user can store ,access and manipulate data at ahigh level (close to the application)and be totally shielded from the low level (close to the machine )details of data organization.DBMS STRUCTURING TECHNIQUESSpatial data management has been an active area of research in the database field for two decades ,with much of the research being focused on developing data structures for storing and indexing spatial data .however, no commercial database system provides facilities for directly de fining and storing spatial data ,and formulating queries based on research conditions on spatial data.There are two components to data management: history data management and version management .Both have been the subjects of research for over a decade. The troublesome aspect of temporal data management is that the boundary between applications and database systems has not been clearly drawn. Specifically, it is not clear how much of the typical semantics and facilities of temporal data management can and should be directly incorporated in a database system, and how much should be left to applications and users. In this section, we will provide a list of short-term research issues that should be examined to shed light on this fundamental question.The focus of research into history data management has been on defining the semantics of time and time interval, and issues related to understanding the semantics of queries and updates against history data stored in an attribute of a record. Typically, in the context of relational databases ,a temporal attribute is defined to hold a sequence of history data for the attribute. A history data consists of a data item and a time interval for which the data item is valid. A query may then be issued to retrieve history data for a specified time interval for the temporal attribute. The mechanism for supporting temporal attributes is to that for supporting set-valued attributes in a database system, such as UniSQL.In the absence of a support for temporal attributes, application developers who need to model and history data have simply simulated temporal attributes by creating attribute for the time interval ,along with the “temporal” attribute. This of course may result in duplication of records in a table, and more complicated search predicates in queries. The one necessary topic of research in history data management is to quantitatively establish the performance (and even productivity) differences betweenusing a database system that directly supports attributes and using a conventional database system that does not support either the set-valued attributes or temporal attributes.Data security, integrity, and independenceData security prevents unauthorized users from viewing or updating the database. Using passwords, users are allowed access to the entire database of the database, called subschemas. For example, an employee database can contain all the data about an individual employee, but one group of users may be authorized to view only payroll data, while others are allowed access to only work history and medical data.Data integrity refers to the accuracy, correctness, or validity of the data in the database. In a database system, data integrity means safeguarding the data against invalid alteration or destruction. In large on-line database system, data integrity becomes a more severe problem and two additional complications arise. The first has to do with many users accessing the database concurrently. For example, if thousands of travel agents book the same seat on the same flight, the first agent’s booking will be lost. In such cases the technique of locking the record or field provides the means for preventing one user from accessing a record while another user is updating the same record.The second complication relates to hardware, software or human error during the course of processing and involves database transaction which is a group of database modifications treated as a single unit. For example, an agent booking an airline reservation involves several database updates (i.e., adding the passenger’s name and address and updating the seats-available field), which comprise a single transaction. The database transaction is not considered to be completed until all updates have been completed; otherwise, none of the updates will be allowed to take place.An important point about database systems is that the database should exist independently of any of the specific applications. Traditional data processing applications are data dependent.When a DMBS is used, the detailed knowledge of the physical organization of the data does not have to be built into every application program. The application program asks the DBMS for data by field name, for example, a coded representationof “give me customer name and balance due” would be sent to the DBMS. Without a DBMS the programmer must reserve space for the full structure of the record in the program. Any change in data structure requires changes in all the applications programs.Data Base Management System (DBMS)The system software package that handles the difficult tasks associated with creating ,accessing and maintaining data base records is called a data base management system (DBMS). A DBMS will usually be handing multiple data calls concurrently.It must organize its system buffers so that different data operations can be in process together .It provides a data definition language to specify the conceptual schema and most likely ,some of the details regarding the implementation of the conceptual schema by the physical schema.The data definition language is a high-level language, enabling one to describe the conceptual schema in terms of a “data model “.At the present time ,there are four underling structures for database management systems. They are :List structures.Relational structures.Hierarchical (tree) structures.Network structures.Management Information System(MIS)An MIS can be defined as a network of computer-based data processing procedures developed in an organization and integrated as necessary with manual and other procedures for the purpose of providing timely and effective information to support decision making and other necessary management functions.One of the most difficult tasks of the MIS designer is to develop the information flow needed to support decision making .Generally speaking ,much of the information needed by managers who occupy different levels and who have different levels and have different responsibilities is obtained from a collection of exiting information system (or subsystems)Structure Query Language (SQL)SQL is a data base processing language endorsed by the American NationalStandards Institute. It is rapidly becoming the standard query language for accessing data on relational databases .With its simple ,powerful syntax ,SQL represents a great progress in database access for all levels of management and computing professionals.SQL falls into two forms : interactive SQL and embedded SQL. Embedded SQL usage is near to traditional programming in third generation languages .It is the interactive use of SQL that makes it most applicable for the rapid answering of ad hoc queries .With an interactive SQL query you just type in a few lines of SQL and you get the database response immediately on the screen.译文数据库数据库可以被定义为一个相互联系的数据库存储的集合。
外文文献原稿和译文原稿MechanicalandRegenerativeBrakingIntegrationforaHybridElectricVehicleAbstract,namelyanelectricmotorandinternalcombustionengine,whichallowtheelimina tionofidling,,theaddedcostofthehybridelectricsystemhashinderedthesalesofth esevehicles.JapanNorth America automotive companieshavedevelopedandreleasedforsaletheirownhybridelectric unpredictablegasprices,thesalesofhybridelectricvehicleshaveincreaseddramat ically inrecentyears.2.1.1HybridConfigurationsForthepast100yearstheobjectiveofthehybridhasbeentoextendtherangeofelec tricvehiclesandtoovercometheproblemoflongrechargingtimes35.Therearethree ,par allelhybridsandseries/parallelhybrids.Eachconfigurationhasitsadvantagesanddisadvantageswhichwillbediscussedi nthefollowingsections.SeriesHybridsInserieshybridsthemechanicaloutputfromtheinternalcombustionengineisuse dto driveageneratorwhichproduceselectricalpowerthatcanbestoredinthebatteriesor highpowersystemssuchaslargetrucksorlocomotivesbutcanalsobeusedforlowerpowe rpassengervehicles18.2.1.2‘degreeofhybridization’toquantifytheelectrica lpowerpotentialofthesevehicles.ThedegreeofhybridizationrangesfromDOH=0foraconventionalvehicletoDOH=1f oranallelectricvehicle25.Asthedegreeofhybridizationincreases,asmallerICEcanbeusedandoperatedclosertoitsoptimumefficiencyforagreaterproportionoftheti me,.MicroHybrid MicrohybridshavethesmallestdegreeofhybridizationandusuallyconsistofanintegratedstartergeneratorISG2.1.31500 kg100 km/h0 km/h0 km/h50 km/h2.1.42.1.5译文混合动力电动汽车机械和再生制动的整合摘要为了减少对环境的污染和车辆的燃油消耗,混合动力电动汽车已经成为汽车工业的首选方法;混合动力电动汽车通过使用由电动马达和内燃发动机组成的混合动力系统来达到减少环境污染和燃油消耗的目的;混合动力系统消除了怠速,使发动机以一种更有效的方式运行,增加了再生制动的使用;但是,混合动力的成本的增加阻碍了这些车辆的销售;在这里提出一个更具成本效益的电液制动系统的设计;该系统使用电控机械结合的控制方式控制制动助力器产生的推动力,并有足够的时间反应;这个系统使驾驶员清楚地了解机械和再生制动力矩的混合,使再生制动力系统得到有效的控制;一个系统化的设计过程是其次,重点在于展示概念设计方案的可行性和使用虚拟和实物模型的初步设计功用;虚拟和实物模型的结合使用成为验证和开发系统的强大工具,本文将介绍和讨论在设计过程中模型所起到的作用;因为在设计过程中设计者可以获得相关的经验,提倡学生设计实物模型,以提高学生的学习经验;很明显,这正是本文所要提出的;现代混合动力电动汽车随着油价的上涨和环境保护意识的提高,消费者和政府迫使汽车行业开始生产省油和对环境污染小的汽车;一个有前景的方法就是现在实行的混合动力电动汽车;混合动力汽车指的是有两个或两个以上动力来源的车辆;混合动力汽车动力的来源可能有很多的不同,但是现在混合动力汽车最常见的布局是由内燃发动机和电动马达,能量储存系统共同输出动力,这样的车辆就叫混合动力电动汽车;汽车可以同时使用发动机和电动马达输出的动力,从而可以提高汽车的使用性能和效率,进而又可以提高燃油经济性,减少废气的排放,同时还能满足消费者对汽车性能的要求;1997年,丰田成普瑞斯为了第一款混合动力电动汽车,在日本进行了批量生产;本田公司花费了三年的时间进行混合动力电动车的生产,然后进军北美市场;丰田普瑞斯在北美发行几个月后,本田Insight紧随其后也在北美进行发行;混合动力电动车具有再生制动系统的独特优势;在制动过程,通常用于动力输出的电动马达,可以起到发电机的功用,把汽车的动能转化为蓄电池的电能,而不会转化为热能浪费掉;转换的电能可以储存到蓄电池中,然后可以作为电动马达驱动汽车使用的能量;考虑到蓄电池能量密度时,动能转换为电能这个过程就更加重要了;能量密度是指单位体积或质量下能量储存系统所储存的能量;为了说明这一点,我们可以做个对比,4.5公升的汽油通常可以维持一辆汽车行驶50千米;而要把相同的能量储存到蓄电池中,则需要一个质量约为270千克的铅酸蓄电池;这就说明了在汽车行驶过程中能够有效地储存再生制动系统产生的能量的重要性,从而可以保证在提高混合动力电能车性能的前提下,不至使能量储存系统所占体积过大;再生制动系统研究范围本文所提出的再生系统的研究范围是研究再生制动系统和机械制动系统之间相互作用的关系,目的是设计开发出一个低成本的再生制动系统,从而可以应用到未来经济型的混合动力电动汽车上;这个系统可以根据驾驶员的需要进而控制再生制动系统和机械制动系统产生的制动力矩的结合,还应该保证这个过程的平顺性和安全性;再生制动力矩是通过使用的异步电动机的矢量控制算法进行控制的;但是,独立地控制制动踏板产生的机械制动力矩,同时又要保持机械制动系在再生制动系统失效后起到备用作用,这是一个很大的难题;为了解决这个问题,需要研究一个通过减少制动主缸内制动液压来来控制机械制动系统产生的制动力矩的制动系统;混合电动汽车概述混合动力电动车已经成为了可以在短时间内减少汽车污染排放和提高燃油经济型的解决方法之一;在过去的10年几乎所有的主要汽车公司都已经向公众发行销售自己的混合动力电动汽车,混合动力电动汽车的普及和销售在这个世纪有了很明显的增长,随着不可预测的汽油价格的增长和对环境保护的关注,混合动力电动汽车的销售将在最近几年内急剧增长;2.1.1混合动力装置在过去100年来混合动力的研究目标是延长电动汽车的使用寿命,解决蓄电池的长期充电问题;在目前市场,现在主要有三种混合动力装置,这些混合动力装置为串联混合动力,并联混合动力,串并联混合动力;每一种动力装置都有其优点和缺点,这将在以后的章节进行讨论;串联混合动力串联混合动力汽车使用发动机输出的动力来驱动发电机产生电能,这些电能可以储存在蓄电池中,也可以用来驱动电动马达来驱动汽车;在串联混合动力汽车上,发动机和驱动轮之间没有直接的机械连接,串联混合动力往往在高功率系统中使用,如大型货车或火车,也可以应用到低功率的客运车辆上;发动机输出的机械能和蓄电池输出的电能可以通过电子控制器进行控制接合,然后这个电子控制器通过比较驾驶员所需的动力和汽车车速,电动马达输出的转矩,从而决定每个动力源驱动汽车行驶所要输出的能量;在制动过程中,这个电子控制装置可以使电能输出模式转换为再生模式,直接把再生制动系统产生的电能储存在蓄电池内;按照这种布置方式进行设计有很多的优点;发动机可以保持高效率的运行,使发动机产生的电能在蓄电池和驱动马达之间得到分配;发动机在其最高效率的工况下运行,排放可以大大降低,燃烧每体积的燃料可以产生更多的电能;因为串联动力装置结构简单且成本低,这种动力装置很容在汽车上落实;并联混合动力在并联混合动力汽车中,发动机输出的机械功传到变速箱中;发动机输出的机械功和电动马达输出的功在变速箱内进行机械式的接合,混合的机械功用于驱动汽车行驶;在这种混合动力装置结构中,发动机和驱动轮之间有直接的机械连接;在串联混合动力装置中,电子控制器通过比较驾驶员所需的动力和汽车车速,电动马达输出的转矩,从而决定每个动力源驱动汽车行驶所要输出的能量,以满足汽车行驶性能,获得最佳的效率;正如串联混合装置一样,并联混合动力也以相似的方法控制再生制动;并联混合动力装置通常应用到低功率的电动车中,这两种驱动力可以同时使用,提供更高的行驶性能;与串联混合动力系统相比,并联混合动力系统有很多优势;其中最重要的一项优势是效率高,因为在并联混合动力中,电能和机械能只需转换一次,而在串联混合动力中,电能和机械能需要两次转换;由于并联混合动力可以使发动机和电动马大产生的动力同时结合起来,在不损失汽车行驶性能的前提下,可以使用体积小的电动马达,同时也降低了油耗和排放;最后,并联混合动力汽车在行驶过程中只需使发动机运行,而不需要另一个发电机为蓄电池充电;串、并联混合动力串并联混合动力装置结合了串联和并联动力装置的特点;这种混合方式汽车通过使用动力分配装置来控制双动力源电动马达输出动力,发动机输出动力或者两者同时输出驱动汽车行驶;虽然这种装置形式可以获得串联混合动力装置和并联混合动力装置的优点,因为考虑到汽车实际行驶可能性,这种装置的控制算法会变得非常复杂; 2.1.2混合度现在道路上行驶的混合动力电动汽车大多是串联混合动力,并联混合动力,或者串并联混合动力,因此定义一个‘混合度’变量来评价混合动力电动汽车的电能潜能是非常有意义的;混合度变从传统车辆DOH=0到所有电动车DOH=1之间变化,随着混合度的增加,在汽车上可以使用一个比较小的发动机,同时发动机可以在最接近最佳效率的工况下运行很长的时间,这样就可以减少燃油的消耗和废气的排放;电动马达输出的功用P表emP表示;示,发动机输出的功用ice微混合动力微混合指的是最小混合度,通常是由一个连接到发动机曲轴的综合起动发电机组成;在加速和怠速过程中,综合起动发电机使发动机处于关闭状态,从而节约燃油;加速时,在燃油喷入汽缸之前,综合起动发电机使发动机的曲轴加速旋转;在加速过程中,综合起动发电机对发动机起动协助的作用,在制动过程中,综合起动发电机还可以作为发电机向蓄电池充电;和非混合动力汽车相比,微混合动力汽车的燃油经济性可以提高10%左右;轻混合动力轻混合动力和微混合动力结构相似,有一点不同的是其综合起动发电机是经过改进的,其输出的动力可以超过20KW;但是,轻混合动力的能量储存系统只能储存1KWh左右的能量;轻混合动力汽车只有一个很短的纯电动续航能力,但是可以在加速过程中给发动机提供很大的辅助作用;轻混合动力中的电子元件要比微混合动力中的电子元件复杂的多,且在汽车行驶过程中发挥着更大的作用;和非混合动力的汽车相比,轻混合动力汽车的燃油经济性可以提高20%-25%左右;全混合动力在全混合动力汽车上不再使用综合起动发电机,取代它的是一个独立的电动马达和交流发电机、起动机,这些装置也可以起到综合起动发电机的作用;电动马达可以独立驱动汽车行驶,尤其是在城市道路上走走停停的行驶;能量储存系统也得到了改进,这样就提高了汽车纯电动续航能力,减少了发动机的体积,从而提高燃油经济性和减少排放;与非混合动力汽车相比,全混合动力汽车的燃油消耗量可以减少40%-50%;插电式混合动力插电式混合动力汽车在结构上和全混合动力汽车相似,不同的是插电式混合动力汽车有一个比较大的能量储存系统,可以通过与外部电源连接进行充电;在蓄电池储存能量范围内,可以通过电动马达来驱动汽车行驶,但是当蓄电池的能量降到一定水平后,其运行形势就和全混合动力一样了;2.1.3再生制动原理混合动力电动汽车最重要的特点是可以回收大量的制动能量;在制动过程中,电动马达可以作为发电机来运行操作,将制动过程中的动能转换为电能储存到蓄电池中,这些电能就可以被汽车重复使用;但是,车辆的制动性能就将影响到汽车的安全性;在紧急制动状态下,汽车的制动距离要尽可能的短,还要保证制动时汽车有较好的方向稳定性;汽车具有较好的方向稳定性,就需要控制车轮的制动力分配;一般来说,制动时所需的制动力矩比电动马达产生的制动力矩大得多;因此,机械制动系统需要和电子再生制动系统同时存在,这就需要适当的设计以保证制动时的操作稳定性,不至于影响到汽车的安全性;制动时能量消耗由公式可得,一个质量为1500Kg的汽车以100km/h初速度制动到完全停止,需要消耗的动能;如果这些能量的25%可以通过再生制动系统进行回收,当忽略制动和加速过程中的空气阻力,机械摩擦和滚动阻力,假设电动马达的工作效率100%,利用公式可以估算出,这些能量可以使汽车从0km/h加速到50km/h.这就表明,当汽车行驶在城市道路上,汽车不停加速和制动,混合动力电动车的燃油经济性可以大大增加;需要注意的是,制动能量的回收量受到马达的型号和能量转换率的限制;2.1.4再生制动系统目前,通常使用的有两种再生制动方法;这些方法通常称为串联再生制动和并联制动,每种制动策略都有其优点和缺点,本文对此将进行具体讨论;并联再生制动在并联再生制动系统中,电动马达和机械制动系统同时工作,从而使汽车减速;因为机械制动系统不能独立的控制制动力,使制动时的能量转换为热能而不是电能,因此这不是最有效地再生制动方法;但是并联再生制动结构简单成本低,这就成为其一大优势;并联再生制动的机械制动系统只需要稍加修改,而且电动马达的控制算法也可以很容易在汽车上实现;这种制动方法还有一个额外的优势,当再生制动系统发生故障时,机械制动系统可以起到备用的作用;串联再生制动在串联再生制动中,电动马达只有在制动时才起作用;只有当电动马达和能量储存系统无法接受更多制动时所需的能量时,再生制动系统才起作用;串联再生制动需要独立的控制制动力矩,串联再生制动可以高效率的把动能转换为电能,这是其一项优势;但是它的不足之处在于,制动系统结构复杂,成本高;这种制动方式需要制动踏板模拟器,制动系统也需要重新设计,这都会增加其制造成本;因为制动系统需要装有传感器和信息处理器,这就会增加了结构的复杂度;2.1.5目前的再生制动系统目前大多数混合动力电动汽车的再生制动系统都是比较昂贵的电液制动系统;再生制动系统使用制动踏板模拟器来建立驾驶者的制动需求,这个制动踏板模拟器与液压制动电路独立分开;这样再将制动需求按照一定比例转换为再生制动和机械制动需求,然后将机械制动需求发送到由高压液压泵,蓄能器和比例控制阀的系统;比例控制阀根据制动需求,控制制动液以一定的预定值流到每个车轮的制动轮缸中;。
智能交通系统中英文对照外文翻译文献(文档含英文原文和中文翻译)原文:Traffic Assignment Forecast Model Research in ITS IntroductionThe intelligent transportation system (ITS) develops rapidly along with the city sustainable development, the digital city construction and the development of transportation. One of the main functions of the ITS is to improve transportation environment and alleviate the transportation jam, the most effective method to gain the aim is to forecast the traffic volume of the local network and the important nodes exactly with GIS function of path analysis and correlation mathematic methods, and this will lead a better planning of the traffic network. Traffic assignment forecast is an important phase of traffic volume forecast. It will assign the forecasted traffic to every way in the traffic sector. If the traffic volume of certain road is too big, which would bring on traffic jam, planners must consider the adoption of new roads or improving existing roads to alleviate the traffic congestion situation. This study attempts to present an improved traffic assignment forecast model, MPCC, based on analyzing the advantages and disadvantages of classic traffic assignment forecast models, and test the validity of the improved model in practice.1 Analysis of classic models1.1 Shortcut traffic assignmentShortcut traffic assignment is a static traffic assignment method. In this method, the traffic load impact in the vehicles’ travel is not considered, and the traffic impedance (travel time) is a constant. The traffic volume of every origination-destination couple will be assigned to the shortcut between the origination and destination, while the traffic volume of other roads in this sector is null. This assignment method has the advantage of simple calculation; however, uneven distribution of the traffic volume is its obvious shortcoming. Using this assignment method, the assignment traffic volume will be concentrated on the shortcut, which isobviously not realistic. However, shortcut traffic assignment is the basis of all theother traffic assignment methods.1.2 Multi-ways probability assignmentIn reality, travelers always want to choose the shortcut to the destination, whichis called the shortcut factor; however, as the complexity of the traffic network, thepath chosen may not necessarily be the shortcut, which is called the random factor.Although every traveler hopes to follow the shortcut, there are some whose choice isnot the shortcut in fact. The shorter the path is, the greater the probability of beingchosen is; the longer the path is, the smaller the probability of being chosen is.Therefore, the multi-ways probability assignment model is guided by the LOGIT model:∑---=n j ii i F F p 1)exp()exp(θθ (1)Where i p is the probability of the path section i; i F is the travel time of thepath section i; θ is the transport decision parameter, which is calculated by the followprinciple: firstly, calculate the i p with different θ (from 0 to 1), then find the θwhich makes i p the most proximate to the actual i p .The shortcut factor and the random factor is considered in multi-ways probabilityassignment, therefore, the assignment result is more reasonable, but the relationshipbetween traffic impedance and traffic load and road capacity is not considered in thismethod, which leads to the assignment result is imprecise in more crowded trafficnetwork. We attempt to improve the accuracy through integrating the several elements above in one model-MPCC.2 Multi-ways probability and capacity constraint model2.1 Rational path aggregateIn order to make the improved model more reasonable in the application, theconcept of rational path aggregate has been proposed. The rational path aggregate,which is the foundation of MPCC model, constrains the calculation scope. Rationalpath aggregate refers to the aggregate of paths between starts and ends of the trafficsector, defined by inner nodes ascertained by the following rules: the distancebetween the next inner node and the start can not be shorter than the distance betweenthe current one and the start; at the same time, the distance between the next innernode and the end can not be longer than the distance between the current one and theend. The multi-ways probability assignment model will be only used in the rationalpath aggregate to assign the forecast traffic volume, and this will greatly enhance theapplicability of this model.2.2 Model assumption1) Traffic impedance is not a constant. It is decided by the vehicle characteristicand the current traffic situation.2) The traffic impedance which travelers estimate is random and imprecise.3) Every traveler chooses the path from respective rational path aggregate.Based on the assumptions above, we can use the MPCC model to assign thetraffic volume in the sector of origination-destination couples.2.3 Calculation of path traffic impedanceActually, travelers have different understanding to path traffic impedance, butgenerally, the travel cost, which is mainly made up of forecast travel time, travellength and forecast travel outlay, is considered the traffic impedance. Eq. (2) displaysthis relationship. a a a a F L T C γβα++= (2)Where a C is the traffic impedance of the path section a; a T is the forecast traveltime of the path section a; a L is the travel length of the path section a; a F is theforecast travel outlay of the path section a; α, β, γ are the weight value of that threeelements which impact the traffic impedance. For a certain path section, there aredifferent α, β and γ value for different vehicles. We can get the weighted average of α,β and γ of each path section from the statistic percent of each type of vehicle in thepath section.2.4 Chosen probability in MPCCActually, travelers always want to follow the best path (broad sense shortcut), butbecause of the impact of random factor, travelers just can choose the path which is ofthe smallest traffic impedance they estimate by themselves. It is the key point ofMPCC. According to the random utility theory of economics, if traffic impedance is considered as the negativeutility, the chosen probability rs p of origination-destinationpoints couple (r, s) should follow LOGIT model:∑---=n j jrs rs bC bC p 1)exp()exp( (3) where rs p is the chosen probability of the pathsection (r, s);rs C is the traffic impedance of the path sect-ion (r, s); j C is the trafficimpedance of each path section in the forecast traffic sector; b reflects the travelers’cognition to the traffic impedance of paths in the traffic sector, which has reverseratio to its deviation. If b → ∞ , the deviation of understanding extent of trafficimpedance approaches to 0. In this case, all the travelers will follow the path whichis of the smallest traffic impedance, which equals to the assignment results withShortcut Traffic Assignment. Contrarily, if b → 0, travelers ’ understanding error approaches infinity. In this case, the paths travelers choose are scattered. There is anobjection that b is of dimension in Eq.(3). Because the deviation of b should beknown before, it is difficult to determine the value of b. Therefore, Eq.(3) is improvedas follows:∑---=n j OD j OD rsrs C bC C bC p 1)exp()exp(,∑-=n j j OD C n C 11(4) Where OD C is the average of the traffic impedance of all the as-signed paths; bwhich is of no dimension, just has relationship to the rational path aggregate, ratherthan the traffic impedance. According to actual observation, the range of b which is anexperience value is generally between 3.00 to 4.00. For the more crowded cityinternal roads, b is normally between 3.00 and 3.50.2.5 Flow of MPCCMPCC model combines the idea of multi-ways probability assignment anditerative capacity constraint traffic assignment.Firstly, we can get the geometric information of the road network and OD trafficvolume from related data. Then we determine the rational path aggregate with themethod which is explained in Section 2.1.Secondly, we can calculate the traffic impedance of each path section with Eq.(2),Fig.1 Flowchart of MPCC which is expatiated in Section 2.3.Thirdly, on the foundation of the traffic impedance of each path section, we cancalculate the respective forecast traffic volume of every path section with improvedLOGIT model (Eq.(4)) in Section 2.4, which is the key point of MPCC.Fourthly, through the calculation processabove, we can get the chosen probability andforecast traffic volume of each path section, but itis not the end. We must recalculate the trafficimpedance again in the new traffic volumesituation. As is shown in Fig.1, because of theconsideration of the relationship between trafficimpedance and traffic load, the traffic impedanceand forecast assignment traffic volume of everypath will be continually amended. Using therelationship model between average speed andtraffic volume, we can calculate the travel timeand the traffic impedance of certain path sect-ionunder different traffic volume situation. For theroads with different technical levels, therelationship models between average speeds totraffic volume are as follows: 1) Highway: 1082.049.179AN V = (5) 2) Level 1 Roads: 11433.084.155AN V = (6) 3) Level 2 Roads: 66.091.057.112AN V = (7) 4) Level 3 Roads: 3.132.01.99AN V = (8) 5) Level 4 Roads: 0988.05.70A N V =(9) Where V is the average speed of the path section; A N is the traffic volume of thepath section.At the end, we can repeat assigning traffic volume of path sections with themethod in previous step, which is the idea of iterative capacity constraint assignment,until the traffic volume of every path section is stable.译文智能交通交通量分配预测模型介绍随着城市的可持续化发展、数字化城市的建设以及交通运输业的发展,智能交通系统(ITS)的发展越来越快。
外文原文FIR Filter Design TechniquesAbstractThis report deals with some of the techniques used to design FIR filters. In the beginning, the windowing method and the frequency sampling methods are discussed in detail with their merits and demerits. Different optimization techniques involved in FIR filter design are also covered, including Rabiner‟s method for FIR filter design. These optimization techniques reduce the error caused by frequency sampling technique at the non-sampled frequency points. A brief discussion of some techniques used by filter design packages like Matlab are also included.IntroductionFIR filters are filters having a transfer function of a polynomial in z and is an all-zero filter in the sense that the zeroes in the z-plane determine the frequency response magnitude characteristic.The z transform of a N-point FIR filter is given by(1)FIR filters are particularly useful for applications where exact linear phase response is required. The FIR filter is generally implemented in a non-recursive way which guarantees a stable filter.FIR filter design essentially consists of two parts(i) approximation problem(ii) realization problemThe approximation stage takes the specification and gives a transfer function through four steps. They are as follows:(i) A desired or ideal response is chosen, usually in the frequency domain.(ii) An allowed class of filters is chosen (e.g.the length N for a FIR filters).(iii) A measure of the quality of approximation is chosen.(iv) A method or algorithm is selected to find the best filter transfer function.The realization part deals with choosing the structure to implement the transfer function which may be in the form of circuit diagram or in the form of a program.There are essentially three well-known methods for FIR filter design namely:(1) The window method(2) The frequency sampling technique(3) Optimal filter design methodsThe Window MethodIn this method, [Park87], [Rab75], [Proakis00] from the desired frequency response specification Hd(w), corresponding unit sample response hd(n) is determined using the following relation(2)(3)In general, unit sample response hd(n) obtained from the above relation is infinite in duration, so it must be truncated at some point say n= M-1 to yield an FIR filter of length M (i.e. 0 to M-1). This truncation of hd(n) to length M-1 is same as multiplying hd(n) by the rectangular window defined asw(n) = 1 0≦n≦M-1 (4)0 otherwiseThus the unit sample response of the FIR filter becomesh(n) = hd(n) w(n) (5) = hd(n) 0≦n≦M-1= 0 otherwiseNow, the multiplication of the window function w(n) with hd(n) is equivalent to convolution of Hd(w) with W(w), where W(w) is the frequency domain representation of the window function(6)Thus the convolution of Hd(w) with W(w) yields the frequency response of the truncated FIR filter(7)The frequency response can also be obtained using the following relation(8)But direct truncation of hd(n) to M terms to obtain h(n) leads to the Gibbs phenomenon effect which manifests itself as a fixed percentage overshoot and ripple before and after an approximated discontinuity in the frequency response due to the non-uniform convergence of the fourier series at a discontinuity.Thus the frequency response obtained by using (8) contains ripples in the frequency domain. In order to reduce the ripples, instead of multiplying hd(n) with a rectangular window w(n), hd(n) is multiplied with a window function that contains a taper and decays toward zero gradually, instead of abruptly as it occurs in a rectangular window. As multiplication of sequences hd(n) and w(n) in time domain is equivalent to convolution of Hd(w) and W(w) in the frequency domain, it has the effect of smoothing Hd(w).The several effects of windowing the Fourier coefficients of the filter on the result of the frequency response of the filter are as follows:(i) A major effect is that discontinuities in H(w) become transition bands between values on either side of the discontinuity.(ii) The width of the transition bands depends on the width of the main lobe of the frequency response of the window function, w(n) i.e. W(w).(iii) Since the filter frequency response is obtained via a convolution relation , it is clear that the resulting filters are never optimal in any sense.(iv) As M (the length of the window function) increases, the mainlobe width of W(w) is reduced which reduces the width of the transition band, but this also introduces more ripple in the frequency response.(v) The window function eliminates the ringing effects at the bandedge and does result in lower sidelobes at the expense of an increase in the width of the transition band of the filter.Some of the windows [Park87] commonly used are as follows:1. Bartlett triangular window:W(n)=2(n+1)/N+1 n=0,1,2…….,(N-1)/2 (9) =2-2(n+1)/N+1 n=(N-1)/2,……,N-1= 0 otherwise2 Generalized cosine windows(Rectangular, Hanning, Hamming and Blackman)W(n)=a-bcos(2p(n+1)/(N+1))+ccos(4p(n+1)/(N+1)) n=0,1….N-1 (10) = 0 otherwise3.Kaiser window with parameter β:(11)The general cosine window has four special forms that are commonly used. These are determined by the parameters a,b,cTABLE IValue of coefficients for a,b and c from [Park87]The Bartlett window reduces the overshoot in the designed filter but spreads the transition region considerably.The Hanning,Hamming and Blackman windows use progressively more complicated cosine functions to provide a smooth truncation ofthe ideal impulse response and a frequency response that looks better. The best window results probably come from using the Kaiser window, which has a parameter . that allows adjustment of the compromise between the overshoot reduction and transition region width spreading.The major advantages of using window method is their relative simplicity as compared to other methods and ease of use. The fact that well defined equations are often available for calculating the window coefficients has made this method successful.There are following problems in filter design using window method:(i) This method is applicable only if Hd(w) is absolutely integrable i.e only if (2) can be evaluated. When Hd(w) is complicated or cannot easily be put into a closed form mathematical expression, evaluation of hd(n) becomes difficult.(ii) The use of windows offers very little design flexibility e.g. in low pass filter design, the passband edge frequency generally cannot be specified exactly since the window smears the discontinuity in frequency. Thus the ideal LPF with cut-off frequency fc, is smeared by the window to give a frequency response with passband response with passband cutoff frequency f1 and stopband cut-off frequency f2.(iii) Window method is basically useful for design of prototype filters like lowpass,highpass,bandpass etc. This makes its use in speech and image processing applications very limited.The Frequency Sampling TechniqueIn this method, [Park87], [Rab75], [Proakis00] the desired frequency response is provided as in the previous method. Now the given frequency response is sampled at a set of equally spaced frequencies to obtain N samples. Thus , sampling the continuous frequency response Hd(w) at N points essentially gives us the N-point DFT of Hd(2pnk/N). Thus by using the IDFT formula, the filter co-efficients can be calculated using the following formula(12)Now using the above N-point filter response, the continuous frequency response is calculated as an interpolation of the sampled frequency response. The approximation error would then be exactly zero at the sampling frequencies and would be finite in frequencies between them. The smoother the frequency response being approximated, the smaller will be the error of interpolation between the sample points.One way to reduce the error is to increase the number of frequency samples [Rab75]. The other way to improve the quality of approximation is to make a number of frequency samples specified as unconstrained variables. The values of these unconstrained variables are generally optimized by computer to minimize some simple function of the approximation error e.g. one might choose as unconstrained variables the frequency samples that lie in a transition band between two frequency bands in which the frequency response is specified e.g. in the band between the passband and the stopband of a low pass filter.There are two different set of frequencies that can be used for taking the samples. One set of frequency samples are at fk = k/N where k = 0,1,….N-1. The other set of uniformly spaced frequency samples can be taken at fk =(k+1/2)/N for k = 0,1,….N-1.The second set gives us the additional flexibility to specify the desired frequency response at a second possible set of frequencies. Thus a given band edge frequency may be closer to type-II frequency sampling point that to type-I in which case a type-II design would be used in optimization procedure.In a paper by Rabiner and Gold [Rabi70], Rabiner has mentioned a technique based on the idea of frequency sampling to design FIR filters. The steps involved in this method suggested by Rabiner are as follows:(i) The desired magnitude response is provided along with the number of samples,N . Given N, the designer determines how fine an interpolation will be used.(ii) It was found by Rabiner that for designs they investigated, where N varied from 15 to 256, 16N samples of H(w) lead to reliable computations, so 16 to 1 interpolation was used.(iii) Given N values of Hk , the unit sample response of filter to be designed, h(n) is calculated using the inverse FFT algorithm.(iv) In order to obtain values of the interpolated frequency response two procedures were suggested by Rabiner.They are(a) h(n) is rotated by N/2 samples(N even) or (N-1)/2 samples for N odd to remove the sharp edges of impulse response, and then 15N zero-valued samples are symmetrically placed around the impulse response.(b) h(n) is split around the N/2nd sample, and 15N zero-valued samples are placed between the two pieces of the impulse response.(v) The zero augmented sequences are transformed using the FFT algorithm to give the interpolated frequency responses.Merits of frequency sampling technique(i) Unlike the window method, this technique can be used for any given magnitude response.(ii) This method is useful for the design of non-prototype filters where the desired magnitude response can take any irregular shape.There are some disadvantages with this method i.e the frequency response obtained by interpolation is equal to the desired frequency response only at the sampled points. At the other points, there will be a finite error present.Optimal Filter Design MethodsMany methods are present under this category. The basic idea in each method is to design the filter coefficients again and again until a particular error is minimized. The various methods are as follows:(i)Least squared error frequency domain design(ii)Nonlinear equation solution for maximal ripple FIR filters(iii)Polynomial interpolation solution for maximal ripple FIR filtersLeast squared error frequency domain designAs seen in the previous method of frequency sampling technique there is no constraint on the response between the sample points, and poor results may be obtained.The frequency sampling technique is more of an interpolation method rather than an approximation method. This method [Rab75], [Parks87] controls the response between the sample points by considering a number of sample points larger than the order of the filter.The purpose of most filters is to separate desired signals from undesired signals or noise. As the energy of the signal is related to the square of the signal, a squared error approximation criterion is appropriate to optimize the design of the FIR filters.The frequency response of the FIR filter is given by (8) for a N-point FIR filter. An error function is defined as follows(13) where wk=(2*pi*k)/L and Hd(wk) are L samples of the desired response, which is the error measure as a sum of the squared differences between the actual and desired frequency response over a set of L frequency samples. The method consists of the following steps:(i) First …L‟ samples from the continuous frequency response are taken, where L>N(length of the impulse response of filter to be designed)(ii) Then using the following formula(14) the L-point filter impulse response is calculated.(iii) Then the obtained filter impulse response is symmetrically truncated to desired length N.(iv) Then the frequency response is calculated using the following relation(15) (v) The magnitude of the frequency response at these frequency points for wk =(2k)/L will not be equal to the desired ones , but the overall least square error will be reduced effectively this will reduce the ripple in the filter response.To further reduce the ripple and overshoot near the band edges, a transition region will be defined with a linear transfer function. Then the L frequency samples are takenat wk =(2*pi*k)/L using which the first N samples of the filter are calculated using the above ing this method, reduces the ripple in the interpolated frequency response.Nonlinear Equation solution for maximal ripple FIR filters The real part of the frequency response of the designed FIR filter can be written as a(n)cos(wn) [Rab75] where limits of summation and a(n) vary according to the type of the filter. The number of frequencies at which H(w) could attain an extremum is strictly a function of the type of the linear phase filter i.e. whether length N of filter is odd or even or filter is symmetric or anti-symmetric. At each extremum, the value of H(w) is predetermined by a combination of the weighting function W(w), the desired frequency response, and a quantity that represents the peak error of approximation distributing the frequencies at which H(w) attains an extremal value among the different frequency bands over which a desired response was being approximated. Since these filters have the maximum number of ripples, they are called maximal ripple filters.This method is as follows:At each of the Ne unknown external frequencies, E(w) attains the maximum value of either and E(w) or equivalently H(w) has zero derivative. Thus two Ne equations of the formH(wi)= ±δ/W(w) + D(wi) (16)d/dw {H(wi)} at w=wi=0 (17) are obtained.These equations represent a set of 2Ne nonlinear equations in two Ne unknowns, Ne impulse response coefficients and Ne frequencies at which H(w) obtains the extremal value. The set of two Ne equations may be solved iteratively using nonlinear optimiation procedure.An important thing to note is that here the peak error (δ) is a fixed quantity and is not minimized by the optimization scheme. Thus the shape of H(w) is postulated apriori and only the frequencies at which H(w) attains the extremal values areunknown.The disadvantage of this method is that the design procedure has no way of specifying band edges for the different frequency bands of the filter. Thus the optimization algorithm is free to select exactly where the bands will lie. Polynomial Interpolation Solution for Maximal Ripple FIR filters This algorithm [Rab75] is basically an iterative technique for producing a polynomial H(w) that has extrema of desired values. The algorithm begins by making an initial estimate of the frequencies at which the extrema in H(w) will occur and then uses the well-known Lagrange interpolation formula to obtain a polynomial that alternatively goes through the maximum allowable ripple values at these frequencies. It has been experimentally found that the initial guess of extremal frequencies does not affect the ultimate convergence of the algorithm but instead affects the number of iterations required to achieve the desired result.Let us consider the case of design of a low pass filter using the above method.Fig. 1. Iterative solution for a maximum ripple lowpass filter from [Rab75]The Fig. 1 shows the response of a lowpass filter with N = 11.The number of extremal frequencies i.e. the frequencies where ripples occur are 6 in this case. They are divided into 3 passband extrema and 3 stopband extrema. The filled dots indicate the initial guess as to the extremal frequencies of H(w). The solid line is the initial Lagrange polynomial obtained by choosing polynomial coefficients so that the valuesof the polynomial at the guessed set of frequencies are identical to the assigned extreme values. But this polynomial has extrema that exceeds the specified maxima values. The next stage of the algorithm is to locate the frequencies at which the extrema of the first Lagrange interpolation occur. These frequencies are now used as the new frequencies for which the extrema of the filter response occur. This second set of frequencies are indicated by open dots in Fig. 1. Now similarly the new set of frequencies are taken as those frequencies where the maximum exceeds the specified maxima. Thus the method is completely iterative in nature.ConclusionsThe report has described the various techniques involved in the design of FIR filters. Every method has its own advantages and disadvantages and is selected depending on the type of filter to be designed.The window method is basically used for the design of prototype filters like the low-pass, high-pass, band-pass etc. They are not very suitable for designing of filters with any given frequency response. On the other hand, the frequency sampling technique is suitable for designing of filters with a given magnitude response. The ideal frequency response of the filter is approximated by placing appropriate frequency samples in the z -plane and then calculating the filter co-efficients using the IFFT algorithm.The disadvantage of the frequency sampling technique was that the frequency response gave errors at the points where it was not sampled. In order to reduce these erros the different optimization technique for FIR filter design were presented wherein the remaining frequency samples are chosen to satisfy an optimization criterion. An appendix consisting of the filter design methods used by the software package Matlab is also presented.References[Park87] T.W. Parks and C.S. Burrus, Digital Filter Design. New York:Wiley,1987 [Rab75] L.R. Rabiner and B. Gold, Theory and Applications of Digital Signal Processing. New Jersey: Prentice-Hall, 1975[Proakis00] J.G.Proakis and D.G. Manolakis, Digital Signal Processing Principles, Algorithms and Applications New Delhi: Prentice-Hall, 2000[Rab i70] L.R. Rabiner, B. Gold and C.A. McGonegal, “An approach to the Approximation Problem for Nonrecursive Digital Filters,” IEEE Trans. Audio and Electroacoustics, vol. AU-18, pp. 83-105,June 1970.[Mat02]/access/helpdesk/help/toolbox/signal/signal.shtml Signal Processing Toolbox,The Mathworks,Inc., accessed October 25,2002外文翻译FIR滤波器设计技术摘要这份报告列举了一些设计FIR滤波器所使用的技术。
消费者行为心理学中英文外文文献翻译(含:英文原文及中文译文)英文原文Frontiers of Social PsychologyArie W. Kruglanski 、Joseph P. ForgasFrontiers of Social Psychology is a new series of domain-specific handbooks. The purpose of each volume is to provide readers with a cutting-edge overview of the most recent theoretical, methodological, and practical developments in a substantive area of social psychology, in greater depth than is possible in general social psychology handbooks. The editors and contributors are all internationally renowned scholars whose work is at the cutting-edge of research.Scholarly, yet accessible, the volumes in the Frontiers series are an essential resource for senior undergraduates, postgraduates, researchers, and practitioners, and are suitable as texts in advanced courses in specific subareas of social psychology.Some Social Asp ects of Living in a Consumer SocietyThe following sketches will illustrate that in a consumer society much of the behavior studied by social psychologists relates to consumer stimuli and consumer behavior. Thus, the consumer context provides a rich field for the study of social phenomena and behavior.Consumer Decisions Are UbiquitousWhether we are in the supermarket or not, we are constantly making consumer decisions. We enroll in gyms, use our frequent-flyer miles for a vacation resort, buy health care, choose a restaurant, skip dessert for a healthier lifestyle. In fact, most of our daily decisions do not involve existential decisions such as whom to marry or whether to have children or not, but whether to have tea or coffee, use our credit card or pay cash, or other seemingly trivial decisions. Moreover, many of our daily (consumer) behaviors do not even require intentional decisions. Rather, they may be habitual, such as switching to CNN to get the news or accessing Google when looking up some information. A typical day of a typical person is filled with countless minor consumer decisions or the consequences of previous decisions, starting with the brand of toothpaste in the morning to choosing a movie after work.Consumer Choices Fulfill a Social-Identity FunctionAlthough for most people being a consumer may not be central to their identity, many of their consumer decisions are nevertheless highly identity-relevant insofar as they correspond to a larger set of values and beliefs and express important aspects of the self. Eating a vegetarian diet because one does not want to endorse cruelty to animals and boycotting clothes potentially made by child laborers are some examples. Some people buy a Prius out of environmental concerns; others boycott Japanese cars —such as the Prius —in order to help the local carindustry. In this respect, even the choice between Coke and Pepsi is not necessarily trivial. People who cannot discriminate Coke from Pepsi in a blind test, or who prefer Pepsi, may nevertheless adhere to Coke as a cultural icon. Attempts to change the formula of Coke met with angry protests and opposition. Clearly, consumer products and brands do not only fulfill utilitarian needs (Olson & Mayo, 2000; Shavitt, 1990). In a world of oversupply and differentiating brands, many consumers choose brands in order to express their personality or to affiliate themselves with desired others. They do not simply use a Mac; they are Mac users, and switching to another brand of PC would be akin to treason. From soft drinks to computers, brands may become an ideology. People may also perceive of products as extended selves (Belk, 1988); for example, they may identify with their cars just as they do with pets. Likewise, brands may define social groups. The Harley-Davidson Club is a legendary example; an Internet search revealed clubs for almost every car brand and model. In my hometown, I found a V olkswagen New Beetle Club whose stated purpose is to cultivate contacts between New Beetle Drivers by organizing social events (among others, a visit to a car cemetery). On the road, drivers of the same car model often greet each other. Apparently, driving the same model is sufficient to establish social closeness. Brands, products, and consumption habits not only help to establish social connectivity but also serve as status symbols, defining vertical andhorizontal social boundaries. By using particular brands or consuming specific products, people can express a certain lifestyle or attempt to convey a particular social impression. Subscribing to the opera conveys one’s social position just as going to a monster truck race does. Whether your choice of drink is wine or beer, cappuccino or herbal tea, your order expresses more than merely your taste in beverages.Consumer Choices Affect Social PerceptionGiven that brands and products are part of social expression, it is not surprising that people are judged by the brands and products they use. In particular, products of a social-identity function are used as bases for inferences about a target’s personality traits (Shavitt & Nelson, 2000). Likewise, smoking, food choice and amount of food intake have all been shown to affect social impressions. Depending on the subculture of the perceiver (age, country), different personality traits are assumed in smokers compared with nonsmokers (e.g., Cooper & Kohn, 1989; Jones & Carroll, 1998). Various studies found that eaters of a healthier diet are perceived as more feminine and in general judged more favorably than eaters of unhealthy foods (for a review see V artanian, Herman, & Polivy, 2007). Arguing that a Pepsi drinker is to a Coke drinker what a Capulet was to a Montague is, of course, an exaggeration, but clearly brands may distinguish ingroup from out-group members. Possibly this is most extreme among teenagers, where the brand of jeans is perceived todetermine coolness and popularity. Nevertheless, the phenomenon is not limited to teen culture, as testified by the previous examples of social communities defined by shared brands. In sum, from wet versus dry shaving to driving a Porsche versus a Smart, consumer behavior is used as a cue in person perception. Most likely, such cues also manifest in behavior toward these consumers. Physical attacks on women who wear fur are a most extreme example.Affective Consequences of Consumer BehaviorObviously, consumption and the use of products and services may give pleasure and satisfaction or displeasure and dissatisfaction. People may experience joy from wearing a new sweater or suffer emotional consequences when products or services fail or cause inconvenience. Product use is only one source of affective consumer experiences. The mere act of choosing and acquisition is another. People enjoy or dislike the experience of shopping. They may take pleasure from the freedom of simply choosing between different options (e.g., Botti & Iyengar, 2004), feel overwhelmed and confused by an abundance of options (e.g., Huffman & Kahn, 1998), or feel frustrated by a limited assortment that does not meet their particular needs (e.g., Chernev, 2003). They may experience gratification and a boost in self-esteem from the fact that they can afford a particular consumer lifestyle or grudge the fact that they cannot. Many daily sources of affective experiences involve consumerbehavior in one way or another.The Consumer Context Provides Unique Social InteractionsGranted, we rarely form deep and meaningful relationships with our hairdressers and waiters. Still, the consumer context affords many social interactions over a day. Again, these interactions— even if brief— may constitute a source of affective experiences. The smile of the barista, the compliment from the shop-assistant, and the friendly help from the concierge are just a few examples of how such consumerrelated interactions may make us feel good, worthy, and valued, whereas snappy and rude responses have the opposite effect. Besides, the social roles defined by the consumer context may provide unique opportunities for particular behaviors, interactions, and experiences not inherent in other roles. Being a client or customer makes one expect respect, courtesy, and attendance to one’s needs. For some, this may be the only role in their life that gives them a limited sense of being in charge and having others meet their demands. To give another example, complaining is a form of social interaction that mostly takes place within the consumer context. A search for ―complaint behavior‖ in the PsycI NFO database found that 34 out of 50 entries were studies from the consumer context. (The rest mostly related to health care, which may to some extent also be viewed as consumer context.) Given the importance of the consumer context to social experiences and interactions, it provides a prime opportunity forstudying these social behaviors.•How consumers think, feel, reason, and the psychology of screening for different items (such as brands, products); • Consumer behavior when they shop or make other marketing decisions;•Limits in consumer knowledge or access to information affect decisions and marketing outcomes;•How can marketers adapt and improve their marketing competitiveness and marketing strategies to attract consumers more efficiently?Bergi gives an official definition of consumer behavior: the process and the activities people perform when they research, select, purchase, use, evaluate, and deal with products and services in order to meet their needs. The behavior occurs in a group or an organization where individuals or individuals appear in this context. Consumer behavior includes using and handling products and studying how products are bought. The use of products is generally of great interest to marketers because it may affect how a product is in the best position or how we can encourage increased consumption.The Nicosia model focuses on the relationship between the company and its potential customers. The company communicates with consumers through its marketing messages or advertisements and consumers' reactions to the information they want to buy. Seeing this pattern, we willfind that companies and consumers are interconnected. Companies want to influence consumers. Consumers influence company decisions through their decisions.Consumer sentiment refers to a unique set of emotional reactions to the use of or eliciting a consumer experience in the product, a unique class or relationship of the emotional experience described and expressed (such as joy, anger and fear), such as the structural dimensions of the emotional category or pleasant/unpleasant, Relax/action, or calm/excited. Goods and services are often accompanied by emotional reactions (such as the fear caused by watching a horror movie). Emotional values are often associated with aesthetic choices (such as religion, reason). However, more material and utilitarian products also seem to have emotional value. For example, some foods cause childhood experiences and feel comfortable with them. Izad (1977) developed a method of emotional experience and introduced basic emotions. He uses ten words to distinguish the basic types of emotions: interest, joy, surprise, sadness, anger, disgust, contempt, fear, shame, and guilt. This method has been widely used by consumer research.In order to implement the interpersonal and personal construction in this framework, we use the concept of self-awareness to express the influence of consumer response on society. Self-awareness is defined as the individual's consistent trend to focus directly on inward or outward.This theory identifies two different types of people with self-consciousness. The open self-conscious person pays special attention to other people's views on their outside. The private self-conscious person pays more attention to their inner thoughts and feelings. In this case, we assume that the reputation of consumption may be different based on sensitivity to other people. This proposal is also consistent with previous research. It shows that people with different personal behaviors depend on their sensitivity to interpersonal influences. Dubois and Dikena emphasized that "we believe that the analysis of the direct relationship between consumers and brands is a key to improving understanding of such a market." This original assumption is that of private or The value of the open superior product comes from the inherent social status of these objects. Many existing studies emphasize the role of the role played in the exchange of information about their owners and social relationships.中文译文社会心理学前沿艾瑞·克鲁格兰斯基,约瑟夫·弗加斯社会心理学的前沿是一个新的领域专用手册系列。
机械工程专业外文文献及翻译文献一(外文标题)
摘要:
该文献研究了机械工程领域中的某个具体问题。
通过实验方法和数学模型的分析,作者得出了一些有意义的结论。
本文介绍了作者的研究方法和结果,并讨论了其在机械工程领域的应用前景。
翻译:
(将文献的主要内容用简洁准确的语言翻译成中文)
文献二(外文标题)
摘要:
该文献探讨了机械工程领域中的另一个重要问题。
通过实证分析和理论推导,作者提出了解决方案,并对其进行了验证。
本文阐述了作者的方法和实验结果,并探讨了其在实践中的应用潜力。
翻译:
(将文献的主要内容用简洁准确的语言翻译成中文)
文献三(外文标题)
摘要:
该文献研究了机械工程领域中的另一个新颖课题。
作者通过数
值模拟和实验验证,得出了一些有趣的发现。
本文介绍了作者的研
究过程和结果,并讨论了其对机械工程领域的影响。
翻译:
(将文献的主要内容用简洁准确的语言翻译成中文)
总结
本文档介绍了三篇机械工程专业的外文文献,包括摘要和翻译。
这些文献都对机械工程领域中的不同问题进行了研究,并提出了相
关的解决方案和发现。
希望这些文献能为机械工程专业的学生和研
究人员提供有价值的参考和启发。
Environmental problems caused by Istanbul subway excavation and suggestionsfor remediation伊斯坦布尔地铁开挖引起的环境问题及补救建议Ibrahim Ocak Abstract:Many environmental problems caused by subway excavations have inevitably become an important point in city life. These problems can be categorized as transporting and stocking of excavated material, traffic jams, noise, vibrations, piles of dust mud and lack of supplies. Although these problems cause many difficulties,the most pressing for a big city like Istanbul is excava tion,since other listed difficulties result from it. Moreover, these problems are environmentally and regionally restricted to the period over which construction projects are underway and disappear when construction is finished. Currently, in Istanbul, there are nine subway construction projects in operation, covering approximately 73 km in length; over 200 km to be constructed in the near future. The amount of material excavated from ongoing construction projects covers approximately 12 million m3. In this study, problems—primarily, the problem with excavation waste(EW)—caused by subway excavation are analyzed and suggestions for remediation are offered.摘要:许多地铁开挖引起的环境问题不可避免地成为城市生活的重要部分。
外文文献翻译(含:英文原文及中文译文)文献出处:Y Miyazaki. A Brief Description of Interior Decoration [J]. Building & Environment, 2005, 40(10):41-45.英文原文A Brief Description of Interior DecorationY Miyazaki一、An interior design element1 Spatial elementsThe rationalization of space and giving people a sense of beauty is the basic task of design. We must dare to explore the new image of the times and technologies that are endowed with space. We should not stick to the spatial image formed in the past.2 color requirementsIn addition to affecting the visual environment, indoor colors also directly affect people's emotions and psychology. Scientific use of color is good for work and helps health. The proper color processing can meet the functional requirements and achieve the beauty effect. In addition to observing the general laws of color, interior colors also vary with the aesthetics of the times.3 light requirementsHumans love the beauty of nature and often direct sunlight into theinterior to eliminate the sense of darkness and closure in the interior, especially the top light and the soft diffuse light, making the interior space more intimate and natural. The transformation of light and shadow makes the interior richer and more colorful, giving people a variety of feelings.4 decorative elementsThe indispensable building components such as columns, walls, and the like in the entire indoor space are combined with the function and need to be decorated to jointly create a perfect indoor environment. By making full use of the texture characteristics of different decorative materials, you can achieve a variety of interior art effects with different styles, while also reflecting the historical and cultural characteristics of the region.5 furnishingsIndoor furniture, carpets, curtains, etc., are all necessities of life. Their shapes are often furnished and most of them play a decorative role. Practicality and decoration should be coordinated with each other, and the functions and forms of seeking are unified and changed so that the interior space is comfortable and full of personality.6 green elementsGreening in interior design is an important means to improve the indoor environment. Indoor flowering trees are planted, and the use ofgreenery and small items to play a role in diffusing indoor and outdoor environments, expanding the sense of interior space, and beautifying spaces all play an active role.二、The basic principles of interior design1 interior decoration design to meet the functional requirementsThe interior design is based on the purpose of creating a good indoor space environment, so as to rationalize, comfort, and scientize the indoor environment. It is necessary to take into account the laws of people's activities to handle spatial relationships, spatial dimensions, and spatial proportions; to rationally configure furnishings and furniture, and to properly resolve indoor environments. V entilation, lighting and lighting, pay attention to the overall effect of indoor tone.2 interior design to meet the spiritual requirementsThe spirit of interior design is to influence people's emotions and even influence people's will and actions. Therefore, we must study the characteristics and laws of people's understanding; study the emotions and will of people; and study the interaction between people and the environment. Designers must use various theories and methods to impact people's emotions and sublimate them to achieve the desired design effect. If the indoor environment can highlight a certain concept and artistic conception, then it will have a strong artistic appeal and better play its role in spiritual function.3 Interior design to meet modern technical requirementsThe innovation of architectural space is closely related to the innovation of structural modeling. The two should be harmonized and unified, fully considering the image of the structural Sino-U.S. and integrating art and technology. This requires that interior designers must possess the necessary knowledge of the type of structure and be familiar with and master the performance and characteristics of the structural system. Modern interior design is in the category of modern science and technology. To make interior design better meet the requirements of spiritual function, we must maximize the use of the latest achievements in modern science and technology.4 Interior design must meet the regional characteristics and national style requirementsDue to differences in the regions where people live, geographical and climatic conditions, the living habits of different ethnic groups are not the same as cultural traditions, and there are indeed great differences in architectural styles. China is a multi-ethnic country. The differences in the regional characteristics, national character, customs, and cultural literacy of various ethnic groups make indoor decoration design different. Different styles and features are required in the design. We must embody national and regional characteristics to evoke people’s national self-respect and self-confidence.三、Points of interior designThe interior space is defined by the enclosure of the floor, wall, and top surface, thus determining the size and shape of the interior space. The purpose of interior decoration is to create a suitable and beautiful indoor environment. The floor and walls of the interior space are the backdrop for people and furnishings and furnishings, while the differences on the top surface make the interior space more varied.1 Base decoration ----- Floor decorationThe basic surface ----- is very important in people's sights. The ground floor is in contact with people, and the line of sight is near, and it is in a dynamic change. It is one of the important factors of interior decoration. Meet the following principles:2 The base should be coordinated with the overall environment to complement each other and set off the atmosphereFrom the point of view of the overall environmental effect of space, the base should be coordinated with the ceiling and wall decoration. At the same time, it should play a role in setting off the interior furniture and furnishings.3 Pay attention to the division, color and texture of the ground patternGround pattern design can be roughly divided into three situations: The first is to emphasize the independent integrity of the pattern itself,such as meeting rooms, using cohesive patterns to show the importance of the meeting. The color should be coordinated with the meeting space to achieve a quiet, focused effect; the second is to emphasize the pattern of continuity and rhythm, with a certain degree of guidance and regularity, and more for the hall, aisle and common space; third It emphasizes the abstractness of the pattern, freedom, and freedom, and is often used in irregular or layout-free spaces.4 Meeting the needs of the ground structure, construction and physical properties of the buildingWhen decorating the base, attention should be paid to the structure of the ground floor. In the premise of ensuring safety, it is convenient for construction and construction. It cannot be a one-sided pursuit of pattern effects, and physical properties such as moisture-proof, waterproof, thermal insulation, and thermal insulation should be considered. need. The bases are available in a wide variety of types, such as: wooden floors, block floors, terrazzo floors, plastic floors, concrete floors, etc., with a wide variety of patterns and rich colors. The design must be consistent with the entire space environment. Complementary to achieve good results.四、wall decorationIn the scope of indoor vision, the vertical line of sight between the wall and the person is in the most obvious position. At the same time, thewall is the part that people often contact. Therefore, the decoration of the wall is very important for the interior design. The following design principles must be met: 1 IntegrityWhen decorating a wall, it is necessary to fully consider the unity with other parts of the room, and to make the wall and the entire space a unified whole.2 PhysicalThe wall surface has a larger area in the interior space, and the status is more important and the requirements are higher. The requirements for sound insulation, warmth protection, fire prevention, etc. in the interior space vary depending on the nature of the space used, such as the guest room, high requirements. Some, while the average unit canteen, requiresa lower number.3 ArtistryIn the interior space, the decorative effect of the wall plays an important role in rendering and beautifying the indoor environment. The shape of the wall, the partition pattern, the texture and the interior atmosphere are closely related to each other. In order to create the artistic effect of the interior space, the wall The artistry of the surface itself cannot be ignored.The selection of wall decoration styles is determined according to the above principles. The forms are roughly the following: plasteringdecoration, veneering decoration, brushing decoration, coil decoration. Focusing on the coil decoration here, with the development of industry, there are more and more coils that can be used to decorate walls, such as: plastic wallpaper, wall cloth, fiberglass cloth, artificial leather, and leather. These materials are characterized by the use of It is widely used, flexible and free, with a wide variety of colors, good texture, convenient construction, moderate prices, and rich decorative effects. It is a material that is widely used in interior design.五、Ceiling decorationThe ceiling is an important part of the interior decoration, and it is also the most varied and attractive interface in the interior space decoration. It has a strong sense of perspective. Through different treatments, the styling of lamps and lanterns can enhance the space appeal and make the top surface rich in shape. Colorful, novel and beautiful.1 Design principlesPay attention to the overall environmental effects.The ceiling, wall surface and base surface together make up the interior space and jointly create the effects of the indoor environment. The design should pay attention to the harmonization of the three, and each has its own characteristics on a unified basis.The top decoration should meet the applicable aesthetic requirements.In general, the effect of indoor space should be lighter and lighter. Therefore, it is important to pay attention to the simple decoration of the top decoration, highlight the key points, and at the same time, have a sense of lightness and art.The top decoration should ensure the rationality and safety of the top structure. Cannot simply pursue styling and ignore safety2 top design(1) Flat roofThe roof is simple in construction, simple in appearance, and convenient in decoration. It is suitable for classrooms, offices, exhibition halls, etc. Its artistic appeal comes from the top shape, texture, patterns, and the organic configuration of the lamps.(2) Convex ceilingThis kind of roof is beautiful and colorful, with a strong sense of three-dimensionality. It is suitable for ballrooms, restaurants, foyers, etc. It is necessary to pay attention to the relationship between the primary and secondary relationships and the height difference of various concavo-convex layers. It is not appropriate to change too much and emphasize the rhythm of rhythm and the artistry of the overall space. .(3) Suspended ceilingV arious flaps, flat plates or other types of ceilings are hung under the roof load-bearing structures. These ceilings are often used to meetacoustic or lighting requirements or to pursue certain decorative effects. They are often used in stadiums, cinemas, and so on. In recent years, this type of roof has also been commonly used in restaurants, cafes, shops, and other buildings to create special aesthetics and interests.(4) Well format ceilingIt is in the form of a combined structural beam, in which the main and secondary beams are staggered and the relationship between the wells and beams, together with a ceiling of lamps and gypsum floral designs, is simple and generous, with a strong sense of rhythm.(5) Glass ceilingThe halls and middle halls of modern large-scale public buildings are commonly used in this form, mainly addressing the needs of large-scale lighting and indoor greening, making the indoor environment richer in natural appeal, and adding vitality to large spaces. It is generally in the form of a dome, a cone, and a zigzag. In short, interior decoration design is a comprehensive discipline, involving many disciplines such as sociology, psychology, and environmental science, and there are many things that we need to explore and study. This article mainly elaborated the basic principles and design methods of interior decoration design. No matter what style belongs to the interior design door, this article gives everyone a more in-depth understanding and comprehension of interior design. If there are inadequacies, let the criticism correct me.中文译文室内装饰简述Y Miyazaki一室内装饰设计要素1 空间要素空间的合理化并给人们以美的感受是设计基本的任务。
华北电力大学毕业设计(论文)附件外文文献翻译学号: 200701000324 姓名:杨曦所在院系:电力工程系专业班级:电气化0707指导教师:安勃原文标题: Research on Smart Grid in China2011年06月20日对中国智能电网的研究1摘要——智能电网是电力系统的未来发展的新方向。
在本文中,首先是智能电网的背景,意义,以及概念和结构。
典型的智能电网图如下所示.然后,在美国和欧洲智能电网的发展现状进行了描述,并对这些国家未来发展思路的趋势进行了总结和比较及分析。
此外,分析了中国智能电网发展的必要性,详细介绍了在目前与中国与有关项目,并对特高压电网和智能电网之间的的关系进行了讨论。
最后,对智能电网在未来在中国电网的潜在作用进行了展望和并为中国的智能电网发展指明新方向.索引词,智能电网,特高压电网,规划,经营,管理一导言随着世界经济全球化的推广,石油价格一直维持在一个上升的趋势。
还值得注意的是世界范围内的的能源供应短缺,对资源和环境的压力越来越大,同时,由于目前电网的低效率,在能源输送过程中损失了巨大的电力。
此外,由于不断增长的电力需求和用户对电力可靠性和质量日益增长的要求,电力工业正面临着前所未有的挑战和机遇。
因此,一个有环境友好,经济,高性能,低投资,安全性,可靠性和灵活性特点的的电力系统一直是电力工程师的目标。
尽管如此,基础设施和先进的仪表出现互联网更广泛地的使用加速了这个过程[1]。
自1990年以来随着分布式发电越来越多地使用,已经对对电网的强度提出更多的需求和要求[2][3]。
对于这些问题,为了找出最佳的解决方案,电力公司应接受新的思路,采用新技术,对现有的能源系统进行潜力挖掘,对技术和应用加以改进。
来自不同国家的学者和专家已经达成共识:未来电网的必须能够满足不同的需求及能源发电,高度市场化的电力交易的需求,由此可以满足客户的自我选择。
所有这些都将成为未来智能电网的发展方向。
Yunnan Ethnic pattern in Packaging DesignAbstract: Art is a folk Mother of the arts,is the source of the new art, From which to draw a strong tradition of high—grade Nutrition。
The persons belonging to national folk arts Ethnic patterns,are folk arts Intraoperative a gem, its development Research,and with the means of modern art,art wind Grid,professional skills combine to form a unique Style and features a modern design There are important applications,this paper focuses on Minority Folk pattern in modern packaging design Meter applications are discussed.Keywords: Yunnan Ethnic. Pattern。
Packaging Design.IntroductionYunnan is a multi-ethnic province, Here multiply survive the Han, Yi, Bai More than twenty families, Zhuang, Miao, Dai, etc。
Nation. Long history of various ethnic groups in Yunnan Province, the source is far Long, creating a rich and colorful Folk art。
环境管理会计(EMA)是管理会计发展的趋势Christine Jasch摘要:组织机构和会计师们为什么应该关心环境问题?来自供应链、资金提供商、监管机构以及其他利益相关者对于环境绩效及其信息披露的压力,导致组织机构的与环境相关的成本不断增加。
但同时提高环境绩效能够带来潜在的货币利益这一观点也逐渐得到人们的认同,传统的会计实务不能充分提供对于环境管理和与之相关的战略决策所需要的信息。
由于联合国可持续发展事务署下的环境管理会计工作组的成立,以及由它主办的出版物的发行,环境管理会计得到了促进和提升。
最近,国际会计师联合会发行了一份关于环境管理会计的指导性文件,这将进一步推动环境管理会计在会计师中的应用。
这期《清洁生产》杂志的关于环境管理会计的这个特别问题,侧重于它的方法论背景,以及来自澳大利亚、奥地利、阿根廷、加拿大、日本和立陶宛的案例研究经验。
正文:环境问题伴随者相关费用,收入和利益,正被世界上大多数国家的公民,政府组织,合作型领导人给予越来越多的关注.但是,有一个越来越广泛的共识,那就是,传统的会计不能为合理的支持在环境管理责任方面的决策制定提供准确的信息.为了填补这个差距,目前,EMA的新兴领域已经受到持续增加的关注.在19世纪九十年代早期,美国环保署是第一个成立了正式的项目去促进EMA的采纳的国家机构.从那时起,在30个国家的组织已经开始推动和落实EMA的许多不同类型的与环保相关的管理措施. 对于EMA的广泛关注是由于联合国可持续发展事务司对EMA的提倡以及其对EMA书籍的委托出版。
国际会计师联合会决定授权在由联合国科学发展司EMA工作组发表的最早的关于EMA 两本出版物的基础上发展一个关于EMA的指导性文件以整合关于EMA的最好的信息并与此同时进行必要的更新和添加.这个文件既不是有规定的要求的标准,也不是个描述性研究报告.它意在成为一个提供指导性信息的文件,作为监管要求,标准和纯粹信息的中间地带.这样, 它的目标是提供了一个总体框架和EMA的定义是相当全面,这是一致的可能与其他现有的,广泛应用于环境会计框架与EMA必须通力合作,以减少一些就这一重要议题的国际混乱功能。
毕业设计(论文)外文文献翻译文献、资料中文题目:财务风险管理文献、资料英文题目:Financial Risk Management 文献、资料来源:文献、资料发表(出版)日期:院(部):专业:班级:姓名:学号:指导教师:翻译日期: 2017.02.14财务管理类本科毕业论文外文翻译译文:[美]卡伦·A·霍契.《什么是财务风险管理?》.《财务风险管理要点》.约翰.威立国际出版公司,2005:P1-22.财务风险管理尽管近年来金融风险大大增加,但风险和风险管理不是当代的主要问题。
全球市场越来越多的问题是,风险可能来自几千英里以外的与这些事件无关的国外市场。
意味着需要的信息可以在瞬间得到,而其后的市场反应,很快就发生了。
经济气候和市场可能会快速影响外汇汇率变化、利率及大宗商品价格,交易对手会迅速成为一个问题。
因此,重要的一点是要确保金融风险是可以被识别并且管理得当的。
准备是风险管理工作的一个关键组成部分。
什么是风险?风险给机会提供了基础。
风险和暴露的条款让它们在含义上有了细微的差别。
风险是指有损失的可能性,而暴露是可能的损失,尽管他们通常可以互换。
风险起因是由于暴露。
金融市场的暴露影响大多数机构,包括直接或间接的影响。
当一个组织的金融市场暴露,有损失的可能性,但也是一个获利或利润的机会。
金融市场的暴露可以提供战略性或竞争性的利益。
风险损失的可能性事件来自如市场价格的变化。
事件发生的可能性很小,但这可能导致损失率很高,特别麻烦,因为他们往往比预想的要严重得多。
换句话说,可能就是变异的风险回报。
由于它并不总是可能的,或者能满意地把风险消除,在决定如何管理它中了解它是很重要的一步。
识别暴露和风险形式的基础需要相应的财务风险管理策略。
财务风险是如何产生的呢?无数金融性质的交易包括销售和采购,投资和贷款,以及其他各种业务活动,产生了财务风险。
它可以出现在合法的交易中,新项目中,兼并和收购中,债务融资中,能源部分的成本中,或通过管理的活动,利益相关者,竞争者,外国政府,或天气出现。
Business process re-engineering –saviour or just another fad?One UK health care perspectiveAnjali PatwardhanHealth Service Management Centre,Birmingham,UK,and Dhruv Patwardhan University of Newcastle,Newcastle upon Tyne,UKAbstractPurpose –Pressure to change is politically driven owing to escalating healthcare costs and an emphasis on efficiency gains,value for money and improved performance proof in terms of productivity and recently to some extent by demands from less satisfied patients and stakeholders.In a background of newly immerging expensive techniques and drugs,there is an increasing consumer expectation,i.e.quality services.At the same time,health system managers and practitioners are finding it difficult to cope with demand and quality expectations.Clinicians are frustrated because they are not recognised for their contribution.Managers are frustrated because meaningful dialogue with clinicians is lacking,which has intensified the need for change to a more efficient system that satisfies all arguments about cost effectiveness and sustainable quality services.Various strategies,originally developed by management quality “gurus”for engineering industries,have been applied to health industries with variable success,which largely depends on the type of health care system to which they are applied.Design/methodology/approach –Business process re-engineering is examined as a quality management tool using past and recent publications.Findings –The paper finds that applying business process re-engineering in the right circumstances and selected settings for quality improvement is critical for its success.It is certainly “not for everybody”.Originality/value –The paper provides a critical appraisal of business process re-engineering experiences in UK healthcare.Lessons learned regarding selecting organisations and agreeing realistic expectations are addressed.Business process re-engineering has been evaluated and reviewed since 1987in US managed health care,with no clear lessons learned possibly because unit selection and simultaneous comparison between two units virtually performing at opposite ends has never been done before.Two UK pilot studies,however,add useful insights.Keywords Business process re-engineering,Total quality management,Continuous improvement,Medical management,Health services,United KingdomPaper type ViewpointHistory of quality management in health careTo know how health care organisations became interested in industrial quality development tools and how business process re-engineering (BPR)emerged as an option,we have to go back to 1987when the Quality Improvement in Health Care National Demonstration Project (NDP)was launched as an experiment (Godfrey,n.d.).A total of 21health-care organisations participated and promised to support this study lasting eight-months.The aim was to look at the applicability of industrial quality-improvement methods to health care.Support included free consulting,The current issue and full text archive of this journal is available at/0952-6862.htmBPR –saviour or just a fad?289Received 29November 2006Revised 10February 2007Accepted 25May 2007International Journal of Health Care Quality Assurance Vol.21No.3,2008pp.289-296q Emerald Group Publishing Limited 0952-6862DOI 10.1108/09526860810868229materials,access to training courses and reviews.The funding companies included many of the USA’s leading organisations such as Corning,Ford,Hewlett-Packard,IBM and Xerox.At the final stages of the project evaluations it was clear that out of 21organisations,15health care organisations made significant progress –mainly financial and patient satisfaction gains,target and project time keeping and investment in research and development.The NDP was extended for three years,which eventuallyevolved into the Institute for Healthcare Improvement,a not-for-profit organisation –dedicated to providing health-care quality management ter,BPR emerged as an alternative for managers in organisations frustrated with slow improvements,not encompassing the whole organisation experiencing total quality management (TQM).The TQM key target was to convert an organisation’s structure,culture and services to patient/consumer rather than organisation-focused goals (Harvey and Millett,1999).Why change?Traditionally health care systems were mostly “governed”by clinicians (Shutt,2003)because patient outcomes;that is,recovery from illness,were the sole responsibility of all professionals directly involved in patient plexity and variance in health care studies reveal that outcome has many determinants;i.e.pharmacy,pathology,technical support and information technology.It was also realised that cost containment and good quality care needed teamwork,communication,time management,etc.(Shutt,2003).Sir Roy Griffiths,in the early 1980s,developed hospital general management and the greater involvement of clinicians in resource management initiatives (DHSS,1984).Today,apart from political motives,change is driven by escalating health care costs,increased demands for quality care,value for money services,patient expectation and third-party payers in managed health care systems.These intensified the need for change to more efficient health care systems.What is BPR?BPR,also known business transformation and process change management,was introduced to the business world by Frederick Taylor in his article The Principles of Scientific Management in the 1900s (wikipedia,2006).In the 1990s,Hammer and Champy (1993)introduced Reengineering the Corporation ,which gave birth to BPR.BPR is “the analysis and design of workflows and processes within and between organizations”(Devenport and Short,1990,p.11).Teng et al.(1994)on the other hand,defined BPR as critical analysis and radical redesign of existing business processes to achieve breakthrough improvements in performance measures.Hammer and Champy (1993),similarly,defined BPR as fundamentally rethinking and radically redesigning business processes to achieve dramatic improvements in critical contemporary performance measures such as cost,quality,service and speed.From a health care viewpoint,BPR is a management approach that rethinks present practices and processes in business and its interactions.It attempts to improve underlying process efficiency by applying fundamental and radical approaches by either modifying or eliminating non-value adding activities and redeveloping the process/structure/culture (McNulty and Ferlie,2000).However,in the health sector,a wide variety of patient groups make the health care service a complex project to redesign along these lines,thereby rendering changes context and time sensitive.IJHCQA 21,3290BPR key featuresHealth care’s BPR approach means starting with clean slate and rethinking services using a patient-focused approach.With the benefit of hindsight BPR identifies delays caused by unnecessary steps or potential errors that are built into processes.It is presumed that redesigning processes by removing these errors dramatically improves care quality.The BPR approach,therefore,raises expectations about dramatic results. Consequently,high returns on investment are anticipated.The process,planned strategically,is explained in Taylor’s BPR framework(wikipedia,2006): .defining BPR’s purpose and goal;.identifying requirements that meet clients’needs;.defining project scope,including appropriate activities such as process mapping;.assessing the environment using,for example,force-field analyses;.re-engineering business processes and activities;.implementing redesigned processes;and.monitoring redesign success and failure.BPR vs TQMComparing BPR with other popular quality management methods helps us to appreciate and highlight key features in a health care context(Harvey and Millett,1999).TQM or continuous quality improvement(CQI)refers to programmes and initiatives that emphasise incremental improvement in work processes and outputs over an open-ended time period.In contrast,BPR refers to discrete initiatives intended to radically redesign and improve work processes within a time frame.Some people think TQM is best suited to quality in health care improvement though it is an incremental stepwise,slow but holistic approach.In practice,TQM and BPR are customer-oriented and both encourage managers and practitioners to take a customer view point.Both are team approaches that involve process control.The TQM protagonists assume that existing health care practices and systems are principally right but improvements are needed.The BPR supporters,on the other hand,assume that health care systems and practices areflawed and need replacing.Those using TQM expect and believe in stepwise increments in performance as opposed to BPR experts who look for dramatic results.TQM aims to improve all levels for all stakeholders and at all steps,while BPR aims at specified areas only.Standardisation and supporting documentation is a TQM key point.Believing in consistent and cost-effective performance and minimising process or system defects, prevents rather than corrects problems(Field and Swift,1996).Those that use the BPR approach,on the other hand,areflexible and assume that standardisation increases process complexity(Harvey and Millett,1999).Nevertheless,BPR is a drastic change leading to staff resistance.Moreover,it is a top-down approach,so management support and commitment is vital to success.Innovation,therefore,is a risky process when used for“sick organisations”.The TQM incremental method,on the other hand,follows a gradual approach that is mostly bottom-up.It involves employees and often based on Deming’s principles that direct improvements through plan-do-study-act(PDSA)cycle.TQM,therefore,is suitable for improving quality in any organisation,although some amendments to suit context may be needed.Application in managed health care generated different results BPR–saviour or just a fad?291when dissimilar processes were applied in different scenarios.Business process re-engineering,therefore,may not suite everyone because it works better when applied to sick organisations or in fundamentally defective systems (Bashein et al.,1994).The TQM approach is about a cultural change as it is built into practices hooked on daily routines.The BPR method is a target-oriented process that is time sensitive because if not completed as planned then success may be jeopardised.The TQM primary enableris statistical process control,while in BPR it is information and technology (Harvey and Millett,1999).Advantages of applying BPR to health service quality improvementUsing BPR in the health sector was a response to frustrations amongst managers in organisations who perceived TQM’s incrementalism and ability to achieve organisation-wide change had failed.King’s College Hospital experience (Grimes,2000;Harrison et al.,1992)suggests that BPR could be best tried to achieve previously unachieved levels of efficiency in scenarios when other efforts/methods had been unsuccessful.The driving forces for change were aspirations to develop a more efficient system that satisfies consumers’demands for service quality and value for money (Bowns and McNulty,1999).At the same time,BPR makes it possible to sustain such quality without necessarily costing more,even though we know that health care costs are rising steeply.The third and most important aspiration in the King’s project was to improve professionals’job satisfaction,what they felt they always deserved.The aim was to orient health care towards and focus on patients rather than organisation needs.The BPR approach focuses on rethinking and redesigning processes from scratch,giving staff opportunities to revisit services in detail,thereby pointing out improvement areas.It strips all non-value adding and unnecessary steps from the process to make services more efficient.Although it is managed top-down and dominated by managers and leaders,decision making is done at the coal-face,thereby empowering the team.The BPR approach provides a flexible work environment,culture and work practices.It can be valuable for organisations in deep difficulties and performing poorly.In such a crisis,re-engineering may be the only way organisations can survive (Harvey and Millett,1999).Where major structural and cultural deficiencies are identified or are obvious as a poor performance cause,BPR is the best way to handle that scenario –evident from King’s College Hospital experiences (Bowns and McNulty,1999).BPR limitations in health care quality improvementWe know that BPR is a top-down approach that staff may resist.It is cited by autonomous clinical professionals as “a brutal and inappropriate technique”(Jones,1996,p.4284).Implementing BPR in health care scenarios,where clinicians are key players,therefore,is not only difficult but also unsafe (McNulty and Ferlie,2000).Thus,BPR may lead to ownership loss and employee de-motivation because they are not involved in planning and change management.Generally,change processes are less-well understood by employees (Jones,1996,p.4284):Quality would seem unlikely to be forthcoming if re-engineering is imposed from the top down in a rigid and mechanistic fashion ...If organizational change is to be effective and sustainable,this will also require the active engagement of,and learning by,employees rather than grudging compliance with management diktat.IJHCQA 21,3292Quality improvement in European public services elaborated health care TQM and BPR as quality improvement tools.It was acknowledged that many business approaches to quality improvement,including TQM and re-engineering,failed to take account of health care’s complexity and the nature of professionalised knowledge.The language and values used in most of these projects were alien to clinicians and so were rejected as management fads.It seems that BPR requires massive culture and structure change if it is to improve quality of the same magnitude.It may be that radical overnight transformation may sound impressive but unrealistic.Structural and cultural change needs time to develop,be accepted and absorbed at all levels, particularly in health care settings.In short,BPR is a high-cost and high-risk project. Seventy-percent of all industries could not achieve their targets–a BPR success rate around30per cent.In the health care sector,on the other hand,from the literature we reviewed,there is no successfigure available.BPR carries an unrealistic scope and expectation most of the time,which may be a reason for its70per cent failure rate.Its top-down nature and success depends on sustained management commitment and inspirational leadership,which is not easily measured and may not be available up to the threshold needed.BPR may make only a unit change in time.To be meaningful,it needs to be followed by a CQI exercise.Once changes are brought about,BPR-based change needs CQI projects to have sustained results.It is always contested that BPR does not take account of human processes–evident from Jones’(1996,p.4284) quotation:Such a perspective is seen as promoting the idea that you can design a perfect process, implement it exactly as you planned and the organizational machine will carry it out faultlessly.Setting on one side questions about the reliability of this whole process,it is evident that BPR neglects the important role of human creativity in making process work. As we raised earlier,BPR usually innovates one process at a time rather than a whole organisation approach.The process that is changed,therefore,might not have an effect on overall organisational performance that can be measured especially those perceived by consumers.In other words,BPR may have a drastic effect on one specific process but none or very little on total organisational performance.A simple illustration for improving inpatient admissions shows that BPR alone cannot improve services.There will be need also to improve day care,outpatient,primary care and emergency services. All have an effect on an organisation’s inpatient services because they are interlinked and interdependent.Moreover,BPR’s effect can be difficult to assess in this context since NHS organisations lack specific measures(Bowns and McNulty,1999).The extent to which BPR is applicable to health care systemsThe UK BPR health care experience comes from two centrally funded pilot studies:(1)King’s College Hospital,London(KCH);and(2)Leicester Royal Infirmary(LRI).The KCH project was evaluated by a Brunel team(Packwood et al.,1998;Grimes,2000) and the LRI scheme by Sheffield and Warwick(Bowns and McNulty,1999).Employees in these organisations shared their BPR experiences during evaluation.Consequently, both studies generated interesting and valuablefindings as they highlighted to what extent BPR could be applied to health care systems.However,the two hospitals were BPR–saviour or just a fad?293extremes,i.e.KCH was a “sick”unit at the time of the study.LRI,on the other hand,was one of the best teaching hospitals (McNulty and Ferlie,2000)with little scope to improve.At the end of the pilot studies it was evident from reports that both hospitals could not reach expectations especially the drastic changes and improvements anticipated at the beginning of the BPR projects.Both reduced waiting times and length of stay along with faster diagnostic processes.King’s,over and above theseimprovements,also made £1million savings (Grimes,2000)–attributed to “waste reduction”by process mapping followed by removing non-value adding activities and by increasing efficiency in the renewed system (Packwood et al.1998).This suggests that BPR is not for everybody and that selecting units to which BPR can be applied is important to achieve desired results.When the two trusts ran the pilot,they also continued to work on their generic and core improvement initiatives at different levels in the process and so it was difficult to attribute success to BPR alone or to assess its relative contribution to overall improvements.One approach to identify suitable sub processes for applying BPR is process mapping from “door to door”,which helps capture all the process components and applying a lean approach (Jones and Mitchell,2006,p.23).Identifying value-added activities highlights the non-value-added ones.Each non-value-added activity can be measured and analysed to assess its impact and ways to eliminate activity.Resource availability,deadline,cost,generic skills and above all,urgency to change help users select the right improvement tool.Also,as raised earlier,change management success is closely related to team morale,ownership and motivation.To achieve quality in health care services,therefore,two key staff groups –managers and clinicians,who come from different cultural backgrounds and are knowledgeable in different ways,need to work as a team.Understanding and cooperation are crucial if difficult tasks are to be accomplished (Shortell et al.1998).However,BPR’s failure to consider the human aspects of processes may make it difficult to integrate BPR into health care services.The BPR approach sounds impressive but unrealistic because soft structural and cultural change need time to develop particularly in health care settings.We believe that BPR can help to improve health services if it is meticulously planned and applied diligently.In short,even with all BPR’s limitations,it is still capable of delivering dramatic results not least because it forces staff to think from outside the scenario or process as a whole and work to deadlines (Bowns and McNulty,1999).Conclusions and recommendationsHealth care is a more complex system than any manufacturing industry.As a service provider with a major human component there are safety and efficiency issues rather than cost and efficacy,which separates health care from industry.BPR,like other single approaches to improve service quality,are likely to be unsuitable for health care (Shortell and Ferlie,2001),which is comprised of a number of sub processes.It has many stakeholders at different levels and there is wide variation in its internal customer (e.g.,fellow professionals)and external customer (i.e.patients)needs.We accept that BPR can be used as a tool for improving some sub-process or sub-unit activity.An example could be what happened in the LRI where BPR was tried as a quality improvement tool in bed management,pathology and OPD service innovation,etc.;but not applied in areas where clinician’s precision was paramount or where BPR was accepted less-well.In these areas,therefore,views on the methods’suitability forIJHCQA 21,3294quality improvements were mixed.That is,TQM and BPR ideally should always be followed by CQI methods for service improvement to be sustainable and effective.In short,quality management tools designed for industry should be applied to health services with proper selection,caution and care.ReferencesBashein,B.J.,Markus,M.L.and Riley,P.(1994),“Preconditions for BPR success:and how to prevent failures”,Information Systems Management,Vol.11No.2,pp.7-13.Bowns,I.R.and McNulty,T.(1999),Re-engineering Leicester Royal Infirmary–Executive Summary,School of Health and Related Research,University of Sheffield,Sheffield. Devenport,T.and Short,J.(1990),“The new industrial engineering information technology and BPR”,Sloan Management Review,Summer,pp.11-27.DHSS(1984),Health Services Management:Implementation of the NHS Management Inquiry, DHSS Circular HC(84)13,DHSS,London.Field,S.W.and Swift,K.G.(1996),Effecting a Quality Change:An Engineering Approach,Arnold, London.Godfrey,B.(n.d.),“Quality health care”,Quality Digest,available at:/ sep96/health.htm(accessed on15October2006).Grimes,K.(2000),Changing the Change Team,King’s College Hospital,London.Hammer,M.and Champy,J.(1993),Reengineering the Corporation:A Manifesto for Business Revolution,Harper Business Books,New York,NY.Harrison,S.,Hunter,D.,Marnoch,G.and Pollitt,C.(1992),Just Managing:Power and Culture in the NHS,Macmillan,Basingstoke.Harvey,S.and Millett,B.(1999),“OD,TQM and BPR:a comparative approach”,Australian Journal of Management and Organizational Behavior,Vol.2No.3,pp.30-42.Jones,D.and Mitchell,A.(2006),Lean Thinking for the NHS:A Report Commissioned by the NHS Confederation,pamphlet RA395.G7,NHS Confederation,London.Jones,M.(1996),“Re-engineering”,in Warner,M.(Ed.),International Encyclopedia of Business and Management,Routledge,London.McNulty,T.and Ferlie,E.(2000),Reengineering Health Care:The Complexities of Organisational Transformation,Oxford University Press,Oxford.Packwood,T.,Pollitt,C.and Roberts,S.(1998),“Good medicine?A case study of business process reengineering in a hospital”,Policy and Politics,Vol.26No.4,pp.401-15. Shortell,S.and Ferlie,E.(2001),“Improving quality of healthcare in the United Kingdom and the United States:a framework for change”,The Milbank Quarterly,Vol.79No.2,May, pp.281-315.Shortell,S.M.,Waters,T.M.and Clarke,K.W.B.(1998),“Physicians as double agents: maintaining trust in an era of multiple accountabilities”,Journal of the American Medical Association,Vol.280No.12,pp.1102-8.Shutt,J.A.(2003),“Balancing the health care scorecard”,Managed Care,September,pp.42-6. Teng,J.T.C.,Grover,V.and Fiedler,K.(1994),“Business process reengineering:charting a strategic path for the information age”,California Management Review,Vol.36No.3, pp.9-31.wikipedia(2006),“Frederick Winslow Taylor”,available at:/wiki/ Frederick_Winslow_Taylor(accessed2December2006).BPR–saviour or just a fad?295Further reading Davies,H.T.O.(2000),“Organizational culture and quality of health care”,Quality in Health Care ,Vol.9No.2,pp.111-9.Malhotra,Y.(1998),“Business process redesign:an overview”,IEEE Engineering Management Review ,Vol.26No.3,pp.214-25.Pollitt,C.(1996),“Business approaches to quality improvement:why are they hard for the NHS toswallow?”,Quality in Health Care ,Vol.5No.2,pp.104-10.Raymond,L.,Bergeron, F.and Rivard,S.(1980),“Determinants of business processreengineering success in small and large enterprises:an empirical study in the Canadian context”,Journal of Small Business Management ,Vol.36,pp.72-85.Corresponding authorAnjali Patwardhan can be contacted at:doctoranjali@IJHCQA 21,3296To purchase reprints of this article please e-mail:reprints@ Or visit our web site for further details:/reprints。
车辆工程专业——外文文献翻译(中英文翻译)附录Ⅰ(原文)Modern cars is not a simple means of delivery, it is already "people, cars and the environment," the combination. As a car seat directly support the user's device, the car has no small importance of the components. The main function of car seats for the driver to provide ease of manipulation, comfortable, safe and easy fatigue of the driver seat. Seat design should also meet the following five basic requirements: the seat of the rational arrangement; Second, the seat shape to meet the body's physiological function; Third, the seat should have the regulatory agencies; Fourth, the vibration characteristics of a good seat; Five seats to be very safe and reliable; eat size of the installation location is important, it directly affects the user's convenience and comfort. Seating layout should reflect the requirements of ergonomics. Driver's seat is the most crucial seats. Its basic requirement is a reasonable layout and simple operation, that is, when the drivers take on the steering wheel, joystick and pedals for good accessibility. Because differences in European, American and Asian body in some countries is very wide car seat, car seat in some countries is relatively small. As the crowd the same area, there are differences between men and women, the tall and the small differences in driver's seatmust have regulatory agencies to meet most people's body. "Most people" concept, the car body design used a two-dimensional model, which according to the height of its total population is divided into different groups: Seat size of the installation location is important, it directly affects the user's convenience and comfort. Seating layout should reflect the requirements of ergonomics. Driver's seat is the most crucial seats. Its basic requirement is a reasonable layout and simple operation, that is, when the drivers take on the steering wheel, joystick and pedals for good accessibility. Because differences in European, American and Asian body in some countries is very wide car seat, car seat in some countries is relatively small. As the crowd the same area, there are differences between men and women, the tall and the small differences in driver's seat must have regulatory agencies to meet most people's body. "Most people" concept, the car body design used a two-dimensional model, which according to the height of its total population is divided into different groups: 5[%] (all 5[%] of drivers in the short stature than or equal to this size, the remaining 95[%] taller large); 95[%] (all 95[%] of drivers in the short stature than or equal to the size of the remaining 5[%] taller large). Applied in the automotive industry in the total range of between 5[%] and 95[%], that is, including the 90[%] crowd. For example, adjustable seats and pedals designed distance between the drivers as much as possible to adapt body, where women generally take 5[%] and 95[%] of male body model.Driver's seat on the steering wheel, joystick and pedals to take the body and determines the position, posture, seating arrangement by the position and shape of the design of the decision. Drivers to take the posture is not ideal or even lead to fatigue and strain. Therefore, Japan and major European and American design of the depot location has the basic drivers seat position, head, shoulders, arms, abdomen, legs and other reference data space, can not be arbitraryCar seats from the seat, back, dorsal support, headrests and other components, they have a surface shape, seat surface and backrest should be with the body shape curve of the back curve of a relaxed state match, after the seat occupant seated surface shape and the body pressure distribution in the muscles of the crew to make the most relaxed state, to support the lumbar spine, not because of poor circulation caused numbness, fatigue easily take a long time. Through the front seat up and down, backrest angle, head up and down positions, such as the limited front and rear adjustment, can make most people are comfortable. The spring seat seat vibration performance constitute the key. Tests show that vehicle is in motion even though the floor vibration, but the action of the spring seat, the seat is still possible to get good comfort, good performance if the spring, the comfort of the car will be relatively poor. At present, most holistic seat cushion foam urethane, which uses S-shaped coil springor springs from being buried in urethane foam, has a simple structure, low cost, noise-free advantages. Low-back seats for the car, the head is an attachment on the seat. As the speed increases, its growing importance of personal safety. Car in the event of rear-end collision, the impact of cars by the force behind the rapid moment forward, the inertia occupant's head is suddenly thrown back, cervical spine to withstand the acceleration forces to the large and easily hurt. With the head supporting and reduce the space of free movement of the head can reduce the impact of the cervical spine. 1998 Volvo (Volvo) car assembly WHIPS (Whiplash Protection System) rear-end collision occurs when the headrest and backrest can be made after the occupants moved at the same time effectively prevent cervical spine injury. The current car seat has seat belts, airbags together constitute the security of the crew. The strength of their own car seat, the reliability of the connection on the body, back strength and testing requirements are the industry standard, not just to do an installation up to the line. With modern technology, car seats are equipped pneumatic devices, air pump from the engine compartment is provided inside the seat back pressure chamber 4, respectively, to achieve the protection of the Ministry of the lumbar spine. Are divided into two parts back, the angle can be adjusted to make the waist and shoulder the same time close to the back, play a security role. Have built in the back of a computer-controlled electronic oscillator, and massage healtheffects.附录Ⅱ(译文)现代轿车已经不是一个单纯的运载工具,它已经是“人、汽车与环境”的组合体。
机械类外文文献翻译(中英文翻译)英文原文Mechanical Design and Manufacturing ProcessesMechanical design is the application of science and technology to devise new or improved products for the purpose of satisfying human needs. It is a vast field of engineering technology which not only concerns itself with the original conception of the product in terms of its size, shape and construction details, but also considers the various factors involved in the manufacture, marketing and use of the product.People who perform the various functions of mechanical design are typically called designers, or design engineers. Mechanical design is basically a creative activity. However, in addition to being innovative, a design engineer must also have a solid background in the areas of mechanical drawing, kinematics, dynamics, materials engineering, strength of materials and manufacturing processes.As stated previously, the purpose of mechanical design is to produce a product which will serve a need for man. Inventions, discoveries and scientific knowledge by themselves do not necessarily benefit people; only if they are incorporated into a designed product will a benefit be derived. It should be recognized, therefore, that a human need must be identified before a particular product is designed.Mechanical design should be considered to be an opportunity to use innovative talents to envision a design of a product, to analyze the systemand then make sound judgments on how the product is to be manufactured. It is important to understand the fundamentals of engineering rather than memorize mere facts and equations. There are no facts or equations which alone can be used to provide all the correct decisions required to produce a good design.On the other hand, any calculations made must be done with the utmost care and precision. For example, if a decimal point is misplaced, an otherwise acceptable design may not function.Good designs require trying new ideas and being willing to take a certain amount of risk, knowing that if the new idea does not work the existing method can be reinstated. Thus a designer must have patience, since there is no assurance of success for the time and effort expended. Creating a completely new design generally requires that many old and well-established methods be thrust aside. This is not easy since many people cling to familiar ideas, techniques and attitudes. A design engineer should constantly search for ways to improve an existing product and must decide what old, proven concepts should be used and what new, untried ideas should be incorporated.New designs generally have "bugs" or unforeseen problems which must be worked out before the superior characteristics of the new designs can be enjoyed. Thus there is a chance for a superior product, but only at higher risk. It should be emphasized that, if a design does not warrant radical new methods, such methods should not be applied merely for the sake of change.During the beginning stages of design, creativity should be allowedto flourish without a great number of constraints. Even though many impractical ideas may arise, it is usually easy to eliminate them in the early stages of design before firm details are required by manufacturing. In this way, innovative ideas are not inhibited. Quite often, more than one design is developed, up to the point where they can be compared against each other. It is entirely possible that the design which is ultimately accepted will use ideas existing in one of the rejected designs that did not show as much overall promise.Psychologists frequently talk about trying to fit people to the machines they operate. It is essentially the responsibility of the design engineer to strive to fit machines to people. This is not an easy task, since there is really no average person for which certain operating dimensions and procedures are optimum.Another important point which should be recognized is that a design engineer must be able to communicate ideas to other people if they are to be incorporated. Communicating the design to others is the final, vital step in the design process. Undoubtedly many great designs, inventions, and creative works have been lost to mankind simply because the originators were unable or unwilling to explain their accomplishments to others. Presentation is a selling job. The engineer, when presenting a new solution to administrative, management, or supervisory persons, is attempting to sell or to prove to them that this solution is a better one. Unless this can be done successfully, the time and effort spent on obtaining the solution have been largely wasted.Basically, there are only three means of communication available tous. These are the written, the oral, and the graphical forms. Therefore the successful engineer will be technically competent and versatile in all three forms of communication. A technically competent person who lacks ability in any one of these forms is severely handicapped. If ability in all three forms is lacking, no one will ever know how competent that person is!The competent engineer should not be afraid of the possibility of not succeeding in a presentation. In fact, occasional failure should be expected because failure or criticism seems to accompany every really creative idea. There is a great deal to be learned from a failure, and the greatest gains are obtained by those willing to risk defeat. In the final analysis, the real failure would lie in deciding not to make the presentation at all. To communicate effectively, the following questions must be answered:(1) Does the design really serve a human need?(2) Will it be competitive with existing products of rival companies?(3) Is it economical to produce?(4) Can it be readily maintained?(5) Will it sell and make a profit?Only time will provide the true answers to the preceding questions, but the product should be designed, manufactured and marketed only with initial affirmative answers. The design engineer also must communicate the finalized design to manufacturing through the use of detail and assembly drawings.Quite often, a problem will occur during the manufacturing cycle [3].It may be that a change is required in the dimensioning or tolerancing of a part so that it can be more readily produced. This fails in the category of engineering changes which must be approved by the design engineer so that the product function will not be adversely affected. In other cases, a deficiency in the design may appear during assembly or testing just prior to shipping. These realities simply bear out the fact that design is a living process. There is always a better way to do it and the designer should constantly strive towards finding that better way.Designing starts with a need, real or imagined. Existing apparatus may need improvements in durability, efficiently, weight, speed, or cost. New apparatus may be needed to perform a function previously done by men, such as computation, assembly, or servicing. With the objective wholly or partly defined, the next step in design is the conception of mechanisms and their arrangements that will perform the needed functions.For this, freehand sketching is of great value, not only as a record of one's thoughts and as an aid in discussion with others, but particularly for communication with one's own mind, as a stimulant for creative ideas.When the general shape and a few dimensions of the several components become apparent, analysis can begin in earnest. The analysis will have as its objective satisfactory or superior performance, plus safety and durability with minimum weight, and a competitive east. Optimum proportions and dimensions will be sought for each critically loaded section, together with a balance between the strength of the several components. Materials and their treatment will be chosen. These important objectives can be attained only by analysis based upon the principles ofmechanics, such as those of statics for reaction forces and for the optimumutilization of friction; of dynamics for inertia, acceleration, and energy; of elasticity and strength of materials for stress。
外文文献翻译(含:英文原文及中文译文)英文原文Stamping technologyIntroductionIn the current fierce market competition, the product to market sooner or later is often the key to the success or failure. Mould is a product of high quality, high efficiency production tool, mold development cycle of the main part of the product development cycle. So the customer requirements for mold development cycle shorter, many customers put the mould delivery date in the first place, and then the quality and price. Therefore, how to ensure the quality, control the cost under the premise of processing mould is a problem worthy of serious consideration. Mold processing technology is an advanced manufacturing technology, has become an important development direction, in the aerospace, automotive, machinery and other industries widely used. Mold processing technology, can improve the comprehensive benefit and competitiveness of manufacturing industry. Research and establish mold process database, provide production enterprises urgently need to high speed cutting processing data, to the promotion of high-speed machining technology has very important significance. This article's main goal is to build a stamping die processing, mold manufacturing enterprises in theactual production combined cutting tool, workpiece and machine tool with the actual situation of enterprise itself accumulate to high speed cutting processing instance, process parameters and experience of high speed cutting database selectively to store data, not only can save a lot of manpower and material resources, financial resources, but also can guide the high speed machining production practice, to improve processing efficiency, reduce the tooling cost and obtain higher economic benefits.1. The concept, characteristics and application of stampingStamping is a pressure processing method that uses a mold installed on a press machine (mainly a press) to apply pressure to a material to cause it to separate or plastically deform, thereby obtaining a desired part (commonly referred to as a stamped or stamped part). Stamping is usually cold deformation processing of the material at room temperature, and the main use of sheet metal to form the required parts, it is also called cold stamping or sheet metal stamping. Stamping is one of the main methods of material pressure processing or plastic processing, and is affiliated with material forming engineering.The stamping die is called stamping die, or die. Dies are special tools for the batch processing of materials (metal or non-metallic) into the required stampings. Stamping is critical in stamping. There is no die that meets the requirements. Batch stamping production is difficult. Without advanced stamping, advanced stamping processes cannot be achieved.Stamping processes and dies, stamping equipment, and stamping materials constitute the three elements of stamping. Only when they are combined can stampings be obtained.Compared with other methods of mechanical processing and plastic processing, stamping processing has many unique advantages in both technical and economic aspects, and its main performance is as follows;(1) The stamping process has high production efficiency, easy operation, and easy realization of mechanization and automation. This is because stamping is accomplished by means of die and punching equipment. The number of strokes for ordinary presses can reach several tens of times per minute, and the high-speed pressure can reach hundreds or even thousands of times per minute, and each press stroke is Y ou may get a punch.(2) Since the die ensures the dimensional and shape accuracy of the stamping part during stamping, and generally does not destroy the surface quality of the stamping part, the life of the die is generally longer, so the stamping quality is stable, the interc hangeability is good, and it has “the same” Characteristics.(3) Stamping can process parts with a wide range of sizes and shapes, such as stopwatches as small as clocks, as large as automobile longitudinal beams, coverings, etc., plus the cold deformation hardening effect of materials during stamping, the strength of stamping and Thestiffness is high.(4) Stamping generally does not generate scraps, material consumption is less, and no other heating equipment is required. Therefore, it is a material-saving and energy-saving processing method, and the cost of stamping parts is low.However, the molds used for stamping are generally specialized, and sometimes a complex part requires several sets of molds for forming, and the precision of the mold manufacturing is high and the technical requirements are high. It is a technology-intensive product. Therefore, the advantages of stamping can only be fully realized in the case of large production volume of stamping parts, so as to obtain better economic benefits.Stamping is widely used in modern industrial production, especially in mass production. A considerable number of industrial sectors are increasingly using punching to process product components such as automobiles, agricultural machinery, instruments, meters, electronics, aerospace, aerospace, home appliances, and light industry. In these industrial sectors, the proportion of stamped parts is quite large, at least 60% or more, and more than 90%. Many of the parts that were manufactured in the past using forging = casting and cutting processes are now mostly replaced by light-weight, rigid stampings. Therefore, it can be said that if the stamping process cannot be adopted in production, it isdifficult for many industrial departments to increase the production efficiency and product quality, reduce the production cost, and quickly replace the product.2. Basic process and mould for stampingDue to the wide variety of stamped parts and the different shapes, sizes, and precision requirements of various parts, the stamping process used in production is also varied. Summarized, can be divided into two major categories of separation processes and forming processes; Separation process is to make the blank along a certain contour line to obtain a certain shape, size and section quality stamping (commonly referred to as blanking parts) of the process; forming process refers to The process of producing a stamped part of a certain shape and size by plastic deformation of the blank without breaking.The above two types of processes can be divided into four basic processes: blanking, bending, deep drawing and forming according to different basic deformation modes. Each basic process also includes multiple single processes.In actual production, when the production volume of the stamped part is large, the size is small and the tolerance requirement is small, it is not economical or even difficult to achieve the requirement if the stamping is performed in a single process. At this time, a centralized scheme is mostly used in the process, that is, two or more singleprocesses are concentrated in a single mold. Different methods are called combinations, and they can be divided into compound-graded and compound- Progressive three combinations.Composite stamping - A combination of two or more different single steps at the same station on the die in one press stroke.Progressive stamping - a combination of two or more different single steps on a single work station in the same mold at a single working stroke on the press.Composite - Progressive - On a die combination process consisting of composite and progressive two ways.There are many types of die structure. According to the process nature, it can be divided into blanking die, bending die, drawing die and forming die, etc.; the combination of processes can be divided into single-step die, compound die and progressive die. However, regardless of the type of die, it can be regarded as consisting of two parts: the upper die and the lower die. The upper die is fixed on the press table or the backing plate and is a fixed part of the die. During work, the blanks are positioned on the lower die surface by positioning parts, and the press sliders push the upper die downwards. The blanks are separated or plastically deformed under the action of the die working parts (ie, punch and die) to obtain the required Shape and size of punching pieces. When the upper mold is lifted, the unloading and ejecting device of the moldremoves or pushes and ejects the punching or scrap from the male and female molds for the next punching cycle.3. Current status and development direction of stamping technologyWith the continuous advancement of science and technology and the rapid development of industrial production, many new technologies, new processes, new equipment, and new materials continue to emerge, thus contributing to the constant innovation and development of stamping technology. Its main performance and development direction are as follows:(1) The theory of stamping and the stamping process The study of stamping forming theory is the basis for improving stamping technology. At present, the research on the stamping forming theory at home and abroad attaches great importance, and significant progress has been made in the study of material stamping performance, stress and strain analysis in the stamping process, study of the sheet deformation law, and the interaction between the blank and the mold. . In particular, with the rapid development of computer technology and the further improvement of plastic deformation theory, computer simulation techniques for the plastic forming process have been applied at home and abroad in recent years, namely the use of finite element (FEM) and other valuable analytical methods to simulate the plastic forming process of metals. According to the analysis results, the designer can predict the feasibility and possiblequality problems of a certain process scheme. By selecting and modifying the relevant parameters on the computer, the process and mold design can be optimized. This saves the cost of expensive trials and shortens the cycle time.Research and promotion of various pressing technologies that can increase productivity and product quality, reduce costs, and expand the range of application of stamping processes are also one of the development directions of stamping technology. At present, new precision, high-efficiency, and economical stamping processes, such as precision stamping, soft mold forming, high energy high speed forming, and dieless multi-point forming, have emerged at home and abroad. Among them, precision blanking is an effective method for improving the quality of blanking parts. It expands the scope of stamping processing. The thickness of precision blanking parts can reach 25mm at present, and the precision can reach IT16~17; use liquid, rubber, polyurethane, etc. Flexible die or die soft die forming process can process materials that are difficult to process with ordinary processing methods and parts with complex shapes, have obvious economic effects under specific production conditions, and adopt energy-efficient forming methods such as explosion for processing. This kind of sheet metal parts with complex dimensions, complex shapes, small batches, high strength and high precision has important practical significance; Superplastic forming of metal materialscan be used to replace multiple common stampings with one forming. Forming process, which has outstanding advantages for machining complex shapes and large sheet metal parts; moldless multi-point forming process is an advanced technology for forming sheet metal surfaces by replacing the traditional mold with a group of height adjustable punches. Independently designed and manufactured an international leading-edge moldless multi-point forming equipment, which solves the multi-point press forming method and can therefore be Changing the state of stress and deformation path, improving the forming limit of the material, while repeatedly using the forming technology may eliminate the residual stress within the material, the rebound-free molding. The dieless multi-point forming system takes CAD/CAM/CAE technology as the main means to quickly and economically realize the automated forming of three-dimensional surfaces.(2) Dies are the basic conditions for achieving stamping production. In the design and manufacture of stampings, they are currently developing in the following two aspects: On the one hand, in order to meet the needs of high-volume, automatic, precision, safety and other large-volume modern production, stamping is To develop high-efficiency, high-precision, high-life, multi-station, and multi-function, compared with new mold materials and heat treatment technologies, various high-efficiency, precision, CNC automatic mold processing machine toolsand testing equipment and molds CAD/CAM technology is also rapidly developing; On the other hand, in order to meet the needs of product replacement and trial production or small-batch production, zinc-based alloy die, polyurethane rubber die, sheet die, steel die, combination die and other simple die And its manufacturing technology has also been rapidly developed.Precision, high-efficiency multi-station and multi-function progressive die and large-scale complex automotive panel die represent the technical level of modern die. At present, the precision of the progressive die above 50 stations can reach 2 microns. The multifunctional progressive die can not only complete the stamping process, but also complete welding, assembly and other processes. Our country has been able to design and manufacture its own precision up to the international level of 2 to 5 microns, precision 2 to 3 microns into the distance, the total life of 100 million. China's major automotive mold enterprises have been able to produce complete sets of car cover molds, and have basically reached the international level in terms of design and manufacturing methods and means. However, the manufacturing methods and methods have basically reached the international level. The mold structure and function are also close to international Level, but there is still a certain gap compared with foreign countries in terms of manufacturing quality, accuracy, manufacturing cycle and cost.4. Stamping standardization and professional productionThe standardization and professional production of molds has been widely recognized by the mold industry. Because the die is a single-piece, small-volume production, the die parts have both certain complexity and precision, as well as a certain structural typicality. Therefore, only the standardization of the die can be achieved, so that the production of the die and the die parts can be professionalized and commercialized, thereby reducing the cost of the die, improving the quality of the die and shortening the manufacturing cycle. At present, the standard production of molds in foreign advanced industrial countries has reached 70% to 80%. Mould factories only need to design and manufacture working parts, and most of the mold parts are purchased from standard parts factories, which greatly increases productivity. The more irregular the degree of specialization of the mold manufacturing plant, the more and more detailed division of labor, such as the current mold factory, mandrel factory, heat treatment plant, and even some mold factories only specialize in the manufacture of a certain type of product or die The bending die is more conducive to the improvement of the manufacturing level and the shortening of the manufacturing cycle. China's stamp standardization and specialized production have also witnessed considerable development in recent years. In addition to the increase in the number of standard parts specialized manufacturers, the number ofstandard parts has also expanded, and the accuracy has also improved. However, the overall situation can not meet the requirements of the development of the mold industry, mainly reflected in the standardization level is not high (usually below 40%), the standard parts of the species and specifications are less, most standard parts manufacturers did not form a large-scale production, standard parts There are still many problems with quality. In addition, the sales, supply, and service of standard parts production have yet to be further improved.中文译文冲压模具技术前言在目前激烈的市场竞争中, 产品投入市场的迟早往往是成败的关键。
华 北 电 力 大 学 科 技 学 院 毕 业 设 计(论 文)附 件 外 文 文 献 翻 译
学 号: 121912020115 姓 名: 彭钰钊 所在系别: 动力工程系 专业班级: 测控技术与仪器12K1 指导教师: 李冰 原文标题: Infrared Remote Control System Abstract
2016 年 4 月 19 日w 红外遥控系统
摘 要 红外数据通信技术是目前在世界范围内被广泛使用的一种无线连接技术,被众多的硬件和软件平台所支持。红外收发器产品具有成本低,小型化,传输速率快,点对点安全传输,不受电磁干扰等特点,可以实现信息在不同产品之间快速、方便、安全地交换与传送,在短距离无线传输方面拥有十分明显的优势。红外遥控收发系统的设计在具有很高的实用价值,目前红外收发器产品在可携式产品中的应用潜力很大。全世界约有1亿5千万台设备采用红外技术,在电子产品和工业设备、医疗设备等领域广泛使用。绝大多数笔记本电脑和手机都配置红外收发器接口。随着红外数据传输技术更加成熟、成本下降,红外收发器在短距离通讯领域必将得到更广泛的应用。 本系统的设计目的是用红外线作为传输媒质来传输用户的操作信息并由接收电路解调出原始信号,主要用到编码芯片和解码芯片对信号进行调制与解调,其中编码芯片用的是台湾生产的PT2262,解码芯片是PT2272。主要工作原理是:利用编码键盘可以为PT2262提供的输入信息,PT2262对输入的信息进行编码并加载到38KHZ的载波上并调制红外发射二极管并辐射到空间,然后再由接收系统接收到发射的信号并解调出原始信息,由PT2272对原信号进行解码以驱动相应的电路完成用户的操作要求。
关键字:红外线;编码;解码;LM386;红外收发器。
1 绪论 w 1.1 课题研究的背景及意义 红外数据通信技术是目前在世界范围内被广泛使用的一种无线连接技术,被众多的硬件和软件平台所支持。是一种通过数据电脉冲和红外光脉冲之间的相互转换实现无线的数据收发的技术。 红外收发器产品具有成本低,小型化,传输速率快,点对点安全传输,不受电磁干扰等特点,可以实现信息在不同产品之间快速、方便、安全地交换与传送,在短距离无线传输方面拥有十分明显的优势。 红外收发器产品在可携式产品中的应用作用很大。目前,全世界有1亿5千万台设备采用红外技术,在电子产品和工业设备、医疗设备等领域广泛使用。比如有95%的笔记本电脑就安装了红外收发器接口,现在绝大多数手机上也配置红外收发器接口。而且随着交换的数据量变大,红外数据通讯将使手机的数据传输越来越方便。随着红外数据传输技术越来越成熟、完善、成本更低廉,红外收发器在短距离通讯领域必将得到更广泛的应用。 本章首先阐述了红外收发集成电路设计课题的背景和意义,然后简要介绍了红外数据通讯技术的特点和应用领域,以及红外收发器产品的特点、国内外现状和发展趋势,最后根据红外遥控收发系统的实际应用性确立了课题的设计定位。 1.2 红外遥控收发系统简介
红外遥控系统分为单通道遥控和多通道遥控。只有一个指令信号传送通道的称为单通道遥控系统;具有两个以上指令信号传送通道的称为多通道遥控系统。单通道遥控比较简单 ,一般来说 ,发射器仅有一个指令键 ,接收器也只有一个执行电路。虽然在接收电路中加入多稳态记忆电路 ,可以根据按动发射器指令键的次数 ,使接收电路中的多稳态记忆电路的状态多次改变 ,实现多项功能控制 ,但是这种状态的改变是顺序进行的。如果要实现一项任意控制 ,就要采用多通道遥控系统。多通道遥控可以实现对被控对象的任意多功能遥控。至于选用几个通道及何种控制方式 ,要根据实际情况(如被控对象、操作要求及成本核算等)来决定。一般的红外遥控收发系统是由红外遥控信号编码发送器、红外遥控信号接收器和解码器(解码芯片或单片机)及其外围电路等三部分构成的。信号发送器用来产生遥控编码脉冲,驱动红外w 发射管输出红外遥控信号,接收器完成对遥控信号的放大、检波、整形并解调出编码脉冲。红外遥控编码脉冲是一组组连续的串行二进制码,对于一般的红外收发系统,此串行码作为微控制器的遥控输入信号,由其内部CPU完成对遥控指令的解码,对其他各种红外遥控收发电子产品的设计者来说,上述的微控制器内部解码出的遥控指令是不便于利用的。因此,人们利用红外编/解码芯片及单片机研制出多种通用红外遥控收发系统,在各种设备之间进行红外信号的收发。 遥控收发系统一般由发射器和接收器两部分组成。发射器一般由指令键、指令编码电路、调制电路、驱动电路、发射电路等几部分组成。当按下某键时 ,指令编码电路,产生相应的指令编码信号 ,编码指令信号对载波进行调制 ,再由驱动电路进行功率放大之后由发射电路向外发射经过调制的指令编码信号。接收器一般由接收电路、放大电路、解调电路、指令译码电路、驱动电路、执行电路等几部分组成。接收电路将发射器发射的已调制的编码指令信号接收下来 ,并进行放大后送解调电路。解调电路将已调制的编码信号解调下来 ,即还原为编码信号。指令译码器将编码指令信号进行译码 ,最后由驱动电路来驱动执行电路实现各种指令的操作控制。 1.3 红外遥控收发器产品概况
1.3.1红外遥控收发器产品的结构和类型 目前红外收发器按照工作模式和传输速率可分为四类:串行模式,最高速率为115.2Kbps;中速模式:最高速率为0.567Mbps和1.152Mbps;高速模式:最高速率为16Mbps。 另外按芯片功耗大小又可以分为低功耗型和标准型两类,低功耗型通常使用3V电源,传输距离较近,约0-30cm,标准型通常使用5V电源,传输距离较远最少1m以上。 1.3.2红外遥控收发器的国内外现状
在红外通信技术发展的早期,存在好几个红外通信标准,不同标准之间红外设备不能进行红外通信。为了使各种红外设备能够互联互通,1993年由20多个大厂商发起成立了红外数据协会(IRDA)统一了红外通信的标准,这就是目前被广泛使用的红外数据通信协议及规范,也称为IRDA标准。 w 自1993年IRDA成立至今,红外数据协会的会员已经发展到150多个,IRDA标准已经获得了业界广泛认同和支持。已经开发出来的具备红外通讯能力的设备已经有一百多种之多,红外模块的年装机量已经达到一亿五千万套。尽管现在有了同样是近距离无线通讯的蓝牙技术,但以红外通讯技术低廉的成本和广泛的兼容性的优势,红外数据通讯仍旧会在将来很长一段时间内在短距离的无线数据通讯领域扮演重要角色。 由IRDA协会的资料表明,国外公司的红外收发器产品起步较早,已经形成了红外收发器的配套生产产业链。由以下部分组成:Sharp等公司主要提供红外发光二极管和光敏二极管;Agilent等公司主要设计制作红外收发芯片;Infineon等公司主要从事红外收发器封装;IBM、Microsoft等公司则推出红外数据收发器驱动程序和红外通信软件。其中如Agilent等公司还具有生产红外收发器系列产品的能力,而HP、IBM等大公司则专门为自己公司产品配备红外收发器。 在中国台湾地区也形成了一批红外收发产品的生产厂家和公司,但在大陆地区只有一些器件销售公司在做这些国际公司和台湾公司的代理,缺乏具有自主产权的该类产品。 1.3.3红外收发器产品的发展趋势
在各种红外收发器产品中,虽然传输速率、传输距离等特性不同,但红外收发器产品一直朝着提高传输速率,增加传输距离,降低功耗,扩大发射接收角度等方面发展。特别是随着技术发展和成熟,传输方式正朝着点对多点方向发展。因此红外遥控收发器产品还有更加宽广的发展前景。
2 红外通信的基础知识 2.1红外线基础知识 2.1.1红外线概述 红外线实质上是一种电磁波。从分析自然界中各种电磁波组成的波可知,波谱是由 :射线,x射线、紫外线、可见光、红外线、微波和无线波组成的。从形式上w 看,它们之间似乎没有关系,但如果按照他们的波长依次排列,就会发现和我们形影不离的可见光只占了整个波谱中0.38μm-0.76μm长的这么一点儿范围,而和可见光相邻的红外线 (包括远红外线、中红外线和近红外线外)却占了波谱中0.76μm-1000μm的一大段。其中微米波长范围内又包括了紫外光 、可见光、近红外、中红外 、远红外、微波。 从上述分析可知,红外线是一种十分丰富的波谱资源,目前它己在生产、生活、军事、医疗等多方面得到了广泛的应用,例如红外线加热、红外线医疗期间、红外线通信、红外线摄像、红外线遥控等。红外线遥控只是红外线 众多应用中的一部分,目前在家用电器中广泛应用的彩电遥控器、录像机遥控器、 VCD遥控器、高保真音响遥控器等,都采用了红外线遥控,它使这些家用电器的控制变得十分简单方便。 2.1.2红外线的特性
红外线是介于可见光和微波之间的一种电磁波,因此它具有相临波的某些特性。在近红外区,它和可见光相邻,因此具有可见光的某些特性,如直线传播、反射、折射、散射、衍射、可被某些物体吸收以及可以通过透镜将其聚焦等。在远红外区,由于它邻近微波区,因此它具有微波的某些特性,如较强的穿透能力和能贯穿某些不透明物质等。在自不论任何物体,然界中,也不论其本身是否发光 (指可见光) 只要其温度高于绝对零度 (-273℃),都会一刻不停地向周围辐射红外线。只不过是温度较高的物体辐射的红外线较强,温度低的物体辐射的红外线较弱。因此红外线的最大特点是普遍存在于自然界中,又叫做热辐射线简称热辐射。红外线摄像、红外线夜市、热释电红外探测以及某些导弹的瞄准等就是利用红外线的这一特性工作的。 红外线和可见光相比的另一个特点是,色彩丰富多样。由于可见光的最长波长是最短波长的1倍(780nm-380nm),所以也叫作一个倍频程。而红外线的最长波长是最短波长的1倍,而红外线的最长波长是最短波长的10倍,即有10个倍频程。因此如果可见光能表现为7种颜色,则红外线便可能表现70种颜色,显示了丰富的色彩。红外线透过烟雾的性能好,这是它的又一个特点。 由于红外线为不可见光 ,因此对环境影响很小。再由红外光波的波长远小于无