




已阅读5页,还剩4页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
附 录一、英文原文:the principle of microcontroller in operation the single chip microcomputer (scm)is connected to a host pc microcomputer via aserial port. the connecting cable is included with the unit. the scm is supplied fitted with an 8751 chip. this chip features internal rom containing versatile,real time monitor to communicate with a pc via the built-in serial port. the monitor includes a line assembler, disassembler, break points, single stepping and the facility to examine and exchange memory or register contents. a special function of the monitor is to store the program under development in the ram of the scm development board. the great advantage of the method that is direct access to the i/o ports is provided by the 8051 is retained and, consequently,the need for a costly in-circuit-emulation (ice)package is not required. once a program has been completed on the scm development system it can be easily transferred intothe rom of another 8751 via an eprom programmer. this second 8751, now containing the control program, can be removed from the programmer and installed into the scm-tb target board. most importantly, because direct access to the input/output ports of the 8751 has been retained during the development stage there is no need for peripheral i/o and address decoding chips; only the8751 chip is required. thus the single chip micro-control, not multi-chip control is realised. the scm-tb target board feature a single 40-waydil socket for the micro-controller chip plus termination facilities identical to the scmdevelopment board for simple and convenient transfer of any connecting cables. 8751 ics should be purchased separately for the target board.in addition to the single chip development system and target board, a number of add-on boards are available. these include a port monitor board,multi-channel adc, screw terminal board andoutput driver board. voice input to a machine is the most natural form of man-machine communications. research coming to fruition overthe past several years indicates that the techniques of manmachine communication by voice constitute a whole new range of communication servicesservices that can extend mans capabilities, serve his social needs, and increase his productivityspeech recognition can be defined as the technology which makes it possible for a computer to accept voice dataas input and then identify the word or phrases. there is atwofold rationale for a speech-recognition systea:(1) it is an easier means for noncomputer professionals toenter data into the computer.(2) in certain applications, such as in semiautomatedquality-control inspection procedures, computer usersneed to use their hands for other tasks. speech recognition is a part of a broader speech processingtechnology involving computer identification or verification of speakers, computer synthesis of speech, production ofstoredspokenresponses,computer analysis of the physicaland psychological state of the speaker, efficienttransmission of spoken conversations, detection of speechpathologies, and aids to the handicapped , taking machinestalk and listen to humans depends upon economical implementationof speech synthesis and speech recognition.a number of different feature sets have been proposedto represent speech signals; these include energy and zerocrossing rates, formant filtering, short time spectrum,waveform digitization and linear predictive coding (lpc).the motivation for choosing one feature set over another isoften complex and highly dependent an constraints imposedupon the system, e.g., cost, speed, response time, computationalcomplexity, etc- of all the many available feature sets, linear predictive coding is usually the most effectiveone . there are many classifications for computers, ranging from inexpensive microcomputers used in homes and offices, to liquid-cooled supercomputers used in universities and research laboratories. the present invention relates to microcomputers, also known as personal computers (or pcs). a microcomputer can be defined as a computer having a mass-produced integrated circuit microprocessor, such as, for example, the intel 8086 family of products which presently includes the 8086, 80286, 80386 and 80486 microprocessors. although the microprocessor is the heart and defining feature of a microcomputer, it is not very useful unless it is integrated with a memory and a set of input/output (i/o) devices, also known as peripherals. these three classes of devices communicate among themselves over a shared set of digital signal lines called a bus. the bus is logically organized into sets of address, data, and control lines. the address lines are for communicating device addresses which uniquely identify a particular device on the bus. the data lines are for communicating binary data between two bus devices, a bus master, which initiates a data transfer by placing an address on the address lines, and a bus slave, which reads and decodes the address generated by the bus master as its own. the control lines are for coordinating access to the bus and selecting a mode of operation on the bus such as write data or read data modes. for example, if the bus master is a microprocessor and the bus slave is a memory, the microprocessor may direct thememory to be read by placing the proper logic level on a write/read control line. in this way, the microprocessor gains access to the data stored in the memory location specified by the logic levels placed on the address lines by the microprocessor. a bus cycle begins when the bus master directs a write or a read on the bus. the bus cycle is completed after all data has been transferred across the bus and the bus master releases control of the bus. if the two devices communicating with each other over the bus operate at the same speed, then a bus cycle may be achieved over a minimum number of clock cycles. if, on the other hand, a bus device can only transmit or receive data over many clock cycles, then a delay must be injected into the state sequencing of the faster device. in such cases, a ready control line is typically activated by the slower device to indicate to the faster device that data is available on the bus or has been taken from the bus. buses may be generally classified as synchronous or asynchronous, where synchronous buses are distinguished by the requirement that all bus devices synchronize their use of the bus by a single clock source (or a fundamental frequency). an example of a synchronous bus used in a microcomputer is the ibm pc at i/o channel, at-bus or industry standard architecture bus (isa-bus). present bus frequency standards for the isa-bus are 8 mhz and 10 mhz. the isa-bus, an example of a synchronous bus, is used with the intel 80386 microprocessor. the isa-bus provides a 16-bit data bus and a 24-bit address bus. for purposes of this discussion, the control lines of the isa-bus include four bus cycle definition lines. the bus cycle definition lines define the type of bus cycle being performed. (in the following definitions, and throughout the remainder of this patent document, all signal names that are terminated with an asterisk * indicate an active low signal). a bus cycle definition line called memory read (memr*) is active when data is to be read from memory. a bus cycle definition line called memory write (memw*) is active when data is to be written to memory. a bus cycle definition line called i/o read (ior*) is active when data is to be read from a peripheral device. a bus cycle definition line called i/o write (iow*) is active when data is to be written to a peripheral device. in addition to the above-mentioned bus cycle definition signals there are some microprocessor specific signals that are used in most microcomputers for specifically interfacing the intel 8086 microprocessor family. there are two bus control signals and two bus arbitration signals of particular importance for bus interfacing. the bus control signals allow the microprocessor to indicate when a bus cycle has begun, and allows other bus devices to indicate a bus cycle termination. the address status (ads*) signal indicates that a valid bus cycle definition, and address, is being driven at the output pins of the 80386 microprocessor. the transfer acknowledge (ready*) signal indicates that the current bus cycle is complete. one skilled in the technology will understand the operation of the isa-bus, other applicable industry standard buses, and the intel 8086 microprocessor family. at least two references are available on the subject including the ibm pc from the inside out, revised edition, by murray sargent iii and richard l. shoemaker; and ibm pc at technical reference published by ibm corporation. synchronous buses are ordinarily preferred for microcomputers since they can often transfer data faster than asynchronous buses. certain applications, however, especially where lengthy communication distances are involved, require asynchronous or handshake only type buses. when devices are separated by some distance, the same phase transition of a common clock cannot be guaranteed. the primary disadvantage of the synchronous isa-bus has only recently been recognized. basically, microcomputers are evolving down two separate paths of variables: one set of variables is associated with the bus design and the other set is associated with the microprocessor and memory designs. a synchronous bus, such as the isa-bus, should remain constant so that microcomputers in a single product line are all compatible. that is, a peripheral such as a modem, printer and so on will operate through a respective controller at the clock frequency defined in the bus specification. therefore, the bus should only change through more efficient (i.e., cost effective) designs which meet the same specifications. for example, the operating frequency of the bus should remain constant to assure proper operation of all peripherals constructed in accordance with the bus standard. in contrast, microprocessor and memory technologies are rapidly evolving in functionality and performance. for example, the microprocessor changes in architectural definition (e.g., number of pins, instruction sets, etc.) and clock frequency (e.g., 16 mhz, 25 mhz, 33 mhz), the cache becomes more sophisticated, coprocessors become a part of the microcomputer architecture (e.g., intel 80387 numeric coprocessor), and main memory becomes faster. as an example of memory evolution, consider dynamic random access memory, or dram. as dram technology improves, the opportunity for improved system performance becomes clear. in the early days of personal computers, the common dram chip being used in microcomputers was 64k1 (65,5361 bits), having an access time of 150 nanoseconds. recently, a standard (i.e., readily available and cost effective) dram size used by microcomputer manufacturers was 256k1, having an access time of 100 nanoseconds. presently, a dram chip standard of 1m1 (i.e., 1,048,5761 bits), having an access time of 80 nanoseconds or less is evolving as a commercially feasible standard, and the technology trend is toward a 16m by 1 bit chip. it is desireable to isolate the memory and microprocessor from the synchronous i/o bus design so that different dram and microprocessors at different operating frequencies can be used without affecting the synchronous i/o bus design. otherwise, if the synchronous bus is not isolated from the computation and storage elements, each technological improvement in memory or microprocessor products will require unique interface circuitry to scale-down communication speed with other devices across the synchronous bus. consequently, a need exists for improvements in microcomputer systems to isolate i/o channel design from memory and microprocessor designs. 二、英文翻译: 单片机工作原理 在通过端口把单片机连接到个人电脑上的操作中连接电缆也包含在这个系统中。 单片机安装有一个8751芯片,这个芯片内部的rom包含多种功能.实时监控器通过pc的串行端口进行联系。监控器包含一个行汇编,反汇编,断点,单步和检验及存储器、寄存器间内容进行交换的设备。 监控器的一个特殊功能是存储单片机开发板ram中的程序。该方法的优点是直接进入到由8051保存的i / o端口,因此,一个昂贵的电路仿真(ice)包是不必需的。 一旦单片机开发系统方案已经完成便可以轻松地通过一个eprom将程序转移到另一个8751rom。第二个8751芯片现在包含控制程序,可以从程序编程器中移除并且安装到单片机。最重要的,因为直接访问输入/输出端口的8751一直保留在开发阶段,因此外围i / o和地址解码芯片是不需要的,只有8751芯片是必需的。因此,单片机控制,不是多芯片控制得以实现。 单片机集成板的特点为微控制器芯片与单片机的终端设备都为40 waydil插座。板子的开发为电缆连接更加简单方便。8751 ics应该是单独购买。除了单片机开发系统和目标板,一系列附加板子是单独提供的这些包括端口显示器,多通道adc,螺丝终端板和输出驱动板。 将语音输入到一台计算机是人机通信最原始的形式。过去几年来的研究成果表明,通过声音进行人机通信的技术成为了一项全新的通信服务技术,这项服务可以提高人的能力,为社会服务,并提高生产力。 语音识别可以被定义为一种把声音数据作为输入并能辨别单词和语法的技术。语音识别系统有两方面的优点:(1)它是一种非常简单的技术手段,非专业的计算机人员也可以把数据输入电脑。(2)在某些应用方面,如半自动质量控制检查程序,计算机用户需要去做其它方面的任务。语音识别是更广泛的语音处理技术的一部分,它涉及电脑技术鉴定或对语音输入的核实,电脑语音合成,对已存储语音的反应,计算机的物理分析和对声音输入者心理状态的分析,高效率传输口语对话,语音检测,采取机器语言,并听取人类的口令依靠的是综合语音应用系统和语音识别。体现语音信号的许多不同特征已经被提出。这些包括能源和零交叉率,共振峰滤波,短时谱,波形数字化和线性预测编码(lpc)等。选择一个功能较另一组的动机往往是很复杂的,它受限于系统。如成本,速度,反应时间,电脑的复杂程度等-所有可以考虑的特征。 有很多分类的计算机,从家庭和办公室使用的廉价的微型计算机,到在大学和研究实验室使用的液体冷却的超级计算机。本发明涉及微型计算机,也称为“个人电脑”。 微机可被定义为一个“由一个大规模的集成电路组成的微处理器”,例如英特尔80 86的产品家族,目前包括8086,80286,80386和80486微处理器。虽然微处理器是微机的核心和主要特征,但它不是很有用,除非它和内存还有输入输出端口集成在一起,这三类设备间进行通信是在一个共享的数字信号线上称为总线。 总线在逻辑上是由一系列的地址,数据和控制线构成。地址线是在总线上唯一被确定的通信设备的地址。数据线是在两个总线设备间传送二进制数据,总线主机是通过放置地址总线的一个地址进行数据转换,总线附属是读取和解码。把总线主机产生的地址作为自己的地址。控制总线是协调总线入口和选择一个操作总线的合适模式,例如数据输入模式和数据读出模式。例如,如果总线主机是微处理器,总线附属是一个内存,微处理器的内存可直接被读出通过在读写控制线上找寻合适的逻辑电平。这样,微处理器能够访问由微处理器的地址线的逻辑电平确定的存储单元中存储的数据。当总线主机开始在总线上的读写时一个总线周期便开始了。当所有数据在总线上翻译后总线周期释放了对总线的控制一个总线周期便完成了,如果两个设备通过总线操作以相同的速度进行通信,那么总线周期可能会用最小的周期。如果,另一方面,总线设备只能发送或接收数据的时钟周期,那么速度相对较快的设备必须进行延迟。在这种情况下,已经就绪的控制线通常是由慢的装置启动然后指示相对较快的设备总线可以使用或已经从总线接受了数据。总线一般可划分为同步或异步,同步总线是由同一时
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 北京市中医院胸腰椎椎弓根螺钉置入精准度考核
- 2025年浙江大学医学院附属儿童医院招聘心电图室劳务派遣技师1人模拟试卷及完整答案详解1套
- 衡水市中医院咽部异物取出术考核
- 上海市人民医院安全生产法规与岗位责任制专项考试
- 北京市中医院钙磷代谢紊乱诊疗思维考核
- 2025年西安医学院第二附属医院招聘(84人)模拟试卷及答案详解1套
- 2025河北沧州市海兴县招聘社区工作者27人模拟试卷及答案详解(全优)
- 2025中心医院肿瘤影像诊断考核
- 秦皇岛市中医院便秘综合治疗方案制定考核
- 2025广西-东盟经济技术开发区社会福利院拟聘人员考前自测高频考点模拟试题及答案详解参考
- 副校长在任职宣布会上的表态发言材料
- 2025年建设工程质量检测行业现状分析及未来五年运行态势
- 三级综合医院健康管理学科建设模式:理论、实践与创新
- 2017年考研英语一真题
- 羊饲养管理技术课件
- 鲁科版(五四学制)(2024)六年级上册生物知识点背诵提纲
- 商业街设计讲课件
- 2025张掖市民乐县辅警考试试卷真题
- 广东省六校联考2025届高三下学期5月联考试题 物理 含答案
- 医疗设备数字化管理的技术与应用研究
- (高清版)DG∕TJ 08-2068-2019 超高压喷射注浆技术标准
评论
0/150
提交评论