数字电路英文版第八单元.pptx
《数字电路英文版第八单元.pptx》由会员分享,可在线阅读,更多相关《数字电路英文版第八单元.pptx(123页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、Astable(非稳态的)Hold-time (保持时间)Asynchronous (异步)Bistable (双稳态)Clear (清零)D flip-flop (D 触发器)Edge-triggered flip-flop (边沿触发器)Feed-back (反馈)Hysteresis (迟滞)J-K flip-flop (JK触发器)Latch (锁存器)Master-slave flip-flop (主从触发器)第1页/共123页Monostable (单稳态)One-shot (单稳)Preset (预置1)RESET (置0)SET (置1)Set-up time (设置时间)S-
2、R flip-flop(RS触发器)Synchronous (同步)Timer (计时器)Toggle (触发,计数)第2页/共123页KEY TERMS Astable Having no stable state.An astable multivibrator oscillates between two quasistable states.Asynchronous Having no fixed time relationship.Bistable Having two stable states.Flip-flops and latches are bistable multivi
3、brators.第3页/共123页Clear An asynchronous input used to reset a flip-flop(make the Q output 0).D flip-flop A type of bistable multivibrator in which the output assumes the state of the D input on the triggering edge of a clock pulse.第4页/共123页Edge-triggered flip-flop A type of flip-flop in which the dat
4、a are entered and appear on the output on the same clock edge.Feedback The output voltage or a portion of it that is connected back to the input of a circuit.第5页/共123页Hold time The time interval required for the control levels to remain on the inputs to a flip-flop after the triggering edge of the c
5、lock in order to reliably activate the device.Latch A bistable digital circuit used for storing a bit.第6页/共123页Hystersis A characteristic of a threshold-triggered circuit,such as the Schmitt trigger,where the device turns on and off at different input levels.J-K flip-flop A type of flip-flop that ca
6、n operate in the SET,RESET,no-change,and toggle modes.第7页/共123页Master-slave flip-flop A type of flip-flop in which the input data are entered into the device on the leading edges of clock pulses and apper at the output on trailing edges.Master-slave flip-flops have,for the most part,been replaced by
7、 edge-triggered types.第8页/共123页Monostable Having only one stable state.A monostable multivibrator,commonly called a one-shot,produces a single pulse in response to a triggering input.One-shot A monostable multivibrator.Preset An asynchronous input used to set a flip-flop(make the Q output 1).第9页/共12
8、3页RESET The state of a flip-flop or latch when the output is 0;the action of producing a RESET state.SET The state of a flip-flop or latch when the output is 1;the action of producing a SET state.第10页/共123页Set-up time The time interval required for the control levels to be on the inputs to a digital
9、 circuit,such as a flip-flop,prior to the triggering edge of a clock pulse.S-R flip-flop A SET-RESET flip-flop.第11页/共123页Synchronous Having a fixed time relationship.Toggle The action of a flip-flop when it changes state on each clock pulse.第12页/共123页 8.1 LATCHES 8.1 LATCHESThe latch is a type of te
10、mporary storage device that has two stable states (bistable)and is normally placed in a category separate from that of flip-flop.2.第13页/共123页 Latches are basically similar to flip-flops because they are bistable devices that can reside in either of two states using a feedback arrangement,in which th
11、e outputs are connected back to the opposite inputs.The main difference between latches and flip-flop is in the method used for changing their state.3.第14页/共123页The S-R(SET-RESET)LatchRSQQ(a)Active-HIGH input S-R latch (NOR S-R Latch)4.第15页/共123页QQSR5VRRRRRR5.第16页/共123页SRQQ(b)Active-LOW input S-R la
12、tch (NAND S-R Latch)6.第17页/共123页SRQQWhen Q is HIGH,Q is LOW,and when Q is LOW,Q is HIGH.7.第18页/共123页第19页/共123页第20页/共123页 Input Outputs S R Q Q Comments 1 1 NC NC No change.latch remains in present state.0 1 1 0 Latch SET.1 0 0 1 Latch RESET.0 0 1 1 Invalid condition.TABLE 8-1Truth table for an activ
13、e-LOW input S-R latch.8.第21页/共123页 Input Outputs S R Q Q Comments 0 0 NC NC No change.latch remains in present state.0 1 0 1 Latch RESET.1 0 1 0 Latch SET.1 1 0 0 Invalid condition.TABLE 8-1Truth table for an active-HIGH input S-R latch.第22页/共123页SRQQ(a)Active-HIGH input S-R latchSRQQ(b)Active-LOW i
14、nput S-R latchSR9.第23页/共123页EXAMPLE 8-1SRQ10.第24页/共123页EXAMPLE 8-1:Related Problem Determine the Q output of an active-HIGH input S-R latch if the waveforms in above are inverted and applied to the input.SRQ第25页/共123页 Although S remains LOW for only a very short time before the switch bounce,this is
15、 sufficient to set the latch.第26页/共123页The Gated S-R LatchSRQQENSREN(a)Logic diagram(b)Logic symbol12.The latch will not change until EN is HIGH,but as long as it remains HIGH,the output is controlled by the state of the S and R inputs.第27页/共123页EXAMPLE 8-2 Determine the output waveform if the input
16、s shown in Fig.8-9 are applied to a gated S-R latch that is initially RESET.SRQEN13.Fig.8-9(a)(b)第28页/共123页EXAMPLE 8-2:Related Problem Determine the Q output of a gated S-R latch if the S and R inputs in Fig.8-9(a)are inverted.SRQEN13.Fig.8-9(a)(b)第29页/共123页The Gated D LatchDQQENDEN(a)Logic diagram(
17、b)Logic symbol14.QQQn+1=D(S)(R)第30页/共123页EXAMPLE 8-3 Determine the Q output waveform if the inputs shown in Fig.8-11(a)are applied to a gated D latch,which is initially RESET.DQEN15.Fig.8-11(a)第31页/共123页EXAMPLE 8-3 Related Problem Determine the Q output of the gated D latch,if the D input in Fig.8-1
18、1(a)is reverted.DQEN(a)第32页/共123页 Input Outputs D EN Q Q Comments 0 1 0 1 RESET.1 1 1 0 SET.X 0 Q0 Q0 No changeTruth table16.Qn+1=D第33页/共123页 8.2 EDGE-TRIGGERED 8.2 EDGE-TRIGGERED FLIP-FLOPSFLIP-FLOPSFlip-flops are synchronous bistable devices,also known as bistable multivibrators.In this case,the t
19、erm synchronous means that the output changes state only at a specified point on a triggering input called the clock(CLK)which is designated as a control input C;that is,changes in the output occur in synchronization with the clock.17.第34页/共123页Edge-triggered flip-flop:SRQQCDQQCJKQQCSRQQCDQQCJKQQCTo
20、p:positive edge-triggered;bottom:negative edge-triggered.18.第35页/共123页The Edge-Triggered S-R Flip-Flop:SRQQC Inputs Outputs 0 0 X Q0 Q0 No change S R CLK Q Q Comments 0 1 0 1 RESET 1 0 1 0 SET 1 1?Invalid19.Qn+1=S+RQn (SR=0 condition)第36页/共123页EXAMPLE 8-4SRQQC123456SRQCLK20.第37页/共123页EXAMPLE 8-4 Det
21、ermine Q for the S and R inputs in Fig.8-16(a)if the flip-flop is a negative edge-triggered device.123456SRQCLK第38页/共123页第39页/共123页PulsetransitiondetectorQQSRCLK01HIGH(1)LOW(0)01010101This gate is disabledBecause R is LOW.This gate is enabled.G4G3G2G1HIGHFig.8-1821.第40页/共123页PulsetransitiondetectorQ
22、QSRCLK01HIGH(1)LOW(0)01010101This gate is disabledbecause S is LOW.This gate is enabled.G4G3G2G1HIGHFig.8-1922.第41页/共123页The Edge-Triggered D Flip-Flop:SQQCDCLK Inputs Outputs 1 1 0 SET(1)D CLK Q Q Comments 0 0 1 RESET(0)23.R第42页/共123页EXAMPLE 8-5DQQC1234QDCLK24.第43页/共123页1234QDCLKEXAMPLE 8-5 Related
23、 Problem Determine the Q output for the D flip-flop if the D input in Fig.8-21(a)is reversed.第44页/共123页1234QDCLKEXAMPLE 8-5 Related Problem Determine the Q output for the D flip-flop if the D input in Fig.8-21(a)is reversed.第45页/共123页The Edge-Triggered J-K Flip-Flop:JKQQC Inputs Outputs 0 0 Q0 Q0 No
24、 change J K CLK Q Q Comments 0 1 0 1 RESET 1 0 1 0 SET 1 1 Q0 Q0 Toggle25.Qn+1=J Qn+KQn第46页/共123页 Inputs Output 0 0 0 0 J K Qn Qn+1 0 0 1 1 0 1 0 0 0 1 1 0 1 0 0 1 1 0 1 1 1 1 0 1 1 1 1 0Qn+1=J Qn+KQn1JKQn00011110010123456711110J=X K=1J=1 K=XJ=X K=0J=0 K=X第47页/共123页 Inputs Output 0 0 0 0 S R Qn Qn+1
25、 0 0 1 1 0 1 0 0 0 1 1 0 1 0 0 1 1 0 1 1 1 1 0 X 1 1 1 XSRQn000111100101234567110S=0 R=1S=1 R=0S=X R=0S=0 R=X11XXQn+1=S+RQn (SR=0 condition)第48页/共123页PulsetransitiondetectorQQJKA simplified logic diagram for a positive edge-triggered J-K flip-flop.G4G3G2G1CLK26.第49页/共123页PulsetransitiondetectorQQJKT
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 数字电路 英文 第八 单元
限制150内