版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、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 quanti
2、ties 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 h
3、ave 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
4、 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
5、 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
6、 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 digi
7、tal 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 (21000)+(5100)+(810)+(31).the decimal number
8、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
9、 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 posi
10、tive 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 of
11、f, 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 informa
12、tion 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
13、 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,zer
14、o,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 (020)+(021)+(122).in this method of conversion a binary number to an equivalent decimal number,write down the binary number first. starting at the binary point,ind
15、icate 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 step
16、s 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 de
17、cimal (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,
18、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
19、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 oc
20、tal (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 o
21、f 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
22、 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 equival
23、ent 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 di
24、vision 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
25、 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. th
26、e 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 system
27、the 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,resp
28、ectively. 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 p
29、roper 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.t
30、he 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
31、.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
32、 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 signal
33、s 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,
34、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
35、 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
36、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 u
37、pon 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 su
38、ch 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
39、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 te
40、rm 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 w
41、ould 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
42、is described as ab=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
43、 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 al
44、l 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
45、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
46、 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 ab=. 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
47、 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
48、 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 ex
49、pressions 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 o
50、f 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 alphabet.each variable then exists in states of 1 or 0 according to its condition.the 1,or true state,is normally represented by a singl
51、e letter such as a,b or c.the opposite state or condition is then described as 0,or false,and is represented by or a.this is described as not a,a negated,or a complemented.boolean algebra is somewhat different from conventional algebra with respect to mathematical operations.the boolean operations a
52、re expressed as follows: multiplication:a and b,ab,,ab or addition:a or b .a+b negation,or complementing:not a,aassume that a digital logic circuit has three input variables,a,b,and c. the output circuit should operate when only c is on by itself or when a,b and c are all on expression describes the
53、 desired output. eight (23) different combinations of a,b,and c exist in this expression because there are three,inputs. only two of those combinations should cause a signal that will actuate the output. when a variable is not on (0),it is expressed as a negated letter. the original statement is exp
54、ressed as follows: with a,b,and c on or with a off, b off, and c on ,an output (x)will occur: abc+c=xa truth table illustrates if this expression is achieved or not.table 3-1 shows a truth table for this equation. first,abc is determined by multiplying the three inputs together.a 1 appears only when
55、 the a,b,and c inputs are all 1.next the negated inputs a and b are determined.then the products of inputs c,a,and b are listed.the next column shows the addition of abc and c.the output of this equation shows that output 1 is produced only when c is 1 or when abc is 1.a logic circuit to accomplish
56、this boolean expression is shown in fig. 3-4.initially the equation is analyzed to determine its primary operational function.step1 shows the original equation.the primary function is addition,since it influences all parts of the equation in some way.step 2 shows the primary function changed to a lo
57、gic gate diagram.step 3 shows the branch parts of the equation expressed by logic diagram,with and gates used to combine terms.step 4 completes the process by connecting all inputs together.the circles at inputs , of the lower and gate are used to achieve the negative function of these branch parts.
58、the general rules for changing a boolean equation into a logic circuit diagram are very similar to those outlined.initially the original equation must be analyzed for its primary mathematical function.this is then changed into a gate diagram that is inputted by branch parts of the equation.each bran
59、ch operation is then analyzed and expressed in gate form.the process continues until all branches are completely expressed in diagram form.common inputs are then connected together.3.5 timing and storage elementsdigital electronics involves a number of items that are not classified as gates.circuits or devices of this type have a unique role to play in
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024至2030年運(yùn)動(dòng)場(chǎng)草坪噴頭項(xiàng)目投資價(jià)值分析報(bào)告
- 2024至2030年旋轉(zhuǎn)殼芯機(jī)項(xiàng)目投資價(jià)值分析報(bào)告
- 2024勞動(dòng)合同書范本東疆
- 2024兩家公司合作項(xiàng)目合同范本
- 龍門吊租賃合同
- 2024中外合資合同范文
- 2024正規(guī)購房合同范本
- 美院課程設(shè)計(jì)怎么樣
- 2024工廠設(shè)備租賃合同范本
- 認(rèn)識(shí)籃球中班課程設(shè)計(jì)
- 數(shù)字鄉(xiāng)村振興智慧農(nóng)業(yè)整體規(guī)劃建設(shè)方案
- 第八章群體藥動(dòng)學(xué)
- DB32∕T 4284-2022 居民住宅二次供水工程技術(shù)規(guī)程
- 小學(xué)五年級(jí)上冊(cè)數(shù)學(xué)教材分析
- 動(dòng)物生理:消化系統(tǒng)
- 小學(xué)語文閱讀教學(xué)課堂觀察量表
- 郡士油漆色號(hào)對(duì)照表
- 纖維轉(zhuǎn)盤濾池操作規(guī)程標(biāo)準(zhǔn)版本
- 直線和圓的位置關(guān)系 教案
- 施耐德電氣元器件價(jià)格表
- 教育部門向勞動(dòng)和社會(huì)保障部門移交檔案花名冊(cè)
評(píng)論
0/150
提交評(píng)論