欢迎来到三一办公! | 帮助中心 三一办公31ppt.com(应用文档模板下载平台)
三一办公
全部分类
  • 办公文档>
  • PPT模板>
  • 建筑/施工/环境>
  • 毕业设计>
  • 工程图纸>
  • 教育教学>
  • 素材源码>
  • 生活休闲>
  • 临时分类>
  • ImageVerifierCode 换一换
    首页 三一办公 > 资源分类 > DOC文档下载  

    第三章 数字电子技术毕业论文外文翻译.doc

    • 资源ID:3990529       资源大小:113.50KB        全文页数:21页
    • 资源格式: DOC        下载积分:8金币
    快捷下载 游客一键下载
    会员登录下载
    三方登录下载: 微信开放平台登录 QQ登录  
    下载资源需要8金币
    邮箱/手机:
    温馨提示:
    用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP免费专享
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    第三章 数字电子技术毕业论文外文翻译.doc

    Chapter 3 Digital Electronics3.1 IntroductionA circuit that employs a numerical signal in its operation is classified as a digital circuit.Computers,pocket calculators, digital instruments, and numerical control (NC) equipment are common applications of digital circuits. Practically unlimited quantities of digital information can be processed in short periods of time electronically. With operational speed of prime importance in electronics today,digital circuits are used more frequently. In this chapter, digital circuit applications are discussed.There are many types of digital circuits that have applications in electronics, including logic circuits, flip-flop circuits, counting circuits, and many others. The first sections of this unit discuss the number systems that are basic to digital circuit understanding. The remainder of the chapter introduces some of the types of digital circuits and explains Boolean algebra as it is applied to logic circuits.3.2 Digital Number SystemsThe most common number system used today is the decimal system,in which 10 digits are used for counting. The number of digits in the system is called its base (or radix).The decimal system,therefore,has a base of 10.Numbering systems have a place value,which refers to the placement of a digit with respect to others in the counting process. The largest digit that can be used in a specific place or location is determined by the base of the system. In the decimal system the first position to the left of the decimal point is called the units place. Any digit from 0 to 9 can be used in this place.When number values greater than 9 are used,they must be expressed with two or more places.The next position to the left of the units place in a decimal system is the tens place.The number 99 is the largest digital value that can be expressed by two places in the decimal system.Each place added to the left extends the number system by a power of 10.Any number can be expressed as a sum of weighted place values.The decimal number 2583,for example, is expressed as (2×1000)+(5×100)+(8×10)+(3×1).The decimal number system is commonly used in our daily lives. Electronically, however, it is rather difficult to use. Each digit of a base 10 system would require a specific value associated with it, so it would not be practical.3.2.1 Binary Number SystemElectronic digital systems are ordinarily the binary type,which has 2 as its base. Only the numbers 0 or 1 are used in the binary system.Electronically,the value of 0 can be associated with a low-voltage value or no voltage. The number 1 can then be associated with a voltage value larger than 0. Binary systems that use these voltage values are said to have positive logic. Negative logic,by comparison,has a voltage assigned to 0 and no voltage value assigned to 1 .Positive logic is used in this chapter.The two operational states of a binary system,1 and 0,are natural circuit conditions. When a circuit is turned off or has no voltage applied,it is in the off, or 0,state. An electrical circuit that has voltage applied is in the on,or 1,state. By using transistor or ICs,it is electronically possible to change states in less than a microsecond. Electronic devices make it possible to manipulate millions of 0s and is in a second and thus to process information quickly.The basic principles of numbering used in decimal numbers apply in general to binary numbers.The base of the binary system is 2,meaning that only the digits 0 and 1 are used to express place value. The first place to the left of the binary point,or starting point,represents the units,or is,location. Places to the left of the binary point are the powers of 2.Some of the place values in base 2 are 2º=1,2¹=2,2²=4,2³=8,2=16,25=32,and 26=64.When bases other than 10 are used,the numbers should have a subscript to identify the base used.The number 100is an example.The number 100(read“one,zero,zero, base 2”)is equivalent to 4 in base 10,or 410.Starting with the first digit to the left of the binary point,this number has value (0×20)+(0×21)+(1×22).In this method of conversion a binary number to an equivalent decimal number,write down the binary number first. Starting at the binary point,indicate the decimal equivalent for each binary place location where a 1 is indicated. For each 0 in the binary number leave a blank space or indicate a 0 ' Add the place values and then record the decimal equivalent.The conversion of a decimal number to a binary equivalent is achieved by repetitive steps of division by the number 2.When the quotient is even with no remainder,a 0 is recorded.When the quotient has a remainder. as 1 is recorded.The division process continues until the quotient is 0.The binary equivalent consists of the remainder values in the order last to first.3.2.2 Binary-coded Decimal (BCD) Number SystemWhen large numbers are indicated by binary numbers,they are difficult to use. For this reason,the Binary-Coded Decimal(BCD) method of counting was devised. In this system four binary digits are used to represent each decimal digit.To illustrate this procedure,the number 105,is converted to a BCD number.In binary numbers,10510=10001012.To apply the BCD conversion process,the base 10 number is first divided into digits according to place values.The number 10510 gives the digits 1-0-5.Converting each digit to binary gives 0001-0000-0101BCD.Decimal numbers up to 99910 may be displayed by this process with only 12 binary numbers. The hyphen between each group of digits is important when displaying BCD numbers.The largest digit to be displayed by any group of BCD numbers is 9.Six digits of a number-coding group are not used at all in this system.Because of this, the octal (base 8) and the hexadecimal (base 16) systems were devised. Digital circuits process numbers in binary form but usually display them in BCD,octal,or hexadecimal form.3.2.3 Octal Number SystemThe octal (base 8) number system is used to process large numbers by digital circuits.The octal system of numbers uses the same basic principles as the decimal and binary systems.The octal number system has a base of 8. The largest number used in a base 8 system is 7. The place values starting at the left of the octal point are the powers of eight: 80=1,81=8,82=64,83=512,84=4096,and so on. The process of converting an octal number to a decimal number is the same as that used in the binary-to-decimal conversion process. In this method,however,the powers of 8 are used instead of the powers of 2. The number for changing 3828 to an equivalent decimal is 25810.Converting an octal number to an equivalent binary number is similar to the BCD conversion process. The octal number is first divided into digits according to place value. Each octal digit is then converted into an equivalent binary number using only three digits.Converting a decimal number to an octal number is a process of repetitive division by the number 8.After the quotient has been determined,the remainder is brought down as the place value.When the quotient is even with no remainder,a 0 is transferred to the place position.The number for converting 409810 to base 8 is 100028.Converting a binary number to an octal number is an important conversion process of digital circuits. Binary numbers are first processed at a very high speed. An output circuit then accepts this signal and converts it to an octal signal displayed on a readout device.Assume that the number 1101001002 is to he changed to an equivalent octal number. The digits must first be divided into groups of three,starting at the octal point.Each binary group is then converted into an equivalent octal number.These numbers are then combined,while remaining in their same respective places,to represent the equivalent octal number.3.2.4 Hexadecimal Number SystemThe hexadecimal number system is used in digital systems to process large number values.The base of this system is 16,which means that the largest number used in a place is 15.Digits used by this system are the numbers 0-9 and the letters A-F. The letters A-P are used to denote the digits 10-15,respectively. The place values to the left of the hexadecimal point are the powers of 16:160=1,161=16,162=256, l63=4096,164=65536, and so on.The process of changing a hexadecimal number to a decimal number is similar to that outlined for other conversions. Initially,a hexadecimal number is recorded in proper digital order.The place values,or powers of the base,are then positioned under the respective digits in step 2.In step 3,the value of each digit is recorded. The values in steps 2 and 3 are then multiplied together and added. The sum gives the decimal equivalent value of a hexadecimal number.The process of changing a hexadecimal number to a binary equivalent is a simple grouping operation. Initially,the hexadecimal number is separated into digits. Each digit is then converted to a binary number using four digits per group. The binary group is combined to form the equivalent binary number.The conversion of a decimal number to a hexadecimal number is achieved by repetitive division,as with other number systems. In this procedure the division is by 16 and remainders can be as large as 15.Converting a binary number to a hexadecimal equivalent is the reverse of the hexadecimal to binary process. Initially,the binary number is divided in groups of four digits,starting at the hexadecimal point. Each number group is then converted to a hexadecimal value and combined to form the hexadecimal equivalent number.3.3 Binary Logic CircuitsIn digital circuit-design applications binary signals are far superior to those of the octal,decimal,or hexadecimal systems. Binary signals can be processed very easily through electronic circuitry,since they can be represented by two stable states of operation. These states can be easily defined as on or off, 1 or 0,up or down,voltage or no voltage,right or left,or any other two-condition states. There must be no in-between state.The symbols used to define the operational state of a binary system are very important.In positive binary logic,the state of voltage,on,true,or a letter designation (such as A ) is used to denote the operational state 1 .No voltage,off,false,and the letter A are commonly used to denote the 0 condition. A circuit can be set to either state and will remain in that state until it is caused to change conditions.Any electronic device that can be set in one of two operational states or conditions by an outside signal is said to be bistable. Relays,lamps,switches,transistors, diodes and ICs may be used for this purpose. A bistable device has the capability of storing one binary digit or bit of information.By using many of these devices,it is possible to build an electronic circuit that will make decisions based upon the applied input signals. The output of this circuit is a decision based upon the operational conditions of the input. Since the application of bistable devices in digital circuits makes logical decisions,they are commonly called binary logic circuits.If we were to draw a circuit diagram for such a system,including all the resistors,diodes,transistors and interconnections,we would face an overwhelming task, and an unnecessary one.Anyone who read the circuit diagram would in their mind group the components into standard circuits and think in terms of the" system" functions of the individual gates. For this reason,we design and draw digital circuit with standard logic symbols. Three basic circuits of this type are used to make simple logic decisions.These are the AND circuit, OR circuit, and the NOT circuit.Electronic circuits designed to perform logic functions are called gates.This term refers to the capability of a circuit to pass or block specific digital signals.The logic-gate symbols are shown in Fig.3-1.The small circle at the output of NOT gate indicates the inversion of the signal. Mathematically,this action is described as A=.Thus without the small circle,the rectangle would represent an amplifier (or buffer) with a gain of unity.An AND gate has two or more inputs and one output. If all inputs are in the 1 state simultaneously,then there will be a 1 at the output.The AND gate in Fig. 3-1 produces only a 1 out-put when A and B are both 1. Mathematically,this action is described as A·B=C. This expression shows the multiplication operation. An OR gate has also two or more inputs and one output. Like the AND gate,each input to the OR gate has two possible states:1 or 0.The output of OR gate in Fig.3-1 produces a when either or both inputs are l.Mathematically,this action is described as A+B=C. This expression shows OR addition. This gate is used to make logic decisions of whether or not a 1 appears at either input.An IF-THEN type of sentence is often used to describe the basic operation of a logic state.For example,if the inputs applied to an AND gate are all 1,then the output will be 1 .If a 1 is applied to any input of an OR gate,then the output will be 1 .If an input is applied to a NOT gate,then the output will be the opposite or inverse.The logic gate symbols in Fig. 3-1 show only the input and output connections. The actual gates,when wired into a digital circuit, would have supply and grounding connections as well.Fig. 3-2 shows the inner connections of 74LS08,i.e. a quadruple,two-input AND gate chip.Notice that the power supply is applied between pin 14 and 7.3.4 Combination Logic GatesWhen a NOT gate is combined with an AND gate or an OR gate,it is called a combination logic gate. A NOT-AND gate is called a NAND gate,which is an inverted AND gate. Mathematically the operation of a NAND gate is A·B=. A combination NOT-OR ,or NOR,gate produces a negation of the OR function.Mathematically the operation of a NOR gate is A+B=.A 1 appears at the output only when A is 0 and B is 0.The logic symbols are shown in Fig. 3-3.The bar over C denotes the inversion,or negative function,of the gate.The logic gates discussed here illustrate basic gate operation.In actual digital electronic applications,solid-state components are ordinarily used to accomplish gate functions.Boolean algebra is a special form of algebra that was designed to show the relationships of logic operations.Thin form of algebra is ideally suited for analysis and design of binary logic systems.Through the use of Boolean algebra,it is possible to write mathematical expressions that describe specific logic functions.Boolean expressions are more meaningful than complex word statements or or elaborate truth tables.The laws that apply to Boolean algebra are used to simplify complex expressions. Through this type of operation it may be possible to reduce the number of logic gates needed to achieve a specific function before the circuits are designed.In Boolean algebra the variables of an equation are assigned by letters of the

    注意事项

    本文(第三章 数字电子技术毕业论文外文翻译.doc)为本站会员(仙人指路1688)主动上传,三一办公仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三一办公(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    备案号:宁ICP备20000045号-2

    经营许可证:宁B2-20210002

    宁公网安备 64010402000987号

    三一办公
    收起
    展开